Click to See Complete Forum and Search --> : Auto alignment in browser


advinc
01-11-2004, 07:53 PM
Hi all, im quite a novice in web designing. now had a question:

Well im using Frontpage to design my website. The text box, wordings, picture and etc that i used may seems in place when i view in my monitor, however when i view the website in other computer of different monitor resolution and size, all the items in my site seems to be in haywire, wrong alignment.

Anyone can help? Any script that can auto align them in place?

thanks so much

PeOfEo
01-11-2004, 08:50 PM
front page makes solid code, not fluit. All of your layouts if you use the wysiwyg features will not perform well on other browsers or resolutions. Stop using hte wysiwyg features to fix this problem, and use % to position instead of a pixil value.

advinc
01-11-2004, 09:14 PM
Eemm, dun really understand, you mean i should place the '%' in the HTML mode to fix the position>

Sorry for my ignorance...

or could you rephrase it in a simpler way?

thanks PEoEF

Paul Jr
01-11-2004, 09:16 PM
I believe he means using percentages instead of pixels for defining the positions of your elements.

PeOfEo
01-11-2004, 09:41 PM
width="10%" instead of width="10"
or do it with css (the valid way of dimentioning and positioning)
style="width:10%;"