PDA

View Full Version : html help i think



soldier81
May 22nd, 2005, 20:45
hi can anyone advise me how to put five buttons in the box with the image that will link to other parts of my site i know this question is really dumb so i will apoligize for such a dumb question but i still need the help cheers guys.

http://mysite.wanadoo-members.co.uk/cwstransport/3rd.htm

icontact
May 22nd, 2005, 21:28
looks like you have worked it out already.

soldier81
May 22nd, 2005, 23:09
not on the left i need more butons on the big square image sorry if i didnt make that clear

icontact
May 23rd, 2005, 04:09
if you want to use that image at the centre of the page you will need to create link hotspots.

the code will look like this if you want the left leg of the first two players to be a clickable link



<img src="/images/3rd.gif" width="800" height="600" border="0" usemap="#Map">
<map name="Map">
<area shape="rect" coords="178,289,249,505" href="link1.html#" target="_self" alt="Link1">
<area shape="rect" coords="336,292,396,503" href="link2.htm" target="_self" alt="Link2">
</map>

if you use dreamweaver then you can draw rectangular hotspots over the area of the picture which you want to be clickable.

hope that helps

soldier81
May 23rd, 2005, 15:06
Do u think this would work

http://mysite.wanadoo-members.co.uk/cwstransport/3rd.htm

Thanx for the reply m8

Decker
May 23rd, 2005, 15:14
Looks like a table layout in which case - depending on what your coding in you need to get rid of the gaps, looks as if it's individual table cells rather than one table containing the cells.

What do you use and if you have the origional I can probably sort it and tell you what was up with it :)

soldier81
May 23rd, 2005, 21:07
i made the buttons usin bluevoda website builder i put them in using notepad