English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I am new to Dreamweaver and I am trying to understand how I can make a table to layout my page. Example, I want to make a table tht is centered, etc. How can I first go about creating a table? Thanks!

2007-04-02 13:50:28 · 3 answers · asked by Jason R 1 in Computers & Internet Programming & Design

3 answers

Insert -> table
then on the bottom theres a properties bar.. make changes to your table there. ie if you want your table centered, go to the align dropdown menu and select center. you can merge cells and stuff too

2007-04-02 14:02:23 · answer #1 · answered by Alvan 2 · 1 0

You can just click the table maker in the top palate part above the primary dreamweaver window and start with the basic settings (create a new basic html page to start if you have not already). I would recommend a table width of around 900 these days.

Once you have a basic table you can tweak it. I like to use a split screen so I can just change numbers right in the code. You will see your table in body of the html. If you can't find it then just search for it (control - f) in the code. type in the nuber you put in for the table width or click on the table in the design view. If you right click on the table after you created it from the table tool you can go to table > select table. Now you will see a set of parameters for your table so you can add/change stuff in it at the bottom of the screen. You will see an option to allign it - there you can change it from default to center. Also, if you have not already, you can change the default border size from 1 to 0. Anyway, this is where you want to be if you do not do straight coding.

Hope this helps!

2007-04-02 14:16:56 · answer #2 · answered by whome 3 · 0 0

If you're using Dreamweaver MX 2004 or 8, nix the table idea altogether. Use its newer built in functions such as CSS and layers. Much more friendly. :-)

2007-04-02 18:00:46 · answer #3 · answered by Jen 2 · 0 0

fedest.com, questions and answers