Search results

  1. D

    easy html/unicode question 10 points?

    i am using a editor that turns text into html and posts it online. I don't know what it is but it is a pain and when i copy paste my word document into the editor and upload it it ends up being all one line going on and on this way>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> and it does not move down a line...
  2. D

    Easy html question 10 points now!!!11?

    This doesn't work when i submit data. it says can't find the file. I JUST WANT TO BE ABLE TO SUBMIT THE DATA WITHOUT GETTING AN ERROR , I TRIED TO SEND IT TO AN EMPTY NOTEPAD FILE AND SOME OTHER THINGS. i PUT THE NOTEPAD FILE IN THE SAME LOCATION AS THE HTML FILE ON THE SERVER. HELP WHAT CAN I...
  3. D

    easy html question 10 POINTS !!!!!!?

    I like: <br/> WHY DOES THIS NOT WORK, IT DOESN'T MAKE CHECKBOXES IT JUST PUTS THE CODE IN THE HTML WINDOW? <form> < input type = "checkbox" name="vehicle" value="running" /> Running<br/> < input type = "checkbox" name="vehicle" value="hiking" / > Hiking<br/> < input type = "checkbox"...
  4. D

    very easy html question 10 points fast !!!!!!?

    This doesn't work when i submit data. it says can't find the file <form name="input" action="html_form_action.asp" method="get"> First name: <input type= "text" name = "firstname" /><br / > Last name: <input type= "text" name = "lastname" /> <br/> Gender: <br/> <input type = "radio" name=...
Back
Top