• Hey all,

    I’m having two problems with my links page here:

    https://sevenstripes.com/blog/links/

    1)How can I change it to get my Links Categories to fade into the background color as I have it on my main page here: https://sevenstripes.com/blog/ ?? IE what do I edit in my CSS style sheet?

    2) How do I break up the individual links with spaces so they arent all clumped together? I thought <br> would do this but it hasnt been working…

    Thanks in advance!

Viewing 7 replies - 1 through 7 (of 7 total)
  • #1
    in your style.css add background-repeat:no-repeat;
    to your backgraund-image (in h2/3).

    background-image:url(images/h2_sidebar.gif);background-repeat:no-repeat;

    Thread Starter drursi08

    (@drursi08)

    Thanks Stefan! Worked great!

    Can anyone help me figure out this issue with breaking the links up correctly?

    Thread Starter drursi08

    (@drursi08)

    ALso a third issue to go with my 2nd–

    on my blog, sevenstripes.com/blog, under the Meta category on bottom (changed it to User Panel) I cannot figure out what to edit in the CSS to make that font size bigger.

    Any ideas?

    Thanks ahead of time.

    Thread Starter drursi08

    (@drursi08)

    bump

    1. Don’t bump! Some moderators become very mean if you do that ??
    2. Can anyone help me figure out this issue with breaking the links up correctly?
    No, unless you explain more exactly what you want…
    3. It’s just incorrectly nested lists. Try to validate your site and will go away.

    Thread Starter drursi08

    (@drursi08)

    1. Sorry!! :\ Won’t do it again!
    2. As for the links (if you view https://sevenstripes.com/blog/links/ ) I want the links to go from this:

    link 1, description
    link 2, description

    to

    link 1, description
    (line break, blank space)
    link 2, description

    3.Thanks I’m trying!!

    PS- just wanted to take a moment to sincerely thank you moshu for answering almost everyone one of my newbie questions about WordPress. I’d be dead in teh water without your help and the help of other mods and contributors to the Support Forum!!

    With regards to your link problems, if validating the XTHML and the CSS doesn’t fix it, you need to figure out which class your <li> is in and modify it in the CSS file. I was going to look through your CSS and find it for you, but your .CSS file is HUGE!

    Good luck! This community is great and I’m sure that moshu and others will do their best to help you out.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘-= Two CSS issues with Links page =-’ is closed to new replies.