That's a good question. I'm not sure what is the right answer to your question. I'll do some Googling and get back to you if I discover an useful answer. You should email the people at iPage as they probably know..
I can't really tell you why you're getting that error. The only thing I can think is that there is a special character in there that isn't getting parsed properly and we can't see. Try deleting that line and pasting in this:.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN".
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">.
Delete the URI to the DTD if you wish..
As for the problem with layout in Mozilla, I'll have to leave that to someone with the patience to dissect a table based layout. If I had to guess, I would say that the problem is with adding differences between IE and Mozilla, but that is a shot in the dark..
<edit>.
Giz, I would love to see your simple fix to the simple error number one..
</edit>..
Sometimes I don't think you read the thread giz.
I got rid of that error, didn't help anything though...
I think it's the fact that you have cell larger than the image, some colspan and some width=100% around....
The way I did work around is that I fill up the missing space with 1x1 blank image stretch the fit the right size.
So:.
<td width="15" height="21" valign="top"><div align="right"><img src="layout/top_table_left.jpg" width="9" height="21" alt="table_left" /></div></td>.
Will become:.
<td style="width: 15px; height: 21px; vertical-align: top;"><img src="blank.gif" width="6" height="1" alt=""><img src="layout/top_table_left.jpg" width="9" height="21" alt="table_left"></td>..
Why does everybody say that? "my iPage site isn't displaying right in mozilla.".
Well hate to tell you but mozilla is dispalying your iPage site how you coded it. not being mean to you Hocky, just everyone in general.
Mozilla is not forgiving like IE is..
<img src="spacer.gif" alt="" width="152" height="1">.
In xhtml you need to close that img tag..
<img src="spacer.gif" alt="" width="152" height="1" />.
And add.
Alt="".
To all of them. there that will fix the errors. and then the site, it looks like you are rowspanning the bottom rigth 1 to many. not looking at the code very well but this is just off the top of my head...
Thank you thank you thank you thank you!!!!.
See sig!..
Well scoutt, the reason I say that is it displays like I intend it to in IE. And when I right click on the file when it's not online, and click open with > mozilla firebird, it opens and displays like it should. But when I upload it to the internet, it doesn't..
I'll try that code out illog..
And scoutt, I know about the errors, just not of the upmost importance at the moment because they shouldn't be affecting this problem..
EDIT: Illog, am I using that code for each table corner?..
OK, good news. I got it working with that code illog gave me. But, I still have a problem in the bottom left corner..
The page is.
Www.joshmccrain.com/autographs.htm.
Thanks illog...
I'm trying to figure it out and one thing I don't understand....
You have image for corner and those image at the bottom are valign="top"!! should it be valign="bottom"???..
It seem that you have too much <br /> before your poll, it's stretching down the table.....
>>.
Giz, I would love to see your simple fix to the simple error number one..
<<.
1 # Line 48, column 141: required attribute "alt" not specified (explain...)..
...2short.gif" width="432" height="94" /></div></td>.
Yeah, add.
Alt="some text about the image".
To that.
<img>.
Tag..
I have never seen the originally reported error:.
# Line 1, column 62: no system id specified.
...PE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">..

