I'll try rewriting the whole HTML script.
That's just the beginning, not a complete page.HTML Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>The Pokémon Forest! Created By XD375!</title> <style type="text/css"> body { color:#000000; font-family:verdana, sans-serif; font-size:10pt; background:#FFFFFF; margin:0; padding:0; background-image: url(http://www.freewebs.com/xd375/background.bmp); }
Please do me a favour and join PI^^
My PM box is full (and I won't empty it anytime soon) so if you have something you want to tell me you can also contact me
there
^Yeah, he had the whole HTML script on the page (I checked the HTML source) but he just didn't post it all.
It occurs to me that maybe we should go back to discussing layouts.
Faltzer's is awesome. ^__^
It's my site, fear it.
Less than %.001 of all people on Serebii are named AgentChronon. If you are one of that %.001 percent, copy and paste this into your sig (started by AgentChronon)
Buoysel= awesome. It will always be that way. Forever. If you think you are a bigger Buoysel fan than me, PM me and I will correct you.
XD375, try it with just the background.bmp rather than the whole URL.
soup.
And XD375, don't use bitmap images on your site. They are massive files and take an awfully long time to load on pages that are received over a dial-up connection.
Use PNG or GIF instead for web graphics.
Last edited by Magma Leader Maxie; 15th August 2006 at 12:04 PM.
Gif messes up in Paint, so use PNG. PNGs rule!
It's my site, fear it.
Less than %.001 of all people on Serebii are named AgentChronon. If you are one of that %.001 percent, copy and paste this into your sig (started by AgentChronon)
Buoysel= awesome. It will always be that way. Forever. If you think you are a bigger Buoysel fan than me, PM me and I will correct you.
Yo XD375 u said that u wroteright, well im not sure but i dont think there should be a body tag then rite after that a body background tag. I believe it should just be <Body Background="http://www.freewebs.com/xd375/background.bmp"> and if that doesnt work, i have a feeling there is a problem with how u are getting the image onto the website. Maybe a small mistake like u forgot to add Url or something small and u didn't notice it, but i can't thhink of any mistakes.<body><body background="http://www.freewebs.com/xd375/background.bmp">
^
Credit goes to Me!!!!
Spoiler:
are we allowed yo reuest a layout here? because if we are i request a diamond and pearl or a latios themed layout, just need the outline i want:
left nav right nav quick links (like serebii) just leave the links blank as link and i will add them in.
Thanks.
My sites layout is rubbish
Well since this conversation dropped off the face of the earth I might as well attempt to revive it...
I prefer Web 2.0 layouts. While dark is nice and easy on the eyes, it gets old after a while and extremely annoying. Personally, I can't stand Serebii's layout...Oh how I would love to give this site a makeover
Anyway, that's just me. Any other opinions out there, or is this forum just dead?
No frames, good graphics(not drawn crappily in paint), neat, and not eye hurting.
I do simple, to the point layouts with simple Ajax effects for my sites.Things that are easy to find your way around, and that nice PHP include() function for DHTML menus. I do quite a bit of complex coding in the Ajax/DHTML areas, but make the layout as simple as possible. I am not a big fan of Web 2.0 layouts, but am starting to get used to them.
BP
Well, generally the background image will continually repeat itself.
Though you can set background-repeat to repeat-x, repeat-y or none
BP
You mean when you but stuff on top of it? Well, solid objects will cover the background.
Divs are transparent by default, and any other elements (including divs) can be made transparent by using the filter markup in CSS.
I am not sure what you mean,
BP
I'm asking this:
If I make the layout cover the whole screen (like Serebii's) would I be able to see the background images (say a blue and red check pattern) or would I only be able to see the background colour of the left and right nav bars and the content?
I answered your question...
You will only be able to see background if the object on top of it is transparent.
Like Serebii, for example, the background is a shade of black, but the nav bars cover it up, though as the div containing the main content is transparent, you can see the black behind it.
BP