OK, so i want add a page title div. I want it to work much how the Chrome CSS Drop Down Menu works in that you make a 3px. X 50px. Image that will make up a background around the text that you assign. Like how this page puts a background behind the "Mission Statement" I have the CSS semi coded and it looks like this:
But how would i add in the HTML so that the title would show up?Code:DIV.title{ border: 1px solid #BBB; background: url(PATH/TO/BG_IMAGE.gif) center center repeat-x; }
Would it look like:
Yes, i know their is theCode:<div class="title"><b>PAGE TITLE HERE</b></div>
But I want to have a page title thing in the actual page as well.Code:<head> <title>TITLE_HERE</title>
Any ideas?
-GT



Reply With Quote

Bookmarks