I'm working on a project just now that on one particular page, renders fine in IE but in Firefox, the images I have in the middle of the screen are sat bang next to each other with no space between them either vertically or horizontally.
Cant work out why, I've used the same thing on other web pages and it's worked fine in FF.
The code is just the basic stuff as below :-
Any ideas why the hspace and vspace values make not a jot of difference within FF?.
Ta.
Cant work out why, I've used the same thing on other web pages and it's worked fine in FF.
The code is just the basic stuff as below :-
Code:
<img src="images/pissouriicon.jpg" alt="Pissouri Sea View" width="254" height="154" hspace="20" vspace="20" />
Any ideas why the hspace and vspace values make not a jot of difference within FF?.
Ta.
