Click to See Complete Forum and Search --> : Problem with a table


Dark Dragon
11-15-2003, 10:46 AM
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.

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.

Here is the code so far:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>emptypage1</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor=#FFFFFF leftmargin=0 topmargin=0 marginwidth=0 marginheight=0>
<table width=1018 border=0 cellpadding=0 cellspacing=0>
<tr>
<td colspan=2>
<img src="images/index_01.jpg" width=1018 height=76 alt=""></td>
</tr>
<tr>

<td width="443"><img src="images/index_02.jpg" width=90 height=549 alt=""></td>

<td width="575"> I dislike humanity...strongly! It is as simple as that.
It really started long ago as a young person.</td>
</tr>
</table>
</body>
</html>

What puzzles me is that it was fine at one time but somehow it got messed up...any advice would be appreciated...thanks!

Jona
11-15-2003, 12:29 PM
It looks fine to me... In both IE and FB.

[J]ona

Dark Dragon
11-15-2003, 02:04 PM
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.

Nuts.....

Jona
11-15-2003, 02:05 PM
Hmm, it seems to look exactly the same every time I open or re-open it...

[J]ona

Dark Dragon
11-15-2003, 02:09 PM
By reopening I meant in Dreaweaver...but I am gonna try exporting it again and see what is happening...maybe it is just Dreamweaver....

Jona
11-15-2003, 02:10 PM
Maybe...

[J]ona

Dark Dragon
11-15-2003, 02:19 PM
I think I see the problem..that stupid "spacer.gif" was giving me problems.

I tried using the "Selected Slices" when I exported to make it easier...well...thanks for helping though.