Quote:
We just recently put up this site -- www.tpcahome.biz and would
appreciate any comments and/or pointers you could give me. |
Why frames? All it does is load and display a site from another
location. Frames require some content in the "noframes" area to get SEO,
along with other problems.
The site was slow to load. I assume this is due to the server at
"mynet11.tripod.com" or some such?
Set your styles in a stylesheet.
The page/site that loads in the frame has many W3C errors;
You are using absolute sizing in your tables. This prevents the page
from resizing for different browser resolutions. In my 800x600 screen,
the pages is too big to fit and has a bottom scroll bar. In a 1600
resolution, there will be larger borders around the outside of the small
content. fonts will be small and probably not resize well.
You have a lot of unescaped "&" character. Replace them with & so
that they will validate.
marquee is a proprietary thing and will not validate. They can also be
annoying to the viewer.
Some of the images have proprietary settings also. They might display
right in Internet Explorer, but not in other browsers.
Add "alt" tags to your images.
Regards,
Frank