'New to Front Page', and know just enough to be dangerous!!
My first website:
www.lookoutmountainlandtrust.org.
Started with a web template purchased from PixilMill, but I think I messed
it(css) up as some things dont show up - like the navigation menu.
It looks good on my screen, but not on other computers. (too large)
Had to put banner pictures on each page, thought I only had to do this on
the index?
Following up my earlier reply, I see you have now reduced the width of
the marquee to 800, although its border still runs out to the full
width of the window.
The marquee still doesn't display in the increasingly popular Firefox
browser but cross-browser scripts are available that will do the same
thing. It might be an idea to enclose the marquee in a table to keep
it where you want it to appear.
On a side note, you probably only need to type in the marquee text
once. It will repeat as soon as the tail of the text has reached the
left edge. This way you will avoid having those ten thousand
non-breaking spaces. If you put all those spaces there in order to
stop the marquee and give the eyes a rest, you might seriously
consider the merit of having a marquee on the page at all.
Moving on to the other pages, you have those two huge maps which are
causing the pages to spread out sideways.
As the maps need to be large enough to read, I'd strongly suggest
placing them one above the other. The way you have them at the moment,
in a table 1000px wide, they will be too wide for most users'
displays, causing a horizontal scrollbar to appear. A horizontal
scrollbar is bad news.
There is nothing on these pages that won't fit into an overall width
of 720-750px, with a bit of shifting around.
With this end in view, try enclosing *the whole of each page* in a
table. The simplest way would be to open the page in HTML view and
immediately below the <body> tag, type the following, or cut and paste
from this message:
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="720">
<tr>
<td>
Then immediately above the </body> tag near the foot of the page,
insert the closing tags for these four lines (in reverse order):
</td>
</tr>
</table>
</div>
It will be an invisible table with no borders, no colours and no
background. Your aim is now to reduce the width of ALL the other
tables on the page so that they will fit inside the new table. So if
your left-hand navbar is 155px wide, you've got 565px to play with.
Since your widest map is 491px wide, there should be enough room for
it, although you may need to reduce the width of some of the borders.
There will be no room for more navigation stuff on the right, so make
arrangements to have all the nav on the left or horizontally across
the page.
fido