View Full Version : Titles and such...


scrapps228
02-19-2005, 03:10 PM
As everyone says, I'm not quite sure if this has been asked, because I am not really on this forum often, but I had a question.

I wanted to title my Xanga so it wouldn't say "____'s xanga page" when someone else views it. I thought the code < title > blah blah vlah < /title > would do it, but it didn't work.

The layout I have now uses CSS, would there be a CSS code for this? I can't seem to find one... :help:

Thanks in advanced! :)

Chris
02-19-2005, 03:34 PM
There are no spaces - it should be <title>Your title here</title>

Chris

scrapps228
02-19-2005, 03:37 PM
Well no, I didn't put the spaces, I just thought it wouldn't show on the forum.

Chris
02-19-2005, 05:05 PM
Please post a link to the page you are having trouble with so that I can see your coding.

Chris

trinibballin3
02-19-2005, 09:20 PM
<script language="JavaScript">
document.title ="your title does here"</script>

tokyo bleu
02-19-2005, 09:40 PM
Just to let you know, scrapps228, tags like <TITLE> will NOT work on Xanga. Using <BODY> or <HEAD> tags will not affect your Xanga as well.