dream weaver mx for dummy - tables

Forum home » Delegate support and help forum » Dreamweaver Training and help » dream weaver mx for dummy - Tables

dream weaver mx for dummy - Tables

resolvedResolved · Low Priority · Version Standard

Claire has attended:
Dreamweaver MX Introduction course
Dreamweaver 8 Intermediate course

Tables

Which is better for page layout, tables or layers?

Thanks

Claire

Layout tables vs css

Hi Claire,

It depends on your circumstances.

Tables are easier to set up because most people are familiar with how tables work (eg. Microsoft Word etc.) But if you can learn how to set up the page using CSS (div/layers) you are allowing yourself much more control of your page in the future. This is due to the nature of how CSS works. One global change in your CSS and your entire site can change in a second. It's a very powerful way to control your layout.

Using CSS also allows you to separate your content from your layout. Also you are not limited by rows and columns.

Also, people are using the internet on more and more mediums now. Phones, TVs, game consoles, PDAs etc. With CSS design, you can simply add another style sheet to inform their devices how your web pages appear... all without changing the code in your pages.

You probably learnt a bit about CSS (layers) layout on your Dreamweaver Intermediate course. For further information, I'd recommend searching google for 'css layout', of which the current top result is promising: http://www.glish.com/css/

It can take a while to master CSS layout, but you'll be glad you did.

Regards, Rich

 

Training courses

 

Training information:

Welcome. Please choose your application (eg. Excel) and then post your question.

Our Microsoft Qualified trainers will then respond within 24 hours (working days).

Frequently Asked Questions
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Dreamweaver tip:

JumpMenu in new window

When inserting a jumpmenu to a page, the only option available for 'open in' is usually 'main window'. There would be other options available if the page was a frameset.

To change the jumpmenu to open in a new window, change the target parameter of the selectbox in your code to 'window.open()'.

eg.

<select name="menu1" onChange="MM_jumpMenu('window.open()',this,0)">


source:
http://kb.adobe.com/selfservice/viewContent.do?externalId=tn_16166& ;sliceId=1

View all Dreamweaver hints and tips


Server loaded in 0.12 secs.