converting to bg image after imageready slice

Cicio

New Member
Haven't done web design in a while. Where does the <background> tag go again to convert an image to a bg image? I'm using DW MX 2004
 

Cicio

New Member
Yea well its about 20 frames 3 of which i need converted to bg for text. Here's some of the code, please explain where <background> goes for say 3 different frames:

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (OFFICIALsite.psd) -->
<table id="Table_01" width="1280" height="1024" border="0" cellpadding="0" cellspacing="0">
<tr>
<td rowspan="11">
<img src="images/OFFICIALsite_01.jpg" width="245" height="1024" alt=""></td>
<td colspan="11">
<img src="images/OFFICIALsite_02.jpg" width="790" height="144" alt=""></td>
<td rowspan="11">
<img src="images/OFFICIALsite_03.jpg" width="245" height="1024" alt=""></td>
</tr>
<tr>
<td colspan="11">
<img src="images/OFFICIALsite_04.jpg" width="790" height="61" alt=""></td>
</tr>
<tr>
<td rowspan="8">
<img src="images/OFFICIALsite_05.jpg" width="122" height="798" alt=""></td>
<td colspan="2">
<img src="images/OFFICIALsite_06.jpg" width="102" height="1" alt=""></td>
<tr>
<td colspan="11">
<img src="images/OFFICIALsite_27.jpg" width="790" height="21" alt=""></td>
</tr>
</table>
<!-- End ImageReady Slices -->
</body>
 

thotheolh

New Member
You could actually slice them and export as webpage (html and image) in Photoshop but I am not sure if ImageReady have that function... then you import the webpage Photoshop made out of the slices into Dreamweaver and start coding other parts like adding frames... but it would take a bit of a time to rearrange.
 

Cicio

New Member
Yea that's the function of imageready and that's the sliced code. I know it's just a simple placement of <bg> i just can't remember where it belongs..
 
Top