I need some real QUICK Dreamweaver help

The Godfather

Platinum Member
Jan 13, 2005
2,158
0
76
I need to know how in a table cell, the text can start from a certain point, where i decide. My friend did it once but i forgot how.

Like lets say it starts here:


|



I want it to start:


____| here.

Please i appreciate all the help.
 

everman

Lifer
Nov 5, 2002
11,288
1
0
You can do basic vertical and horizontal positioning like left center right top bottom. I think you'd use style sheets to get a more absolute position?
 

ISAslot

Platinum Member
Jan 22, 2001
2,891
108
106
<table cellpadding="x">

but using css give more control

<td style="padding-left:45px"></td>