Header help..., <h2> , <h3> and all that jazz |
Header help..., <h2> , <h3> and all that jazz |
Nov 26 2006, 05:35 PM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 50 Joined: Sep 2006 Member No: 461,376 |
Okay, i'm a big newb at html and i made my first layout a few days ago. I'm making a new one right now and before i start coding it, I want to know if there's a css stylesheet or code to make the headers appear with different fonts and sizes and decorations without having to surround them with font tags, bold/italic/underline tags, and other stuff? This is the code i used for the headers: CODE <H3><U><I><FONT color=maroon>Header</FONT></I></U></H3> But i just wanna put this: CODE <h3>Header</h3> and i want the color and decorations to appear without all those tags. ^ This is what the headers look like (the maroon text, of course) v thumbed ![]() I know i'm not being very clear but yeah, i'm not good at explaining things. >.< |
|
|
|
![]() |
Nov 26 2006, 05:59 PM
Post
#2
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
CODE <style type="text/css"> h3{ font-weight: normal; color: #colorhere; font-family: fonthere; font-size: font-here; text-decoration: underline; } </style> Just edit it. |
|
|
|
harry potter freak Header help... Nov 26 2006, 05:35 PM
harry potter freak Thanks so much. :) Nov 26 2006, 07:57 PM![]() ![]() |