• Resolved davidbabylon

    (@davidbabylon)


    I am using the WordPress theme Rin.

    In place of the titles of each sidebar box, I’d like to use an image instead of text. When I do that in Firefox it shows up fine, BUT in Internet Explorer (which unfortunately a vast majority of viewers use) it causes a break between the box header that is grey and the white content box. I’d LOVE anyone that can help me out with this. Please please please. Ok now I’m pathetic. No more begging. Please, help!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Might help to see it in action on your blog. I’m not really the guy to help you (i.e. Coding idiot), but I think seeing it in action will get you some help. As is, people would have to get Rin and try it out to replicate the problem. Just my two cents. Good luck!

    your code is not valid

    replace all tags <br>
    with br / and the < >
    correct your html tags in the sidebar.php
    don’t type center after an ul tag
    use:

    ul li style=”text-align:center”
    to center a li tag
    the most of your tags are closed in incorrect order:
    the correct order is:

    ul
    li your text xour link whatever
    /li
    /ul
    with the < >

    close and repair your img tags
    img src=”https://yourdomain.com/picture.jpg&#8221; alt=”description of your picture” width=”XY px” height=”XY px” /

    lG
    Monika

    edit:oh my dear …

    Thread Starter davidbabylon

    (@davidbabylon)

    Thanks for the input. Sorry, Monika, about the code being out of whack. I’m fairly new to this but appreciate your help. I will try it out and let you know how it works.

    Thanks again guys.

    00>edit:oh my dear …

    I’ve had troubles to post html code
    and my first post looks like the source of your blog ??
    and so : oh my dear (monika)

    kindly regards
    Monika

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidebar Headers! Arg!’ is closed to new replies.