|
Posted by cwdjrxyz on 07/23/07 20:59
On Jul 23, 2:25 pm, scmulqu...@netzero.com wrote:
> Hi,
> I am designing a website for my sisters wedding and I am having
> trouble getting the tables to appear the correct size in IE. They are
> great in Firefox. I have set the table at 100% and I want the left
> column of the table to be 164 pixels so the images will appear lined
> up.
>
> I would love it if someone could take a look at my code and figure out
> why it won't line up correctly. Here is the web address to check the
> page outwww.mulqueenhodgeswedding.com.
>
> Thanks
I checked at the W3C validator. For:
<img src="engagephoto.jpg" alt="Engagement Photo" width="288"
height="384"> </p><br> it gives an error message that there is an end
tag for element "p" which is not open. Sometimes errors such as this
can give problems in only some browsers. Also IE browsers still have
some css bugs, so if fixing this error does not solve the problem,
don't be too surprised. The 3 other errors found all are that alt was
not given for 3 images, but this would be unlikely to cause problems
of the type you mention.
Navigation:
[Reply to this message]
|