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. >.< |
|
|
|
harry potter freak Header help... Nov 26 2006, 05:35 PM
toyo loco CODE<style type="text/css">
h3{
fo... Nov 26 2006, 05:59 PM
harry potter freak Thanks so much. :) Nov 26 2006, 07:57 PM![]() ![]() |