Jump to content

Spacing Issue?!


xtel

Recommended Posts

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

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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" />

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated