HTML Tutorial


 Forum HomeForum Home   FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
RegisterRegister - Not registered yet? Got something to say? Join HTML Code Tutorial!
Putting an image plus a link in a table?
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table
View previous topic :: View next topic  
Author Message
TheFunky-Punk



Joined: 11 Dec 2007
Posts: 2

PostPosted: Tue Dec 11, 2007 6:02 am     Putting an image plus a link in a table? Reply with quote

Hi,
Total beginner here. Embarassed trying to put several images (which I have hosted at photobucket) into a table (which I want to place on my 'about me' page) but I want the images to link to my ebay sale items (individually)
Could anyone please help me. I've been trying all day & just going around in circles. I'm managing to get the images into the table but when it comes to linking each one I'm just getting the images then the full addresses of the places I want them to link to. Evil or Very Mad I'd really appreciate your help.
Grrrrrr! I'm going mad.
sticks464



Joined: 31 Dec 2006
Posts: 1166

PostPosted: Tue Dec 11, 2007 10:53 am     Reply with quote

Before you go completely mad, post the code for your image and the url of the page the link goes to.
TheFunky-Punk



Joined: 11 Dec 2007
Posts: 2

PostPosted: Wed Dec 12, 2007 2:08 am     Reply with quote

Hi. Thanks for replying to me. Below is an example of what I was trying to do (very basic for a very beginner) I'm just not sure where in that table I'm supposed to put the link info.
For example I want the first photo to link to here>>>>http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&rd=1&item=280182453814&ssPageName=STRK:MESE:IT<<<<<<
where abouts in the table would I put that url please?

Really appreciate your help with this. Smile

<TABLE BORDER=2>
<TR>
<TD><a href="http://photobucket.com" target="_blank"><img src="http://i117.photobucket.com/albums/o64/kinkybootsfirst/Shoes/HPIM0749.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket"</a></TD>
<TD><a href="http://photobucket.com" target="_blank"><img src="http://i117.photobucket.com/albums/o64/kinkybootsfirst/Clothes/HPIM0742.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a></TD>
</TR>
<TR>
<TD><a href="http://photobucket.com" target="_blank"><img src="http://i117.photobucket.com/albums/o64/kinkybootsfirst/Clothes/HPIM0789.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a></TD>
<TD><a href="http://photobucket.com" target="_blank"><img src="http://i117.photobucket.com/albums/o64/kinkybootsfirst/Barbie%20dolls/HPIM0838.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a></TD>
</TR>
</TABLE>
sticks464



Joined: 31 Dec 2006
Posts: 1166

PostPosted: Wed Dec 12, 2007 5:17 am     Reply with quote

This way (just the first table row from your code)

Code:
<TABLE BORDER=2>
<TR>
<TD><a href="http://cgi.ebay.co.uk/ws/eBayISAPI.dll?ViewItem&rd=1&item=280182453814&ssPageName=STRK:MESE:IT" ><img src="http://i117.photobucket.com/albums/o64/kinkybootsfirst/Shoes/HPIM0749.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket"</a></TD>
<TD><a href="http://photobucket.com" target="_blank"><img src="http://i117.photobucket.com/albums/o64/kinkybootsfirst/Clothes/HPIM0742.jpg" border="0" alt="Photo Sharing and Video Hosting at Photobucket"></a></TD>
</TR>
Display posts from previous:   
Post new topic   Reply to topic    HTML Help Forum Index -> HTML Table All times are GMT - 8 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
HTML Help Archive
Powered by phpBB © 2001, 2005 phpBB Group
HTML Help topic RSS feed 

 
HOSTING / DESIGN
MAKE MONEY

Home
  |   Tutorials   |   Forum   |   Quick List   |   Link Directory   |   About
Copyright ©1997-2002 Idocs and ©2002-2007 HTML Code Tutorial