Image problems

liunx

Guest
Okay, i sliced the images and they fit fine on the page. But there is one problem, if i ad text the images will get distorted. Does anybody know how how to add the text without messing up the images? A link to the site is below. ( try to view it at a smaller resolution because as big it is destorted, im still working on that)<br />
<br />
<!-- m --><a class="postlink" href="http://www.geocities.com/designdestinations/test3.html">http://www.geocities.com/designdestinations/test3.html</a><!-- m --><!--content-->You need to create a table to insert your images into with a cell for your text, like the example below.<br />
<br />
<br />
<body><br />
<br />
<table border="0" width="600" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td width="100%"><br />
<table border="0" width="100%" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td width="100%"><IMG height=148 alt="" src=http://www.htmlforums.com/archive/index.php/"Header_r1_c1.jpg" width=600 border=0></td><br />
</tr><br />
<tr><br />
<td width="100%"><br />
<table border="0" width="100%" cellspacing="0" cellpadding="0"><br />
<tr><br />
<td width="206" valign="top" align="left"><IMG <br />
height=356 alt="" src=http://www.htmlforums.com/archive/index.php/"Header_r2_c1.jpg" width=206 border=0></td><br />
<td width="394" valign="top">YOUR TEXT HERE!</td><br />
</tr><br />
</table><br />
</td><br />
</tr><br />
</table><br />
</td><br />
</tr><br />
</table><br />
<br />
</body><br />
<br />
Good Luck!<!--content-->thanx!<!--content-->
 
Back
Top