Jump to content

benjaminmorgan

Member
  • Posts

    226
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by benjaminmorgan

  1. I wondered the same thing. It seems like it only works on emails. I can't get \r\n to work in browser but when i put it in email it seems to work. I'm not sure if that is what you are asking though.

  2. Here is an example of a simple line of code.

     

    <?php
      echo "Hello World";
    ?>
    

     

    This is an example of a simple simple simple script.

     

      if ($user == $username) {
          echo "Hello, You are verified.";
      } else {
          echo "Sorry, That is not correct.";
      }
    
    

     

    The script does something if you need to check something etc. Code is what builds up the script if that helps any. They are pretty much the same though

  3. And to add on to Andrea, if you put them as background images you can also put a colored background just in case.

     

    a {
      background: #00FF00 url('image/urlhere');
    }
    

    That way if the image doesn't show the background color still will.

×
×
  • Create New...