|
Posted by Roderik on June 1, 2008, 9:05 am
Please log in for more thread options Jukka K. Korpela schreef:
> Scripsit Roderik:
>
>> I am wondering why (half of the) squared images are not aligned on the
>> right of the text in Internet Explorer (using <img ... align="right"
>> />. I thought this was supported even in IE.
>
> It is, but it can be overridden in CSS.
>
>> http://www.roderik.net/2008/05/25/robotchallenge-vienna-2008/
>
> There are 6 markup errors reported by a validator. You didn't do you
> homework before posting.
I validate the page quite often. The 6 errors are in javascript of which
I was aware. It is a matter of adding a CDATA statement but the
javascript is automatically generated so that is a time consuming code
change. However it seemed to be quite unlikely to me that that
javascript (I mean provided by Google) was related to the image placement.
> If you switch stylesheets off, e.g. using a Tantek favelet (
> http://tantek.com/favelets/ ), you'll see that IE applies align="right"
> as defined.
I use web developer tootlbar.
>
> Thus, the problem is in CSS, not HTML.
The problem might be interrelated but it surely had to with HTML since
it concerns a HTML style (or align in this case) attribute.
Hence it is off-topic in this
> group. Moreover, you should do your homework by using the available
> tools for checking the syntactic correctness of your HTML and CSS before
> asking for help in public.
You shouldn't assume that I didn't.
|