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!
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!