PDA

View Full Version : Dreamweaver question




IgnatiusTheKing
Apr 14, 2008, 04:42 PM
I've got a table with text set to scroll vertically, but the text (in paragraph form) butts up against the scroll bar. What's the best way to create a little buffer between the edge of the paragraph and the scroll bar? I've tried altering the cell pad and cell spacing, to no avail.



macsrules
Apr 14, 2008, 09:16 PM
Wrap the text in a Div Tag and Give it an ID. Go into the CSS and set the ID you created with either Margin or Padding. I always get those confused, Margin is the outside the box where as padding is the inside. Anyway, that should do what you are looking for I believe.

IgnatiusTheKing
Apr 15, 2008, 01:17 PM
Wrap the text in a Div Tag and Give it an ID. Go into the CSS and set the ID you created with either Margin or Padding. I always get those confused, Margin is the outside the box where as padding is the inside. Anyway, that should do what you are looking for I believe.

Thanks for the tip! It was the Padding, and 10 px on the right did the trick.