|
Background
All official LSU Health Sciences Center New Orleans web pages should set their
background color to WHITE. No other color or background images will be
allowed.
To set your background color to white, add the following html code to your
html body tag:
bgcolor="#FFFFFF"
Screen Resolutions
When creating official LSU Health Sciences Center New Orleans web pages,
developers should design their web pages at either a
640-pixel screen resolution width, an 800-pixel
screen resolution width, a 1024-pixel screen
resolution width, or an adjustable resolution that automatically adjust to all
screen resolutions.
No matter which screen resolution width is decided upon, the developer should
maintain this screen resolution width throughout their entire web site.
If you would like to prevent a scrolling bar from always showing up on the
left size of your web pages, you should develop your web page content inside
of one main table that is set to max width size. You can set the max width
size in the table properties as follows:
-
"Left" justify the table first.
-
Depending on your screen resolution, the table width
should be set as follows:
|
Screen Resolution Layout Size |
Table Width Setting |
| 640-pixel |
610-pixel |
| 800-pixel |
770-pixel |
| 1024-pixel |
994-pixel |
| Adjustable |
100% |
|