Problem with a table

liunx

Guest
I am having a problem with a table...I created a page in Photoshop, used ImageReady to make three slices and exported it into DreamWeaver.<br />
<br />
So far it looked nice, I even deleted the biggest slice so I could add text and everything seemed to go okay but when I reopened the file later my text was in the middle of the biggest cell and I cannot figure out how it became center aligned nor why it won't go back the way it was.<br />
<br />
Here is the code so far:<br />
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"<br />
"http://www.w3.org/TR/html4/strict.dtd"><br />
<html><br />
<head><br />
<title>emptypage1</title><br />
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><br />
</head><br />
<body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginwidth=0 marginheight=0><br />
<table width=1018 border=0 cellpadding=0 cellspacing=0><br />
<tr><br />
<td colspan=2><br />
<img src=http://www.webdeveloper.com/forum/archive/index.php/"images/index_01.jpg" width=1018 height=76 alt=""></td><br />
</tr><br />
<tr><br />
<br />
<td width="443"><img src=http://www.webdeveloper.com/forum/archive/index.php/"images/index_02.jpg" width=90 height=549 alt=""></td><br />
<br />
<td width="575"> I dislike humanity...strongly! It is as simple as that. <br />
It really started long ago as a young person.</td><br />
</tr><br />
</table><br />
</body><br />
</html> <br />
<br />
What puzzles me is that it was fine at one time but somehow it got messed up...any advice would be appreciated...thanks!<!--content-->It looks fine to me... In both IE and FB.<br />
<br />
[J]ona<!--content-->Well..what happens is after I close the file and reopen it..I get a dotted line down the middle and the text is on the right side of that "line" and I tried to delete the other section...What I might do is use layers to recreate the table then convert the layers to tables and manually insert the images I need.<br />
<br />
Nuts.....<!--content-->Hmm, it seems to look exactly the same every time I open or re-open it...<br />
<br />
[J]ona<!--content-->By reopening I meant in Dreaweaver...but I am gonna try exporting it again and see what is happening...maybe it is just Dreamweaver....<!--content-->Maybe...<br />
<br />
[J]ona<!--content-->I think I see the problem..that stupid "spacer.gif" was giving me problems.<br />
<br />
I tried using the "Selected Slices" when I exported to make it easier...well...thanks for helping though.<!--content-->
 
Back
Top