Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No Page Title "Untitled Document"


Guest

Recommended Posts

Posted

Hello all,

 

Have installed and configured with a few contrib's to make it easier to update. Thanks for the info.

 

One problem I have is that the main page doesn't display the page title. it comes up "untitled document'.

 

I have had a look at the code and it is present there.

 

When going to another page the page tilte appears but only not on the main page.

 

Any helpd would be appreciated and doesn't matter if I can just manually enter it into the code as I won't be changing it.

 

Thanks in advance,

 

Damien.

Posted
post the url and we'll see if we can spot the error :)

 

www.coastvoip.com.au/shop

 

Thanks

 

Damien.

Posted

you need to lose the duplicated template code..

<!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">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<!-- TemplateBeginEditable name="doctitle" -->
<title>Untitled Document</title>
<!-- TemplateEndEditable -->
<!-- TemplateBeginEditable name="head" -->
<!-- TemplateEndEditable -->
</head>

before...

<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="LTR" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> 
<title>Coast VoIP</title>
<base href="http://coastvoip.com.au/shop/">
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>

one-click installation..

Dave's info

Posted

Thank you very much. Fixed it straight away.

 

Damien.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...