Re: [PHP] browser rendering
[email protected] (Stephen)
| Newsgroups | php.general |
|---|---|
| Message-ID | <[email protected]> |
On 13-06-02 09:09 AM, georg wrote: > Possibly this issue is for other fora, which you might direct me, > anyways; > > I have been dablling making my own little webpages, however having > gotten a nice > result jon fireforx, I realize picture sizes gets treated very > differntly on different browsers !!! > so the looks of the pages get very strange from smaller (Opera) and > much bigger (Explorer) > brower !!! > <img src="smiley.gif" alt="Smiley face" height="42" width="42"> The img tag supports specifying the height and width. -- Stephen