JIXHost Posted September 26, 2008 Share Posted September 26, 2008 There is no spacing anymore between the lines after my integration, please help me! Here are a few examples so you can see the spacing is gone: http://secure.jixhost.com/register.php http://secure.jixhost.com/downloads.php http://secure.jixhost.com/cart.php Please help me! Thank you in advance! 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 26, 2008 Share Posted September 26, 2008 In your ccc/screen.css in the body tag (line 37) change line-height to 2em eg.. body { font-size: 13px; line-height: 2em; font-family: tahoma,verdana,arial,sans-serif; } 0 Quote Link to comment Share on other sites More sharing options...
chatwizrd Posted September 26, 2008 Share Posted September 26, 2008 Looks fine to me. 0 Quote Link to comment Share on other sites More sharing options...
JIXHost Posted September 26, 2008 Author Share Posted September 26, 2008 In your ccc/screen.css in the body tag (line 37) changeline-height to 2em eg.. body { font-size: 13px; line-height: 2em; font-family: tahoma,verdana,arial,sans-serif; } Thanks! That helped! 0 Quote Link to comment Share on other sites More sharing options...
sparky Posted September 26, 2008 Share Posted September 26, 2008 No Problem You might want to look at protecting your templates folders 0 Quote Link to comment Share on other sites More sharing options...
web-1234 Posted January 18, 2009 Share Posted January 18, 2009 No Problem You might want to look at protecting your templates folders Old post I know but would like to know what you suggest Sparky or anyone .... do you mean via Chmod? 0 Quote Link to comment Share on other sites More sharing options...
bear Posted January 18, 2009 Share Posted January 18, 2009 No, stick an .htaccess file in it, and use this turn off directory indexing. Options -Indexes If you put that into the root folder of the site, it will turn off indexing for *all* directories that don't have a default "index" page in them. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.