OK what I am trying to do is add title tags like are on this website: http://www.newyorkticketsonline.com...720912&event=Atlanta+Braves+Vs.+New+York+Mets if you go to my site you will see that I dont have customized title tags that are as descriptive: http://events.ultimatetickethub.com...720912&event=Atlanta+Braves+Vs.+New+York+Mets Now my affiliate manager said it is something with the code, but she cant tell me exactly how it is done. Can anyone give me some help? Thanks a lot Sean
Under <head> there is a field called <title> Put whatever you want there. I hope I have understood your question.
Well that would be a good answer if i were a noobie idiot It is some sort of dynamic code. not just simple enough to add it in the title tag
so your not a noob, anyways, Why not just use a client side javascript to change it if you want it to be done dynamically like calling the following javascript function: function changeTitleNow(title) { document.title = title; } Code (markup):