Navigation:  Customizing Web Pages > Editing a Web Design > Editing HTML Code >

How to Hyperlink the Agency Logo in Web Pages

Print this Topic Previous pageReturn to chapter overviewNext page

 

Topic Level: Intermediate Web Design

 

Edit the {agency.image} tag in the Category and Property templates by adding the link code.

 

For example, you could use the full address of your home page:

<a href="http://www.yourwebsite.com">{agency.image}</a>

 

or, you could use a relative link

<a href="../index.html">{agency.image}</a>

 

Note: When using relative links, if the page you are linking to is outside of the current directory (e.g. the properties folder), you must use ../ to tell the browser to go up one level.

 

 

 


Page url: http://www.jadetools.com/jps/user_manual/HTML/index.html?tohyperlinklogo.htm