sc14
10-12-2005, 10:09 PM
Okay well I'm working on a site and I want a link right beside a picture like they are side by side and then there are other links under that. Does anyone know what I should do?
|
View Full Version : Picture and text sc14 10-12-2005, 10:09 PM Okay well I'm working on a site and I want a link right beside a picture like they are side by side and then there are other links under that. Does anyone know what I should do? pb&j 10-12-2005, 11:18 PM there are a few different ways. here is one... <img src="imagename.gif" align="left"> <a href="pagename.html"> text here </a> here is another... <table><tr><td> <img src="imagename.gif" align="left"> </td><td> <a href="pagename.html"> text here </a> </td></tr></table> sc14 10-13-2005, 10:54 PM Hey P&J Thanks alot! :D=D pb&j 10-14-2005, 06:50 AM no worries. have fun! |