View Single Post

  #3 (permalink)  
Old 10-23-2006
Arjen
 
Posts: n/a
Default Re: Working on a new page in progress

Shelly schreef:
> "MSB" <asdfj@aldsj.com> wrote in message
> news:cdcdc$453c2f50$d8600654$20627@ALLTEL.NET...
>> I was trying to figure out how to make the Map that says metro
>> Jackson(under Home, Froum, Links, Contact US, ECT ECT ECT... to be a
>> clickable image that would take you back to the home page. Anyone have a
>> suggestion how I could make that happen. Here is a look at the home page.
>>
>> http://metrojackson.net/
>>

>
> Enclose it in a <a href=the_home_page> </a> bracketting?



Really more of an alt.html question.

<div id ="header" onclick = "<yourcode>"></div>

<div id = "header"><a href = "page.php"><img src="yourpic.jpg"/></a></div>


Arjen
Reply With Quote