Anyone have any recommendations on layout for my homepage? HTML tables? CSS divs? Anything else? PROs/CONs. I don't mean to start a war. I'm just asking because I'm new to both (HTML/CSS) and don't really know where to start. Thanks!!! Homepage
haha, thanks. It's my first one. I was going to even pay someone to design it, but I got bored one day at work and started playing with VISIO and came up with that on the first try. But I don't know how to code it, yet.
Originally, by checking Daniweb's source, I figured tables&images were the best way to get a rounded look. I was turned off from tables once I typed "html tables vs css" in google. I found this site which has 3 examples of how to get rounded tables with CSS. But then I ran across this site, and I've been using that technique ever since. Cool thing about it is it doesn't use any images. I'm not sure why (noob) IE6 blocks the javascript calling it "Active Content" "To help protect your security, Internet Explorer has restricted this file from showing active content that could access your computer. Click here for options...". Is there a way around this? And why doesn't Firefox show a warning?
Last edited by J_Search; Jun 11th, 2006 at 7:18 pm.
The first link tutorials give you geneal idea what you are about to do and how you can do it with different techniques.I love that Zen Garden example, brilliant work.
Second one, stright forward tutorials very nice done.
Anyway, good luck wih your development, hope to see final outcome of your work :p
There is a big debate over which is better, HTML tables or CSS. It just depends on what you prefer. I would suggest you try a little of both, see which one you grasp best. Or, it could be a combination of both.
I still use HTML tables with CSS to tweek the limits of the HTML. In other words, I create the table, then if I need to add padding, control font, etc., I use CSS.
Your layout is pretty complicated so I advise you to use CSS divs. It's true that it is more complicated to learn CSS than to use HTML tables. But in my experience, once a designer/developer starts to know CSS they never go back to HTML tables.
HTML tables are OK when you don't know CSS and you want to create a very simple layout. Yours isn't that simple.
Shotly these are the advantages of CSS:
CSS provides many more presentational choices than HTML
Makes sites load faster and conserves bandwidth
Makes HTML documents less complicated and more accessible — separates structure from presentation
Enables us to make global changes — easier to maintain
Thanks for the links. Was that a commercial? haha.
Actually, I have all the backend code, I just hate html/css and design for that matter. I wasn't aware that these tools even existed for Dreamweaver. I'll have a look at them. Anything that makes my life easier.
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.