image in a table
frater a.s. - December 26, 2007 - 17:43
I want to creat a simple table with a pic on the left and a bit of copy on the right Ive been trying to use tables in HTML but im not sure what Im doing wrong do I need a module loaded to add pictures to a node, even though im using HTML.
Im also not sure is the path right for the image I tried to use a relative path I think it called
<table border="1" bordercolor="" width="" bgcolor="">
<tr>
<td> <img src= url (images/george.jpg) width="77" height="86"> </td>
<td> row 1, column 2 </td>
</tr>
</table>
ignore my last post Ive
ignore my last post Ive figured out I didnt need the "url" or the brackets