Illusen87
03-16-2005, 03:56 PM
I I'm making a site for a guild but if I put pictures code they won't appear. There is nothing wrong with the code because if I save the 'empty space' my computer saves the whole picture. I think it's because of the background but I tried several codes. I can see text on it. Also I use .gif pictures is that the problem? I'm trying for a long time now, I hope you guys can help me!
I have used this code:
<body background="image url" bgproperties="fixed">
Illusen87
03-16-2005, 03:59 PM
I have used this code:
<body background="image url" bgproperties="fixed">
flinchalot
03-16-2005, 04:01 PM
could you post a link to the page (and not double post - use edit)
Illusen87
03-17-2005, 11:48 AM
I'm new So I don't know how te edit the message *blushes*
The site is: http://free2.angeltowns.com/worldofneo/
And for example by the news there should be a avatar before the text. If you save on that spot you can see it..
your background is there, it is just hidden by the other image. you also seem to have a SPACE before your background url in your body tag (inside the first quote).
your "won" image is positioned at 0 left and 0 top, so that is why it is covering up your background image. the image url for this image also has a SPACE in it but is appearing near the ending quote. (spaces cause problems and should not be used in file names.) so to see your background image, you will have to position this image someplace else.
one thing you should do is fix up the other coding a bit. for all the times you have these in your STYLE parts...
left: ##;
top: ##;
width: ##;
height: ##;
you need to add in the PX value behind them like so...
left: ##px;
top: ##px;
width: ##px;
height: ##px;