Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
The FireBoard forum component development is still going on. In order to get better, FireBoard will be moved from the Best of Joomla website.
During this transition period, the forum in Best of Joomla will be closed to new posts.
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
How can I make it correctly space paragraghs? (1 viewing) (1) Guest
TOPIC: How can I make it correctly space paragraghs?
#62398
How can I make it correctly space paragraghs? 1 Month, 1 Week ago  
Whenever someone clicks 'enter' to make a the text go to another line, it doesn't space correctly. It's all mixxed up into one and isn't easy to read. See here: www.themeparknewsdirect.com/forum?func=v...;catid=47&id=495

Look at the first post. That is meant to be two paragraphs. But still looks very close together.
ash.1111 (User)
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62423
Re:How can I make it correctly space paragraghs? 1 Month, 1 Week ago  
It's your template.css (line 140):

Code:

br {
  font-size:1px;
  height:1px;
}



Maybe you should add this to forum.css:

Code:

div.msgtext br {
  font-size: 100%;
  height: auto;
}

mahagr (User)
Junior Boarder
Posts: 94
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62426
Re:How can I make it correctly space paragraghs? 1 Month, 1 Week ago  
I have never seen anyone design a height selector into a <BR> element. Makes no sense. Very odd thing for Joomlart to do.
Ladyshaper (User)
Senior Boarder
Posts: 220
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
Last Edit: 2008/11/30 16:34 By Ladyshaper.
 
 
#62508
Re:How can I make it correctly space paragraghs? 1 Month, 1 Week ago  
I changed that. But the paragraphs still aren't separated to a point where you can tell where one starts and finishes.
ash.1111 (User)
Junior Boarder
Posts: 29
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
#62511
Re:How can I make it correctly space paragraghs? 1 Month, 1 Week ago  
Looks fine to me.
Ladyshaper (User)
Senior Boarder
Posts: 220
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
 
Go to top