May
30

How do I design a website that is viewable at any resolution?

By Sally Homemaker

I am currently using WebEasy 6 Professional to design my web site but I am having a hard having my web site look consistent in different resolutions. Under page size, I can only 1024 x 768 Pixels, 640 x 480, 800 x 600, 254 x 164, or user defined. I know that everyone who surfs the Internet does not use the same page resolution, so how do I create a consistent looking page?
I have no idea what CSS is and it is very intimidating. Is there an easier way?

Share and Enjoy:
  • Print
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Categories : Work From Home

3 Comments

1

Use a Cascading Style Sheet (CSS) Once you create the base, you can just reuse it.

2

Hand code it with tutorials from w3schools.com Learn basic css. Not only will your site be much smaller but it will work for any resolution.

My sites layout is only 400 bytes.

3

simplest way is to use percentages in the width settings in your html.

this two-column table will fit the full width of the screen.

<table width=100%>
<tr>
<td width=50%></td>
<td width=50%></td>
</tr>
</table>

Related Posts

No related posts.

Related posts brought to you by Yet Another Related Posts Plugin.

Tags

This is a Widget Section

This section is widgetized. If you would like to add content to this section, you may do so by using the Widgets panel from within your WordPress Admin Dashboard. This Widget Section is called "Feature Bottom Right"