|
|
palomares
regular
Reg'd: Thu
Posts: 36
|
|
Hi,
I am trying to reduce the amount of space between two lines of text within a cell.
Does anybody know how to do this? I have tried the changing line height in the CSS Styles tab but this only allows me to increase the space and not reduce.
Any suggestions? Cheers!.
|
|
ThePhoneMonster
regular
Reg'd: Thu
Posts: 414
Loc: Wales, United Kingdom
|
|
If you are using <p> text or link <p/> just change the p to b .
 http://www.WebdesignTalk.co.uk/webuser.php ~ Free/Easy/Fast Free Image Upload Space! *NEW* http://www.WebdesignTalk.co.uk ~ Check out my site!Edited by ThePhoneMonster on 10/02/2005 17:04 (server time).
|
dungargon
Reg'd: Mon
Posts: 355
Loc: wu towers, london
|
|
In css you can use the line-height property hth
"Only the guy who isn't rowing has time to rock the boat." Sartre
|
palomares
regular
Reg'd: Thu
Posts: 36
|
|
Hi,thanks for the replies,...
I tried changing from p to b but no luck!
Also I have tried the CSS style sheet,...but that only seems to allow me to increase the space but no reduce it.
I am trying to reduce the amout of space between two lines of text within a cell of a table.
Does anybody have anymore suggestions?? Thanks!
|
ThePhoneMonster
regular
Reg'd: Thu
Posts: 414
Loc: Wales, United Kingdom
|
|
Normally changing the p should work. You have changed all p's to b's? I used to get the same problem with dreamweaver automatically using p with a big space.
 http://www.WebdesignTalk.co.uk/webuser.php ~ Free/Easy/Fast Free Image Upload Space! *NEW* http://www.WebdesignTalk.co.uk ~ Check out my site!
|
rebel_raider99
regular
Reg'd: Wed
Posts: 50
Loc: UK
|
|
why can't you use the & </br> tags?
|
Oracle
regular
Reg'd: Fri
Posts: 1022
Loc: Darlington, UK
|
|
Just press the shift key before you press enter (return) to go to next line, and you won't get the 'two line space'.
Hope this helps.
Paradox Images
Always ask the right question, to the right person, and always get the right answer.
|
palomares
regular
Reg'd: Thu
Posts: 36
|
|
Yes it did help!!! Thanks a lot!
|
palomares
regular
Reg'd: Thu
Posts: 36
|
|
Also thanks to all the other replies, after using the shift key + enter I looked at the code and it did use the br tag, just as below:
<tr> <td> </td> <td> </td>
<td>This is<br /> a test</td> <td> </td>
</tr>
Cheers!!
|