Nov 6, 2001 #1 Guest_imported New member Joined Jan 1, 1970 Messages 0 If someone knows how to control the space between paragraph first line and the other lines, Please help ...
If someone knows how to control the space between paragraph first line and the other lines, Please help ...
Nov 6, 2001 #2 Boomerang Programmer Joined Mar 30, 2001 Messages 766 Location NL Do you mean this: no control <P> line 1 </P> line 2 <P> line 3 </P> with control <P> line 1 </P> <div style="position:relative; top:-20"><div> line 2 <P> line 3 </P> You can also code this, if you prefer: <div style="position:relative; top:-20"> line 2 <div> Hope this helps, Erik Upvote 0 Downvote
Do you mean this: no control <P> line 1 </P> line 2 <P> line 3 </P> with control <P> line 1 </P> <div style="position:relative; top:-20"><div> line 2 <P> line 3 </P> You can also code this, if you prefer: <div style="position:relative; top:-20"> line 2 <div> Hope this helps, Erik