socom Posted January 10, 2009 Share Posted January 10, 2009 trying to change the size of the <h1> and <h2> tags how do i do it as its way too big at the moment? Link to comment Share on other sites More sharing options...
germ Posted January 10, 2009 Share Posted January 10, 2009 If the style for it isn't already in the styleshhet add it: h1 { text-decoration: underline; margin-top: 0; margin-bottom: 0; font-size: 22px; } h2 { text-decoration: underline; margin-top: 0; margin-bottom: 0; font-size: 22px; } Like that, but use your own style attributes. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
germ Posted January 10, 2009 Share Posted January 10, 2009 And for it to be fully effective, you'll need to remove the other style in the code: <h1> <div [color="#FF0000"][b]class="style5"[/b][/color] align="center"> Socom Tactical airsoft shop, Retailers of Airsoft guns, Tactical gear, bdu, ammo </div> </h1> If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
socom Posted January 10, 2009 Author Share Posted January 10, 2009 they guys will sort that just did the <h1> <div class="style5" align="center"> so i could get it working for the time till i got it sorted Thanks for your help Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.