View Full Version : Ugh!!!!!!!!!!!!!!!!!


gotfaith3
03-10-2003, 06:22 PM
okay here is my code...

<html>
<BODY_BACKGROUND="bbg.gif">
<center><img src="wel.gif" width="500" height="100" alt="guestbook"></center>
<font_face="Century_Gothic">
Well_look_at_that!!
</font>



</body></html>



whenever i put that image in there, my background doesnt show up, but when i dont put it there, my background does show up... why???

MaGiCSuN
03-10-2003, 06:26 PM
you have:

<BODY_BACKGROUND="bbg.gif">


but make it

<BODY BACKGROUND="bbg.gif">

Love,
Mirna

gotfaith3
03-10-2003, 07:35 PM
<html>
<BODY BACKGROUND="bbg.gif">
<center><img src="wel.gif" width="500" height="100" alt="guestbook"></center>
<font face="Century Gothic">
Well look at that!!
</font>



</body></html>

thats my code and it doesnt work

pepper
03-10-2003, 08:14 PM
ok i'm having more or less the same problem only my background doesnt show anyway!!
here's my code if any1 could help


<body background="1035626238_4.jpg"
</body>

fruitcake
03-10-2003, 08:49 PM
Try this, it works for me :)

<html>
<body background="bbg.gif">

<center>
<img src="wel.gif" width="500" height="100" alt="guestbook">
</center>

<font face="Century Gothic">
Well look at that!!
</font>

</body>
</html>