xtel Posted April 23, 2008 Share Posted April 23, 2008 I'm not sure if I am doing something incorrect, or what. But I am using the (unaltered) default CSS for the Portal template ... and the spacing on my integration is horrible. Everything is just jumbled together, and no line spacings. Can anyone assist me in this small problem? http://slurd.net/billing/clientarea.php Username: test@test.com Password: test 0 Quote Link to comment Share on other sites More sharing options...
xtel Posted April 24, 2008 Author Share Posted April 24, 2008 Anyone? 0 Quote Link to comment Share on other sites More sharing options...
JasonO Posted April 24, 2008 Share Posted April 24, 2008 You say you haven't altered the CSS file at all? I noticed in your yellow navigation box (in the client area) for example, you have cellpadding=0 and cellspacing=0 in your table. This will close the box so it's as small as possible wrapped around the text. Is that what you mean? 0 Quote Link to comment Share on other sites More sharing options...
xtel Posted April 24, 2008 Author Share Posted April 24, 2008 i mean i just copied the default portal css into my sites css. is there a way i can call 2 separate css files on the same page? like when you go to login, notice how the "powered by" and login buttonm etc is so close together ... like there arent any line breaks. 0 Quote Link to comment Share on other sites More sharing options...
xtel Posted April 24, 2008 Author Share Posted April 24, 2008 Just figured it out. My other CSS had: div, h1, h2, p, form, label, input, textarea, img, span{ margin:0; padding:0; } Thanks for the help! 0 Quote Link to comment Share on other sites More sharing options...
bear Posted April 24, 2008 Share Posted April 24, 2008 is there a way i can call 2 separate css files on the same page? Yes. The one closest to the text being affected will likely take precedence, in the case of conflicting rules. <link href="http://www.example.com/style.css" rel="stylesheet" type="text/css" /> <link href="http://www.example.com/style2.css" rel="stylesheet" type="text/css" /> 0 Quote Link to comment Share on other sites More sharing options...
xtel Posted April 25, 2008 Author Share Posted April 25, 2008 Ah, got it. I thought it would just choose the first one listed. Now I know. 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.