PDA

View Full Version : Dreamweaver Again



sharedholder
11-29-2003, 02:56 PM
Any ideea how to make a table to look like this one with Dreamweaver?

http://www.sighost.us/members/shared/e5636wuhw56.jpg

TRshady
11-29-2003, 03:00 PM
Should be simple. Just create your table then use css to set the border styles and colour :) ... Dreamweaver mx2004 makes css simple so use the tag inspector.

UKMan
11-29-2003, 06:39 PM
Yes CSS is so much quicker to for webbrowsers.
However, depending on which version of DW you have, the simplest way is to:

Insert/Table
1 row (to begin with)
4 columns

If you want more rows later, you can just use the TAB from the last cell to create a new row. The new row will have the same qualities as the last one.

Then you can mark each column and in the properties box, state the width (in pixels or %). Remember to mark "NoWrap" if you want to keep the width of the table even if people have a lower screen resolution, otherwise it will distort the table contents.

Peace
UKMan

Marius24
11-29-2003, 07:37 PM
for the border you need to have these in the table properties 0 cellpad
0 cellspace
1 border

asmithz
11-29-2003, 07:44 PM
You can just get a web site ripper. Load the HTML in dreamweaver and look at what you want. ;) :lol:

UKMan
11-29-2003, 08:10 PM
Originally posted by Agent Smith@29 November 2003 - 20:44
You can just get a web site ripper. Load the HTML in dreamweaver and look at what you want. ;) :lol:
Thats cheating :lol: But hey - thats what we do anyway :lol:

internet.news
11-29-2003, 09:00 PM
thanks.

asmithz
11-29-2003, 09:03 PM
Originally posted by internet.news@29 November 2003 - 13:00
thanks.
Question Mark (?)