PDA

View Full Version : How to move title?


colochris
11-11-2008, 12:40 AM
My question is,

My title is not the first thing in my header and I am curious how can I get it to the top? Here is my source code to see what I mean. I have the No Cache header stuff and title after all of that.Thank you so much.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en">
<head>
<!-- no cache headers -->
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="-1" />
<meta http-equiv="Cache-Control" content="no-cache" />
<!-- end no cache headers -->
<title>BowlingBoards.com Bowling Forums,Bowling Reviews,Bowling Help,Tips,Forum,Tournaments,Discussions,Message Boards,Community</title>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<meta name="generator" content="vBulletin 3.7.3" />

Lynne
11-11-2008, 02:06 AM
Why do you want the title first? You will have to change the order in all the templates to move it - FORUMHOME, FORUMDISPLAY, SHOWTHREAD, etc.