View Full Version : image coding help


eadie
09-03-2006, 07:13 AM
hi everyone
could someone please help me with this dilema.
i recently did an assignment for HTML classes were i had to add background & image.
the following code is what i used (images being the file my jpgs are located)
<body bgcolor="#000099" background="images/eadiebg.jpg" text="#333300" link="#663300" vlink="#003300" alink="#FF9966" marginwidth="0" marginheight="0" leftmargin="100" rightmargin="150">

<img src="images/EADIEMAIN.jpg" width="397" height="413" border="0" hspace="20" vspace="10" align="left" alt="My lesson 6 image" >

although my group leader couldnt view my page as i seen it in my browser so i changed the code to
<body bgcolor="#000099" background="eadiebg.jpg" text="#333300" link="#663300" vlink="#003300" alink="#FF9966" marginwidth="0" marginheight="0" leftmargin="100" rightmargin="150">

<img src="EADIEMAIN.jpg" width="397" height="413" border="0" hspace="20" vspace="10" align="left" alt="My lesson 6 image" >

my group leader can view it perfectly now unfortunatley for me all i can view in my browser with changing the code is blue background and a box were my image should be
WHY? is this that i can view it one way & not the other can anyone please help my browser is IE
thanks in advance eadie

Arwen
09-03-2006, 09:37 AM
<img src="images/EADIEMAIN.jpg" width="397" height="413" border="0" hspace="20" vspace="10" align="left" alt="My lesson 6 image" >

<img src="EADIEMAIN.jpg" width="397" height="413" border="0" hspace="20" vspace="10" align="left" alt="My lesson 6 image" >


Are you sure your image is in the same folder as your page?

eadie
09-03-2006, 05:36 PM
thank you Arwen for your quick reply. I had realised the problem after i had posted the question i guess i was overtired & looking too much into it being a technical problem with my browser. Thank you again i'm sure i will come across other hitches through my learning process be looking forward to coresponding with you again.
take care Eadie