PrincessQT
04-16-2003, 07:27 PM
If I want to put an image on either side of a text area what do I need to seperate the codes with?
|
View Full Version : code ? PrincessQT 04-16-2003, 07:27 PM If I want to put an image on either side of a text area what do I need to seperate the codes with? Alcy 04-16-2003, 08:21 PM What do you mean by separate? You could use a table.... <table> <tr> <td>Image 1</td> <td>Textarea</td> <td>Image 2</td> </tr> </table> |