SMF For Free Support Forum
Signup For Free Forum
October 11, 2008, 03:35:22 pm *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: Welcome to SMF For Free. The best free SMF Host
 
   Home   Help Search Arcade Gallery Login Register  

Pages: [1]
  Print  
Author Topic: Web Page Validation  (Read 811 times)
0 Members and 1 Guest are viewing this topic.
simply sibyl
Global Moderator
*
Offline Offline

Posts: 8452



View Profile WWW
« on: August 11, 2007, 01:18:29 pm »

I am working on validating all the pages on my webpage.
I have run into a few little things that are beyond my scope of knowledge   uglystupid2

One of them is this one and if I can figure this out (hopeing someone here may know) it will fix 15 pages.

First off the pages are all:

<!DOCTYPE html public "-//W3C//DTD HTML 4.01 Transitional//EN">

The only error I have that is stopping validation is this one:

Quote
Validation Output: 1 Error
 Line 72, Column 15: required attribute "ACTION" not specified.
<form name="sm">         ✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
 

Does anyone know what action I  need to specify?
This form is for clicking on an image, then getting the link to the image in a box that you can copy it from.

Here is the full code for the form:

Code:
<form name="sm">
<INPUT type="text" size="45" value="left click smiley, right click here to copy code"
name="wert">
<select name="output" onChange="changeOutput()">
<option value="ubb1" selected>img</option>
<option value="emai">html</option>
</select>
</form>
« Last Edit: August 11, 2007, 01:20:33 pm by simply sibyl » Logged

simply sibyl
Global Moderator
*
Offline Offline

Posts: 8452



View Profile WWW
« Reply #1 on: August 11, 2007, 01:34:56 pm »

duh nevermind.. I figured it out.   
Logged



Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.6 | SMF © 2006-2008, Simple Machines LLC
ServerBeach Coupon
Page created in 0.162 seconds with 17 queries.