Search results

  1. R

    Words showing as links

    Hmm im not sure if this is a programming issue or not but this was the best i could classify it as... my issue is sometimes when i go to my site it randomly (sometimes does, somtimes doesnt) some of the words in the body of my pages show up as links when you mouse over them a small ad window...
  2. R

    PHP versions

    I have recently set up a form that is linked with bravenet.com which sends my form after submit to my hotmail account i was wondering though if id need V2 of PHP to do this code that it executes heres the code.... <form method="post" enctype="multipart/form-data"...
  3. R

    Sending Form to Mail

    Im currently interested in creating a application form on my site although i want to make it secure.. my issue is i dont really know what i need to do it... im assuming ill need to touch up on some .php server side scripting to do this? also im interested in how to get a mail service that send...
  4. R

    External CSS

    i currently just created an external .css file.. i have it linked to my .html file.. everything in my .css is working correctly except the {background-color: black} this is my full .css contents... body {background-color: black} table.left {color: white} table.right {color: white}...
  5. R

    index.html issue

    i just recently uploaded my own notepad file html that i wrote into the public_html directory afterwards i deleted the old default index.html now when i go to my link http://www.epicteam.x10hosting.com/ i come up to a index of / page rather than the actually HTML file itself Index.html...
Top