Marquee Help Please

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Marquee Help Please

    i am trying to get this working on my site


    $main.= "<p align=\"center\"><a herf><marquee behavior="alternate" bgcolor="#99aacc" width="400">help me fix it please</marquee></a>

    i am trying to put it on http://wetdreamz.info can some one help me fix it please i keep getting error


    Parse error: syntax error, unexpected T_STRING in /home/wetdream/public_html/main.php on line 113


    can some help me please i would be very great full if some one can help me out please

    #2
    would help if you closed it off plus tags wernt finished and u mised out \
    Code:
     $main= "<p align=\"center\"><marquee behavior=\"alternate\" bgcolor=\"#99aacc\" width=\"400\">help me fix it please</marquee></p>";
        
    echo $main;
    Want something coded email me at sales@webnwaphost.com for a prices.




    Comment


      #3
      <div class='quotetop'>QUOTE (crazybrumi @ Dec 11 2008, 05:41 PM) <{POST_SNAPBACK}></div>
      would help if you closed it off plus tags wernt finished and u mised out \
      Code:
       $main= "<p align=\"center\"><marquee behavior=\"alternate\" bgcolor=\"#99aacc\" width=\"400\">help me fix it please</marquee></p>";
          
      echo $main;
      [/b]
      thanks for that crazybrummi for the help top man

      Comment


        #4
        <div class='quotetop'>QUOTE (wackywizards @ Dec 13 2008, 02:08 AM) <{POST_SNAPBACK}></div>
        thanks for that crazybrummi for the help top man[/b]
        any chane this one can be sorted out for me please

        $main.= "<marquee bgcolor="#green" width="20%">your exciting message here</marquee><marquee bgcolor="#red" width="20%" direction="right">your exciting message here</marquee><marquee bgcolor="#blue" width="20%">your exciting message here</marquee><marquee bgcolor="#orange" width="20%" direction="right">your exciting message here</marquee>

        ;


        i got it in right places but etting same error as my last one i put on ere

        Comment


          #5
          Code:
          $main.= "<marquee bgcolor=\"green\" width=\"20%\">your exciting message here</marquee";
          $main.= "<marquee bgcolor=\"red\" width=\"20%\" direction=\"right\">your exciting message here</marquee>";
          $main.= "<marquee bgcolor=\"blue\" width=\"20%\">your exciting message here</marquee>";
          $main.= "<marquee bgcolor=\"orange\" width=\"20%\" direction=\"right\">your exciting message here</marquee>";
              
          echo $main;
          Want something coded email me at sales@webnwaphost.com for a prices.




          Comment


            #6
            <div class='quotetop'>QUOTE (crazybrumi @ Dec 13 2008, 11:58 AM) <{POST_SNAPBACK}></div>
            Code:
            $main.= "<marquee bgcolor=\"green\" width=\"20%\">your exciting message here</marquee";
            $main.= "<marquee bgcolor=\"red\" width=\"20%\" direction=\"right\">your exciting message here</marquee>";
            $main.= "<marquee bgcolor=\"blue\" width=\"20%\">your exciting message here</marquee>";
            $main.= "<marquee bgcolor=\"orange\" width=\"20%\" direction=\"right\">your exciting message here</marquee>";
                
            echo $main;
            [/b]
            thanks m8 for ya help

            Comment


              #7
              <div class='quotetop'>QUOTE (wackywizards @ Dec 13 2008, 01:44 PM) <{POST_SNAPBACK}></div>
              thanks m8 for ya help[/b]
              crazybrummi and chance you can do them for a site like this please http://funkymonkeys.co.cc please

              Comment


                #8
                what you mean ? i dont get ya ?
                Want something coded email me at sales@webnwaphost.com for a prices.




                Comment

                Working...
                X