I would like to place 3 images next to each other. This I have worked out. I would like to know how to place a link and information underneath so it resembles google ads? example: <img title="click here" src="aussieflag.jpg" width="122" height="58" border="0" alt="click here"> <img title="click here" src="ross1.jpg" width="180" height="100" border="0" alt="click here"> <img title="click here" src="business.jpg" width="180" height="100" border="0" alt="click here"> All help appreciated watto
<div style="float:left; margin-left:10px;"><img title="click here" src="aussieflag.jpg" width="122" height="58" border="0" alt="click here"><div style="text-align:center">Caption>Caption</div></div> <div style="float:left; margin-left:10px;"><img title="click here" src="ross1.jpg" width="180" height="100" border="0" alt="click here"><div style="text-align:center">Caption</div></div> <div style="float:left; margin-left:10px;"><img title="click here" src="business.jpg" width="180" height="100" border="0" alt="click here" /><div style="text-align:center">Caption>Caption</div></div> Code (markup):
I'm not actually putting adsense next to the image. I'm just making the links near the image look like adsense.......