![]() |
How to reduce line break space in showphoto text box 1 Attachment(s) This is something that's bugged me for a long while and I've finally made a screen shot to illustrate. It has the appearance that one line break is actually 2 line breaks. Any way to narrow this line brake to one line? Thanks, Mark |
You would alter pp-inc.php and find the convert_returns function at line 1300 $convert_returns = str_replace( "\n\r\n", "<br /><br />", $convert_returns); remove one of the break tags $convert_returns = str_replace( "\n\r\n", "<br />", $convert_returns); |
Excellent! Thank you, Mark |
| All times are GMT -5. The time now is 04:28 PM. |
Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0