Forums

Need Help Bad! (3 posts)

  1. matturmy
    Member
    Posted 2 years ago #

    When I started my website, someone that i don't know (friend of a friend that I can't contact) coded in a revolving text banner of blurbs about my music into the header of my website. (www.matturmy.com)

    For some reason, the text has stopped fading in and out at random like it's supposed to, and it is running down the entire homepage of the site. not only does it look crappy and unprofessional, it is making it hard to utilize the applications on the site...i've looked at the js, css, and html coding in the "header," but i can't figure this one out...it's over my head.

    Anyone wanna help me???!!!

    cheers,
    matt.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    A closing `</style> tag has been removed from your page header. Have a look in header.php:

    <!-- HEADER TEXT FADE CSS START -->
    <style type="text/css" media="screen">
    #news {margin: 0 0 0 10px;}
    .newslink {
    color: #FFFFFF;
    width: 740px;
    margin-top: 160px;
    margin-left: 20px;
    font-family:Arial, "New Times Roman";
    font-size: 16px;
    font-weight: normal;
    }
    img.nothumb{border:0;}
    .vnewsticker,a.vnewsticker{font-family:verdana,arial,sans-serif;font-size:11px;color:#FFFFFF;text-decoration:none;font-weight:normal}a.vnewsticker:hover{font-family:verdana,arial,sans-serif;font-size:11px;color:#FFFFFF;text-decoration:none}
    <!-- HEADER TEXT FADE CSS END -->

    Try changing:

    <!-- HEADER TEXT FADE CSS END -->

    to

    </style>
    <!-- HEADER TEXT FADE CSS END -->
  3. matturmy
    Member
    Posted 2 years ago #

    That did it! Thank you so much....so simple...but i never would have caught it. songs and poems come natural to me...however, code...not so much...

Topic Closed

This topic has been closed to new replies.

About this Topic