Click to See Complete Forum and Search --> : Need some comments regarding my simple web site


voodzzz
03-26-2005, 09:55 AM
Need some comments here: www.big-4.net

Thanks!!!!

js_prof_cons
03-26-2005, 10:14 AM
To be frank, the site is built around a layout (which could be improved) that is designed using <table>s. Tables were never created to develop layouts. they were developed to display data that were to fit into a table. For example, a multiplication table, a table of hockey stats, or a leaderboard. All of those would be uses for tables. The layout for a site should be done using CSS and proper HTML tags (<div>, <p>, <span>, etc.).

I will say a good thing about the site though. It is simple, as your title suggests. Complex sites never really get anywhere, as they become harder to mange. I'm sure others will elaborate more on my first paragraph, as well as other things I've left out.

Jupac
03-26-2005, 01:28 PM
http://www.hotdesign.com/seybold/ why tables for layout are stupid

spufi
03-27-2005, 07:59 PM
You could center all of your content too, so the main area is in the middle of the user's screen. There is no real reason to have a person scroll within the Featured Articles area either.

js_prof_cons
03-27-2005, 08:08 PM
Whether or not you either center the layout, or make it fil lthe screen, something must be done. In addition, your footer breaks the layout in Firefox. It outstretches the main layout. I haven't seen it in MSIe, quite frankly because I'm scared of the pop-ups I might get.