thomashw Posted January 6, 2008 Author Share Posted January 6, 2008 Close. That puts both of the texts beside it's corresponding image, like this: <table> <tr> <td>image</td> <td>image_desc</td> <td>image_price</td> ... But I need both texts to be under their corresponding image, like this: <table> <tr> <td>image</td> <td>image</td> <td>image</td> </tr> <tr> <td>image_desc</td> <td>image_desc</td> <td>image_desc</td> </tr> <tr> <td>image_price</td> <td>image_price</td> <td>image_price</td> </tr> <tr> <td>image</td> <td>image</td> <td>image</td> </tr> <tr> <td>image_desc</td> <td>image_desc</td> <td>image_desc</td> </tr> <tr> <td>image_price</td> <td>image_price</td> <td>image_price</td> </tr> </table> Link to comment https://forums.phpfreaks.com/topic/84671-help-with-images/page/2/#findComment-431988 Share on other sites More sharing options...
Ken2k7 Posted January 6, 2008 Share Posted January 6, 2008 Yeah I realized that and edited. Read my post again. You sure you want the TDs? I mean I just used <br /> to break a line. Link to comment https://forums.phpfreaks.com/topic/84671-help-with-images/page/2/#findComment-431989 Share on other sites More sharing options...
thomashw Posted January 6, 2008 Author Share Posted January 6, 2008 Actually, that will work just perfectly since the images are all the same size so everything will line up just fine. I can't wait until I can actually figure this stuff out on my own. Thank you! Link to comment https://forums.phpfreaks.com/topic/84671-help-with-images/page/2/#findComment-431996 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.