PDA

View Full Version : Web design help


vraiblonde
08-13-2004, 03:03 PM
Here's my problem:

I create a website that looks great at 800x600, but crappy at a higher monitor setting. So I tweak it to look good at the higher setting and it looks like crap at 800x600.

Is there any way to get past this, short of getting Congress to pass a law that everyone must have the same computer settings and software?

RoseRed
08-13-2004, 03:05 PM
Originally posted by vraiblonde
Here's my problem:

I create a website that looks great at 800x600, but crappy at a higher monitor setting. So I tweak it to look good at the higher setting and it looks like crap at 800x600.

Is there any way to get past this, short of getting Congress to pass a law that everyone must have the same computer settings and software? Shouldn't this be a poll? :shrug:

designerxboi
08-13-2004, 03:17 PM
Originally posted by RoseRed
Shouldn't this be a poll? :shrug:

I use frontpage to design my webpages and just copy over the html into the angelfire's system. I think it does all the adjusting automatically. Do you write the html yourself or use a program?


------

Sorry Rose I meant to quote Vrai's question.

tater
08-13-2004, 03:19 PM
Reboot.

Tonio
08-13-2004, 03:21 PM
Vrai, I've been down that road, and I found that 800x600 was the only acceptable compromise.

I gave up long ago trying to make Web sites compliant with older browsers like Netscape 4. (NMCI sufferers, is Netscape 4 still the default version?) As long as it works with Internet Explorer 5+ and Netscape 7, you'll get probably 95% of everyone who views the site.

If you know any Javascript, I use the library on www.dhtmlcentral.com to make popup menus. Their code has an interface for just about every browser out there. At home I use Netscape 7, and feel it's a better browser than IE.

getting Congress to pass a law that everyone must have the same computer settings and software

That sounds like what Bill Gates would attempt. "Oh, our solutions are always the best! We want EVERYONE to use Windows and IE and Media Player and Office because they're the absolute super-duper peechy-keenest for every computer user."

vraiblonde
08-13-2004, 03:22 PM
Originally posted by designerxboi
Do you write the html yourself or use a program? A little of both - I create in FP, then tweak by hand.

I'm just looking for a suggestion other than to create two separate sites for each res. :ohwell: Apparently there's a javascript out there that will automatically detect monitor settings and correct graphics and fonts to suit the setting. Maybe I'll try that.

vraiblonde
08-13-2004, 03:24 PM
Originally posted by Tonio
That sounds like what Bill Gates would attempt. "Oh, our solutions are always the best! We want EVERYONE to use Windows and IE and Media Player and Office because they're the absolute super-duper peechy-keenest for every computer user." Well, he's got a point as far as I'm concerned. :lol: It's frustrating to try and make sites that look good at every monitor setting AND in each of the zillion browsers and versions out there.

MikeyBash
08-13-2004, 03:47 PM
Are you using tables to format your page? If so, you should be using stylesheets instead.

The beauty of stylesheets is they can apply different settings depending on what browser the user is using. It's kinda tricky until you get the hang of it, but it saves time in the long run. The bottom line is you seperate the content of your pages from the rendering, or the way it is displayed.

Mike (bash@infront.net)

Danzig
08-13-2004, 03:50 PM
Originally posted by MikeyBash
Are you using tables to format your page? If so, you should be using stylesheets instead.

The beauty of stylesheets is they can apply different settings depending on what browser the user is using. It's kinda tricky until you get the hang of it, but it saves time in the long run. The bottom line is you seperate the content of your pages from the rendering, or the way it is displayed.

Mike (bash@infront.net)

yea, what that dude said.

vraiblonde
08-13-2004, 03:54 PM
Originally posted by MikeyBash
Are you using tables to format your page? If so, you should be using stylesheets instead. aHA! I knew there had to be a better way. Unfortunately I'm a stylesheet idiot so there's a new trick for me to learn and put in my bag. I don't design a lot of sites, normally I farm them out, but it will be nice to have the capability even if I don't use it very often.

Thanks! :cheers:

Tonio
08-13-2004, 04:24 PM
Originally posted by vraiblonde
Apparently there's a javascript out there that will automatically detect monitor settings and correct graphics and fonts to suit the setting. Maybe I'll try that.

Yes. I assume it's based on the width, which can be detected. I don't have the links handy, but look up anything that has to do with the DOM in Javascript.

KoolStuf
08-14-2004, 08:15 AM
vraiblonde

I sent you a pm regarding this

Oz
08-14-2004, 08:12 PM
Can't you set the table width of the web page to 800 pixels, and then select to have the table centered on the screen, and put your content within that table?

vraiblonde
08-14-2004, 08:25 PM
Originally posted by Oz
Can't you set the table width of the web page to 800 pixels, and then select to have the table centered on the screen, and put your content within that table? That's what I've got right now. It's your cousin, actually :lol: Check your PMs.

happyappygirl
08-17-2004, 09:47 AM
I'm thinking of starting some side stuff teaching folks how to build and or maintain their own sites...think there would be a need for that around here? :confused:
Can i ask that question here? :confused: I'm trying to figure out how i can eliminate the commute i make now.......:barf:

Toxick
08-17-2004, 11:27 AM
Originally posted by vraiblonde
Is there any way to get past this, short of getting Congress to pass a law that everyone must have the same computer settings and software?



Can I see the website. I might be able to get a better idea of what the problem is if I could see it.

Is it online?

lucaswebco
09-03-2004, 07:58 PM
One answer to the problem.
Use tables to format the page.
1. Set the table to 100%, so it can resize with the screen.
2. Set photos to align ="left" so the text can wrap around them and resize with the screen size.

Second Answer to the problem.
1. set your main format table to 770 pixels. Then if it goes to a larger screen size the extra space will show to the right And not change your original design.

Third answer
1. Get a book on CSS ( Cascading Style Sheets ) and control your site's fonts, links, eetc. with one file for the entire site. Changes are a snap.


SEO by vBSEO 3.1.0 ©2007, Crawlability, Inc.