Welcome

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

Support Options

1. Search this site.
2. Make or vote for a Suggestion.
3. Post to Community Support.
3. Contact EditMe Support staff.

Stay Informed

Keep informed of product changes, tutorials and tips via EditMe's Blog and monthly newsletter.

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.