Setup Guide V1 (last updated January 4th, 2007)Designed for the Gen7 Series Templates and Modules |
Modify the H1 background imageIn the body of your web pages, if you apply the H1 tag to any text you will see a small 'image' appear to the left of the text and the text will indent slightly. We've added some 'style' to the H1 tag element, to help the text on the page stand out a bit more than a standard H1 font. You may want to remove this image, change the image, or change the indent. INSTRUCTIONS: Remove the image:
identify this line of code .body1 h1 {margin:0px; padding:0px 0px 0px 40px; vertical-align:top; text-align:left; background-image:url('../graphics/h1_bg.gif');background-position:left top;background-repeat:no-repeat;}
Edit or change the image
Change the text indent
identify this line of code .body1 h1 {margin:0px; padding:0px 0px 0px 40px;..............................
|