This is a discussion on Working on a new page in progress within the alt.comp.lang.php forums, part of the PHP Programming Forums category; I was trying to figure out how to make the Map that says metro Jackson(under Home, Froum, Links, Contact ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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/ |
|
|||
|
"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? Shelly |
|
|||
|
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 |
|
|||
|
In article <cdcdc$453c2f50$d8600654$20627@ALLTEL.NET>, MSB
<asdfj@aldsj.com> wrote: > 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/ This may be of assistance to you: http://devguru.com/technologies/html/6380.asp -- Koncept << "The snake that cannot shed its skin perishes. So do the spirits who are prevented from changing their opinions; they cease to be a spirit." -Nietzsche |