XF 1.4 HTML page

Brad P

Well-known member
Morning chaps,

I have a page here http://www.s0rethumbs.com/premium/

Now the images displaying are all the same size apart from the 2 at the top displaying the profile avatar.

For some reason the other images are not equal sizes? Why is this as they are all the same size images when uploaded to the server ?
 
Morning chaps,

I have a page here http://www.s0rethumbs.com/premium/

Now the images displaying are all the same size apart from the 2 at the top displaying the profile avatar.

For some reason the other images are not equal sizes? Why is this as they are all the same size images when uploaded to the server ?
They appear to be displaying at the sizes defined in the inline style:

HTML:
<img src="http://www.gametec.co.uk/images/premium/hidden.png" style="width: 500px;" />
     
<img src="http://www.gametec.co.uk/images/premium/namecolor.png" style="width: 430px;" />

<img src="http://www.gametec.co.uk/images/premium/username.png" style="float: right; width: 500px;" />
         
<img src="http://www.gametec.co.uk/images/premium/conversations1.png" style="float: right; width: 445px;" />
 
Top Bottom