Dreamweaver help needed

JzL

Golden Member
Jul 23, 2002
1,639
1
0
I am trying to learn some dreamweaver... following this tutorial about slicing. I get to the part 5.) where it says:

' In the bottom row split the cell so that it has 3 columns. The left and right columns will be where your boarder, so set the width of these two colums to the width of your boarders. Im my case the width is 13 pixels for the 2 columns. '

I can not figure out how to split the bottom row into colums without splitting the top one as well. Anyone tell me?

TIA,

JzL
 

screw3d

Diamond Member
Nov 6, 2001
6,906
1
76
Basically you'll need a colspan attribute.

Read it here

A suggestion - you should ideally use CSS to set the layout of your page.. but yeah it's not easy to make it work across all browsers, thanks to IE's domination :|
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Originally posted by: screw3d
Basically you'll need a colspan attribute.

Read it here

A suggestion - you should ideally use CSS to set the layout of your page.. but yeah it's not easy to make it work across all browsers, thanks to IE's domination :|

I agree :|
 

JzL

Golden Member
Jul 23, 2002
1,639
1
0
screw3d,

thanks for the help! I just did a search on the word "colspan" and it got me in the right direction of the command "ctrl-alt-S".

Thanks for pointing me in the right direction.
 

screw3d

Diamond Member
Nov 6, 2001
6,906
1
76
Originally posted by: JzL
screw3d,

thanks for the help! I just did a search on the word "colspan" and it got me in the right direction of the command "ctrl-alt-S".

Thanks for pointing me in the right direction.

Anytime! :)

Another suggestion: you should polish up your HTML before starting to use WYSIWIG tools like Dreamweaver to really know what's behind the page.