<body scroll=no background = "back.bmp">
this is the opening body parbody part for my title screen. When i open it up in IE it works fine the picture shows up in the back and everything. Now.. if I open it in byond the background stays white. Help please :P It won't show pictures either.
I think the popup windows can't display pictures. Am i correct because this could be my problem</body>

Well, you have two problems.
First, you're using a .bmp as a Web graphic. Don't. Not even in BYOND, even though BYOND only uses IE internally and it's safe. Just get right out of the habit now. Use .png or .gif or .jpg only.
Second, you need to use browse_rsc() to send graphics to the client before the mini-browser can see them.
Lummox JR