Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Easier way to make changes to a image map?

Status
Not open for further replies.

TexanBetty

Technical User
Joined
Jul 18, 2001
Messages
43
Location
US
Currently my main navigation is an image and so it is mapped. Right now I have the links for this at the bottom of every page. It works fine.

My problem is, if I need to change or add, then I have to go to every page and change it. This is time consuming. Is there an easier way to just reference ONE seperate file so that when I do need to make changes all I have to do is go to that one file and make the changes and then it will effect all of the other pages?

Thanks for your help.

TexanBetty

[rockband]
"I feel like a blonde today." OH, WAIT I AM a blonde!
 
can you include the map or perhaps the whole navigation?

[conehead]
 
this is in the image where it is referenced:

<img height=&quot;106&quot; src=&quot;../../images/nav/online.gif&quot; useMap=&quot;#SiteSections&quot; width=&quot;451&quot; border=&quot;0&quot;>

this is at the bottom of my html page:

<MAP NAME=&quot;SiteSections&quot;>
<AREA SHAPE=&quot;poly&quot; Coords=&quot;6,105, 96,15, 139,15, 49,105 &quot; href=&quot;../../index.html&quot;>

<AREA SHAPE=&quot;poly&quot; Coords=&quot;51,105, 140,15, 185,15, 94,105 &quot; href=&quot;../../services/index.html&quot;>

<AREA SHAPE=&quot;poly&quot; Coords=&quot;96,105, 183,15, 228,15, 139,105&quot; href=&quot;../../research/index.html&quot;>

</MAP>

TexanBetty

[rockband]
&quot;I feel like a blonde today.&quot; OH, WAIT I AM a blonde!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top