help me with wapdesire v2

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

    help me with wapdesire v2

    hi i know it sounds stupid but how do i align centre a image in online.php
    i have tried
    if(align()!=center) <img src=\"../images/online.png\" alt=\"\"/><br/>"\"center\">\n"

    i keep getting unexpected error, i know its properly so simple but im new to the script.

    im also wanting to put smilies in to catagories,
    thanks in advance

    #2
    echo "<p align=\"center\">
    Wapchat4u


    Topsites4u

    Comment


      #3
      help still cant get it to work

      Originally posted by nclemale36 View Post
      echo "<p align=\"center\">
      i have tried echo "<p align=\"center\"> <img src=\"../images/online.png\" alt=\"\"/></p>;
      also tried echo "<p align=\"center\"> <img src=\"../images/online.png\" alt=\"\"/>;
      and echo "<p align=\"center\"> "img src=\"../images/online.png\" alt=\"\"/>;
      and echo "<p align=\"center\"> "img src=\"../images/online.png\" alt=\"\"/></center>
      Last edited by Kirsty; 08.06.10, 11:04. Reason: wrong code

      Comment


        #4
        something like this?
        PHP Code:
        if(align()!=center)
        $main.="<p align=".align().">\n";
        $main.="</p>"
        i think wapdesire used $main.="CODE HERE";
        Last edited by abipol; 08.06.10, 15:04.

        Comment


          #5
          oh, my god!
          it's working version of your script:
          Code:
          <?php
          $align='center'; // your align
          if($align=='center'){echo '<img src="http://coding-talk.com/f14/images/online.png" alt="image"><br>"center">';}
          ?>
          enjoy and then change it for yourself.
          Last edited by Shifty; 08.06.10, 15:47.

          Comment


            #6
            Originally posted by Shifty View Post
            oh, my god!
            it's working version of your script:
            Code:
            <?php
            $align='center'; // your align
            if($align=='center'){echo '<img src="http://coding-talk.com/f14/images/online.png" alt="image"><br>"center">';}
            ?>
            enjoy and then change it for yourself.
            tried and changed to my images directory but got aload of crap on online list all mysql stuff

            Comment


              #7
              $main.="<p align=\"center\">"; to center it or you can do it like this $main.="<p align=\"center\"><img src=\"../images/online.png\" alt=\"\"/><br/>"; hope it help i use wapdesire and can help a lot with it need any help contact me ok and goodluck with it
              HELP THEM WHO HELPS YOU



              i only work on wapdesire v_2 coding only

              Comment


                #8
                sorted she needed to use $title not $main

                Comment

                Working...
                X