Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing <H1> and <h2> sizes in sytle sheet where?


socom

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...