Spike,
I am just a beginner, I am actually on here looking for some answers to my questions to xcart. But I have learned a lot and know HTML/CSS, etc to answer some pretty basic questions.
I looked at your site, here are a few suggestions.
You have TOO many graphics on your site, eliminate some of the horizontal bars, etc
You can create a horizontal bar by
<hr>
in your HTML
You can also adjust the color and width by
<hr color="red" width="80%" height="3px">
The above will make a red bar 80% window 3 pixel high.
This is a lot better than using those horizontal bars.
I am on my laptop right now and your entire window is not 800x600 friendly. You need to make your home page 800x600 friendly, not everyone is in 1024 mode you know
I think it has to do with that HUGE banner (NATIONAL COMMITTEE) which is taking expanding your page to more than 800 pixels across.
If you MUST use it, you can use something like
[img]your image .jpg[/img]
and go down with the number in width to adjust to fit (it is 760 width right now) -- remember, you are trying to be under 800 pixel width, 780 optimal since there is a scrollbar.
Also, if you must use those horizontal bars to divide, I think you have set to left align since your text is wrapping around it.
Good luck, you'll be looking at your site 6 months from now and will be saying "who coded that!" lol
|