Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

text margins

Status
Not open for further replies.

silverswim

Programmer
Joined
Oct 17, 2001
Messages
50
Location
GB
Hi , I need my text in a table cell to start at an indent of a space or 2. If I use &nbsp then it comes up as that in ie6. Is there a way to set margins in a particular cell only; -cellpadding doesnt seem to work for one cell only, either.
Thanks- and thanks for all the other help too!:)
 
Hi Silverswim,

I think you had a similar thing last week. Use CSS again. <div style=&quot;margin-left:2px&quot;> around the stuff you want to indent.

Probably easier to hand code CSS but it is the 'box' category in the dreamweaver css panel.

Cheers,

Tom

 
Thankyou, Mr Grey- actually I went through at least 12 pages of back threads but couldnt find this stuff-maybe it was worded differently.)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top