I’m trying to help a friend set up site.
What I have so far is just something pretty she can look at instead of “Under Construction” while she decides what content she wants.
The problem I’m having is I want an itty bitty tag at the bottom showing I did the site but it just won’t center correctly!
It’s written in XHTML, Javascript and has an attached CSS.
Here’s the site I’ve saved in another folder to work on: http://205.223.179.81/sampeys0530/Pilates/
“View source” to see the code.
As you can see it looks like it starts in the center, instead of being centered.
Okay, a little trickier than I thought you meant. My browser windows are never full screen, so I didn’t realize you were trying to keep is there. So what’s your idea? That it’s always fixed there while the content scrolls? What should be behavior be if the window is resized to a height less than the vertical size of your content?
I thought you were trying to do something that this would fix:
Nah, it won’t be scrollable.
The pages will most likely it will be fitted for 800X600, I just want it to stay at the bottom whether the screen is set that size or bigger.
It’s just that it should be do-able, and it’s not working.
After we get some content to put on the site, I can just plug it in after all the blah, blah.
Just for the record, why does that page need JavaScript/DHTML? CSS does everything you’re trying to do.
Also, why would you fit the page to 800x600? That’ll annoy people with low-res (e.g. 640x480) screens because they’ll have to scroll horizontally, and annoy people with hi-res (e.g. 1024x1280) screens because it will leave a pile of empty space on both sides. Why not design the site to fit the window and let it resize gracefully, like HTML is intended to do?
Fixed-width sites are particularly annoying to people who change the text display size in their browsers.
How do you know it’ll be 200+ characters wide? Late at night, when the old eyes get tired, I like to enlarge the text setting on my Web browser and use wider windows. That lets me keep the number of characters per line the same as what you designed for. If you limit the pixel width of the screen, then when I enlarge the text I end up with very short hard-to-read lines.