[thelist] IE7/Vista, Opera issue

Mark Groen evolt at markgroen.com
Fri May 25 07:34:07 CDT 2007


On Friday 25 May 2007 04:07, John Allsopp wrote:
> .....
> I wonder if anyone has a hint for me about this
> <http://www.johnallsopp.co.uk/testHomePageImageSize/index.php4>.
>..............
> In IE7 under Vista (and, I think, XP), the images don't resize, so it
> all stretches to the right on a 640x800 screen.

Too many markup shortcuts, specify the height and width you want for your 
images. Also, if you are typing anyways you shoud always keep in mind that 
when you type img, you also need to type alt everytime even if it's blank, 
get in the habit.

<img src="balconybar.jpg" width="311" height="233" alt="" />

http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_image_adjust

> ...........think the initial strategy (table) was always doomed 

For non-tabular data in HTML markup, yes it is doomed but otherwise they are a 
wonderful thing to have, your computer wouldn't run without them.

> .........just
> missing the crucial bit.

See above link to W3C example.

> PS. does anyone recommend any of the associations of html coders?

Lots of markup experts on this list, never bothered with formal associations 
myself as they usually want a membership fee and that goes against my nature, 
would rather donate to Evolt once in a while when I have a few extra dollars 
in my Paypal account.
-- 
cheers,

        mark



More information about the thelist mailing list