Search:

Welcome

Login to contribute. Register if you haven't yet.

Need Support?

Search this site to find an answer. If you still need help, post a Question. Private or account-related support inquiries can be made at the Private Support forum.

How to replace the title on the home page?

Q.[jwillis - 29 May 07] I have followed the instructions in the Tip Of the Week entry concerning replacing the Title on the home page with my own Logo but am having problems.  I am using the Brighton Left Layout. The instructions say find the line that reads

<!-- Inserst the site title. -->
Then replace the next line which reads 
<p><xls:value-of select = "title" disable-output-escaping'"yes"/></p>
with
<p><img xsrc'"/files/Home/mylogo.jpg" border="0"/></p>

I have done this but just get a default button picture as the Title.

I have noticed that the Brighton Left Layout does not contain the code
p><xls:value-of select = "title" disable-output-escaping'"yes"/></p>
after
<!-- Inserst the site title. -->

It contains the following code: -
<p><xsl:value-of select="title"/></p>

Any help much appreciated.

J Willis

A. [matt] Sorry - there was a typo. The image tag was listed as <img xsrc="..." - the xsrc should really be src. Sorry for the confusion. This Tip of the Week has been updated to reflect the correction.