Rosekeet
04-05-2002, 06:40 PM
Ok. How do you Have two images and text in the middle of them?
|
View Full Version : Aligning images and Text. Rosekeet 04-05-2002, 06:40 PM Ok. How do you Have two images and text in the middle of them? lefty 04-05-2002, 06:53 PM I would suggest making a table. <table> <tr> <td>image one</td> <td>text</td> <td>image two</td> </tr> </table> Rosekeet 04-05-2002, 08:19 PM Ohhhhhhhhhhhhhhhhhhh... That makes alota sense... I never thought of that. Thank you. MikeysTown 07-03-2003, 06:12 AM Or You Could Do An Easier Way... <img src="LEFT IMAGE URL HERE" align="left"> <img src="RIGHT IMAGE URL HERE" align="right"> TEXT GOES HERE--APPEARS IN BETWEEN IMAGES |