luke-syndicut
-
5/7/2009 8:42:30 AM
Title Tag
Hi,
I am trying to change the position of the title tag <title> within the head tag <head>. Currently the title tag always gets rendered last but i want the title tag to be the first element of the head tag eg:
<head> <title>Title here</title> met tags etc .. </head>
I have had a look at the DocumentBase class which sets up all the meta tags & style sheet tags & also sets the page title but i cant find out where i can change the position of the title tag.
Any ideas ?
|