Viewing 5 replies - 1 through 5 (of 5 total)
  • Those links are in an unordered list, which probably has css to change the size etc. Also, the reason your disclaimer link breaks when you’re not on the main page is because its a relative link. If you make it “/disclaimer” it will link properly on all pages. Here is an example that should work:

    <ul>
    	<li><a href="/disclaimer">Disclaimer</a></li>
    	<li><a href="/AnotherLink">Link2</a></li>
    </ul>
    Thread Starter Dbo

    (@dbo)

    Thank you for the reply, my first question is, why do you have

    • in between instead of <p>, whats the difference ?
    • Second question is I thought of the CSS aspect of it but I can’t seem to find anything related to it in the sidebar section of the style.css and I couldn’t find anything under ”unordered”. Exactly where should I look ?

    The <p> tag is for paragraphs. The <ul> tag is an unordered list, and inside the unordered list are the <li> list items.

    You will want to look for any style that modifies the ul or li tags as well as any containers they may be in. I can’t tell without seeing the site, but it would include any classes or ids of any objects surrounding the links

    Thread Starter Dbo

    (@dbo)

    do tag clouds fall in the unordered list ? Because when I tried to put one on my sidebar it was giving me the same results, as in ugly font, bolded out and not centered, basically a mess. Where would I change this in my style.css ? My website is (www.triplecz.com), sorry about that.

    Thread Starter Dbo

    (@dbo)

    bump for some help…

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with partial sidebar font/format’ is closed to new replies.