Hi,
I just downloaded a website template that is in a .PSD form. I have made the changes via photoshop, setup the splices then clicked "Save for web devices".
I export the website and I get the images directory and the html file. All ok so far.
I next open the html file using dreamweaver.
My question is what is the best method to create the text content of the site. The images are all embedded at part of a table i.e.
<tr>
<td colspan="2" rowspan="8">
<img src="images/storage.jpg" width="28" height="118" alt=""></td>
<td colspan="4" rowspan="5">
<img src="images/index_39.jpg" width="125" height="75" alt=""></td>
<td colspan="4" rowspan="8">
<img src="images/storage-41.jpg" width="81" height="118" alt=""></td>
<td>
<img src="images/spacer.gif" width="1" height="3" alt=""></td>
</tr>
I set the image as the background to the table element however I am wondering what would be the best method for creating the text i.e. create a table in a table, or div etc?
I dont know too much about css so if you have an example I would be grateful
Also, are there are tools / websites out there that does this automatically for you?
Thanks