![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've heard you can create borders that run along just one side of a table cell/row etc. you can also make them dotted so you can create dotted rules in your layouts to seperate things. Is there a way to do this through dreamweaver or do you have to hand code it? If so what's the coding? Thanks! |
#3
| |||
| |||
|
|
Yes, it can be done in Dreamweaver. Just put it in your style sheet (if you aren't using one, you should be!! ![]() table.borderRight { border-right: 1px dotted #CC0000; } table class="borderRight" ... Or if you want it only on one cell: td.borderRight { border-right: 1px dotted #CC0000; } |
#4
| |||
| |||
|
|
"DiMa" <diana (AT) YOURHATANDCOATdimadesign (DOT) net> wrote in message news:bek255$er9$1 (AT) forums (DOT) macromedia.com... Yes, it can be done in Dreamweaver. Just put it in your style sheet (if you aren't using one, you should be!! ![]() table.borderRight { border-right: 1px dotted #CC0000; } table class="borderRight" ... Or if you want it only on one cell: td.borderRight { border-right: 1px dotted #CC0000; } dumb question: Why would you not do: .borderRight {border-right: 1px dotted #ccc;} and then it could be applied to various elements on a page (or site): table class="borderRight" td class="borderRight" div class="borderRight" p class="borderRight" -Al |
#5
| |||
| |||
|
|
Because I haven't had coffee in 4 days and I've been kept up all ours by an unruly template from hell ![]() |
#6
| |||
| |||
|
|
When you're in the neighborhood, drop by and I'll make you some very stout espresso ;-) |
I have an ulcer and|
"DiMa" <diana (AT) YOURHATANDCOATdimadesign (DOT) net> wrote in message news:bek3g5$he8$1 (AT) forums (DOT) macromedia.com... Because I haven't had coffee in 4 days and I've been kept up all ours by an unruly template from hell ![]() When you're in the neighborhood, drop by and I'll make you some very stout espresso ;-) |
![]() |
| Thread Tools | |
| Display Modes | |
| |