title bar

Status
Not open for further replies.

debragrant

Baseband Member
Messages
39
I have a website:

http://www.hannahjanefox.co.uk

I have a top frame. I am having a problem with the title bar. I have named it but it keeps coming up as 'untitled document' have I missed a page or something? I'm looking at the first page at the moment. the top frame has been named and so as the home page (index1) but I don't know why it's not changed. Problem simple and I've overlooked something.

I know there are probably broken links.
 
http://www.hannah.diva-host.com/

try copy and paste :D

What you using debragrant? which editing soft?
But any way. Do source of page and
-------------

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<frameset rows="96,*" cols="*" framespacing="0" frameborder="no" border="0">
<frame src="UntitledFrame-18.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
<frame src="index1.html" name="mainFrame" id="mainFrame" title="mainFrame" />
</frameset>
<noframes><body>
</body>
</noframes></html>
-----------------------

You see there <title>Untitled Document</title>
change inside of it to whatever you want.
 
thanks, thats what I did change obviously missed this and only did the mainframe & topframe lol
 
Status
Not open for further replies.
Back
Top Bottom