bbcode stressed

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

    bbcode stressed

    hi! because with these tags when it updated the page, you see Nick pointed out,
    PHP Code:
    echo "<p align=\"center\"><b><u>Welcome $nick</u></b></p>"
    and then, with the color is not being emphasized?
    PHP Code:
    echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/$theme[0]\">"

    #2
    Code:
    echo "<p align=\"center\"><b><u>Welcome $nick</b></u></p>";

    Comment


      #3
      Originally posted by kazzin View Post
      Code:
      echo "<p align=\"center\"><b><u>Welcome $nick</b></u></p>";
      would slow things down quite a bit...
      it should be set as

      echo "<p align=\"center\"><b><u>Welcome $nick</u></b></p>";

      and Leviathan73, i dont understand what your trying todo...

      Comment


        #4
        .. i think i get what is it, because i have the problem too about that :D
        .. i think its on the code of css
        Did I help you?
        You can help me too
        Your donations will help me finance my studies.

        Comment


          #5
          <link rel... should be on the head, and the "welcome" on the body... Is that?
          mysterio.al - programming is a functional art

          Comment


            #6
            but..BBCODES where are?...
            sigpicthe italian/international COMMUNITY of friendship
            http://people2000.netne.net
            WAP/WEB
            peoplemailbox@katamail.com

            Comment


              #7
              I changed the code
              PHP Code:
              echo "<style type="text/css" media=all"href=\"../themes/blueheather_medium.css </style>"
              do not know if it is right! makes this error
              Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /membri/universal3000/chat_universal2/web/index.php on line 3705

              Comment


                #8
                Originally posted by Leviathan73 View Post
                I changed the code
                PHP Code:
                echo "<style type="text/css" media=all"href=\"../themes/blueheather_medium.css </style>"
                do not know if it is right! makes this error
                Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /membri/universal3000/chat_universal2/web/index.php on line 3705

                echo "<link rel=\"stylesheet\" type=\"text/css\" href=\"../themes/blueheather_medium.css\">";
                if like my post click:

                http://coding-talk.com/images/totall...ost_thanks.gif

                Comment

                Working...
                X