Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

resolution problem

hi friends,
i have developed one website in which i am facing resolution problem i have developed the website with monitor resolution 1152 * 864 pixels my problem is whoever is browsing this website with different resolution cannot view the website properly can anybody help me
regards jabbar
[311 byte] By [jabbarsb] at [2007-11-11 8:27:13]
# 1 Re: resolution problem
Try to use <table> without defining their width and height.
The browser used by the visitor will automaticaly size them.

You can also define the sizes using purcentages
(ex: <img src="..." width=50%>)
chrispl at 2007-11-11 23:13:16 >
# 2 Re: resolution problem
Sounds like you need a fluid layout. There are many ways to accomplish that... the method listed by Chrispl is one way.

Or if you are using CSS (the preferred method) you can design either a narrower website width, or a fluid layout.

There are lots of good samples via Google.
edburdo at 2007-11-11 23:14:12 >