Comex
07-28-2012, 07:34 PM
Hello,
Going nuts over html issue.I am trying to get three images posted one below the other with text next to it.
I am using a html table and just can't seem to get the text right, I copied from a friends site but not working on mine?
I'm lost, can anyone figure this out?
I am sure some of the coading I dont even need, just can't figure it out.
The current code is:
<td> <div class="pane-content">
<div class="view view-boating-tests view-id-boating_tests view-display-id-block_1 view-dom-id-2">
<div class="view-content">
<div class="views-row views-row-1 views-row-odd views-row-first">
<div class="left">
<div class="views-field-common-teaser-image"><a href="/boats/sport/five-fast-center-consoles" class="imagecache imagecache-thumb_100x65 imagecache-linked imagecache-thumb_100x65_linked"><img src="http://www.boatingmag.com/sites/all/files/imagecache/thumb_100x65/_images/201206/5fastcenterconsoles.jpg" alt="Five Fast Center Consoles" title="" class="imagecache imagecache-thumb_100x65" width="100" height="65" /></a></div>
</div>
<div class="right">
<div class="views-field-common-title"><a href="/boats/sport/five-fast-center-consoles">Five Fast Center Consoles</a></div>
<div class="views-field-common-dek">Five of the fastest performance center consoles on the water.</div>
</div>
<div class="clear"></div>
</div>
<div class="views-row views-row-2 views-row-even">
<div class="left">
<div class="views-field-common-teaser-image"><a href="/boats/fishing%20boats/contender-39-ls" class="imagecache imagecache-thumb_100x65 imagecache-linked imagecache-thumb_100x65_linked"><img src="http://www.boatingmag.com/sites/all/files/imagecache/thumb_100x65/_images/201206/contender39lstn.jpg" alt="Boat Reviews: Contender 39 LS" title="" class="imagecache imagecache-thumb_100x65" width="100" height="65" /></a></div>
</div>
<div class="right">
<div class="views-field-common-title"><a href="/boats/fishing%20boats/contender-39-ls">Contender 39 LS</a></div>
<div class="views-field-common-dek">The Contender 39 LS is a serious offshore heavyweight.</div>
</div>
<div class="clear"></div>
</div>
<div class="views-row views-row-3 views-row-odd">
<div class="left">
<div class="views-field-common-teaser-image"><a href="/boats/fishing%20boats/everglades-230-dc" class="imagecache imagecache-thumb_100x65 imagecache-linked imagecache-thumb_100x65_linked"><img src="http://www.boatingmag.com/sites/all/files/imagecache/thumb_100x65/_images/201206/everglades230dctn.jpg" alt="Boat Reviews: Everglades 230 DC" title="" class="imagecache imagecache-thumb_100x65" width="100" height="65" /></a></div>
</div>
</td>
</tr>
</td>
Thank you in advance for any help with this issue...
Going nuts over html issue.I am trying to get three images posted one below the other with text next to it.
I am using a html table and just can't seem to get the text right, I copied from a friends site but not working on mine?
I'm lost, can anyone figure this out?
I am sure some of the coading I dont even need, just can't figure it out.
The current code is:
<td> <div class="pane-content">
<div class="view view-boating-tests view-id-boating_tests view-display-id-block_1 view-dom-id-2">
<div class="view-content">
<div class="views-row views-row-1 views-row-odd views-row-first">
<div class="left">
<div class="views-field-common-teaser-image"><a href="/boats/sport/five-fast-center-consoles" class="imagecache imagecache-thumb_100x65 imagecache-linked imagecache-thumb_100x65_linked"><img src="http://www.boatingmag.com/sites/all/files/imagecache/thumb_100x65/_images/201206/5fastcenterconsoles.jpg" alt="Five Fast Center Consoles" title="" class="imagecache imagecache-thumb_100x65" width="100" height="65" /></a></div>
</div>
<div class="right">
<div class="views-field-common-title"><a href="/boats/sport/five-fast-center-consoles">Five Fast Center Consoles</a></div>
<div class="views-field-common-dek">Five of the fastest performance center consoles on the water.</div>
</div>
<div class="clear"></div>
</div>
<div class="views-row views-row-2 views-row-even">
<div class="left">
<div class="views-field-common-teaser-image"><a href="/boats/fishing%20boats/contender-39-ls" class="imagecache imagecache-thumb_100x65 imagecache-linked imagecache-thumb_100x65_linked"><img src="http://www.boatingmag.com/sites/all/files/imagecache/thumb_100x65/_images/201206/contender39lstn.jpg" alt="Boat Reviews: Contender 39 LS" title="" class="imagecache imagecache-thumb_100x65" width="100" height="65" /></a></div>
</div>
<div class="right">
<div class="views-field-common-title"><a href="/boats/fishing%20boats/contender-39-ls">Contender 39 LS</a></div>
<div class="views-field-common-dek">The Contender 39 LS is a serious offshore heavyweight.</div>
</div>
<div class="clear"></div>
</div>
<div class="views-row views-row-3 views-row-odd">
<div class="left">
<div class="views-field-common-teaser-image"><a href="/boats/fishing%20boats/everglades-230-dc" class="imagecache imagecache-thumb_100x65 imagecache-linked imagecache-thumb_100x65_linked"><img src="http://www.boatingmag.com/sites/all/files/imagecache/thumb_100x65/_images/201206/everglades230dctn.jpg" alt="Boat Reviews: Everglades 230 DC" title="" class="imagecache imagecache-thumb_100x65" width="100" height="65" /></a></div>
</div>
</td>
</tr>
</td>
Thank you in advance for any help with this issue...