quick css title question
quick css title question
- Started
- Last post
- 4 Responses
- HepKat
is there a way to css what appears between the -title-
-/title-
so that i can change it in the css and it will change through out the site
- HepKat0
i know you know
- Finnegan0
You want to format the style of what is in the title tags?????
- HepKat0
i just want to have whats in the title tag be univeral throughout the site, so if i change the text that appears in the title i dont have to go through each page and change it....
- motivdesign0
Your best bet would either be to use a server-side include OR an external script link to a single javascript library that performs a document.write with the title text.
Either way, you'd only have one file to change if you wanted to change everything.