• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Dreamweaver help needed

JzL

Golden Member
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
 
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 :|
 
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 :|
 
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.
 
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.
 
Back
Top