|
|
|||||||
|
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!. |
||||||||
|
|
|||||||
|
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). |
||||||||
|
|
|||||||
|
In css you can use the line-height property hth "Only the guy who isn't rowing has time to rock the boat." Sartre |
||||||||
|
|
|||||||
|
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! |
||||||||
|
|
|||||||
|
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! |
||||||||
|
|
|||||||
|
why can't you use the & </br> tags? |
||||||||
|
|
|||||||
|
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. |
||||||||
|
|
|||||||
|
Yes it did help!!! Thanks a lot! |
||||||||
|
|
|||||||
|
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!! |