Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Having trouble with forms and table.
Old 01-26-2005, 11:17 AM Having trouble with forms and table.
Madball's Avatar
Novice Talker

Posts: 14
Location: Huddersfield, UK
Trades: 0
Hi,

I have been wanting to create a website that looks a bit like Trackmania Exchange but I seem to be having a lot of trouble with forms and table. For some reason on the trackmania website they have certain cell with boarders and some without but I can't seem to do this.

Can anyone help me please.
Madball is offline
Reply With Quote
View Public Profile Visit Madball's homepage!
 
 
Register now for full access!
Old 01-26-2005, 12:59 PM
faze1's Avatar
Ultra Talker

Posts: 389
Trades: 0
Hello,

Have you looked at the source, they're using nested tables, which is a table inside a cell of another table.

Hope that helps,
__________________
[size=2]
Please login or register to view this content. Registration is FREE
- Webhosting - Focusing on quality service
faze1 is offline
Reply With Quote
View Public Profile Visit faze1's homepage!
 
Old 01-26-2005, 02:17 PM
Skilled Talker

Posts: 57
Location: Wolverhampton
Trades: 0
I have a problem with forms, I have a password section which includes the statement <form="password1>. This is not accepted as HTML 4.0 Transitional the statements is as follows.

<center>
<form name="password1">
<strong>Enter username: </strong>
<input type="text" name="username2" size="15">

<strong>Enter password: </strong>
<input type="password" name="password2" size="15">

<br><br>
<input type="button" value="Submit" onClick="submitentry()">
</form>
</center>
The error message I get is as follows:-
Below are the results of attempting to parse this document with an SGML parser.

Line 64, column 11: there is no attribute "NAME"

<form name=password1>

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.



Line 64, column 20: required attribute "ACTION" not specified

<form name=password1>

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>.

I have tried removing the speech marks to no avail. can anyone help me please.
Regards
Clipper
Clipper is offline
Reply With Quote
View Public Profile Visit Clipper's homepage!
 
Old 01-27-2005, 04:39 AM
Madball's Avatar
Novice Talker

Posts: 14
Location: Huddersfield, UK
Trades: 0
Got it now thanks a lot for helping.
Madball is offline
Reply With Quote
View Public Profile Visit Madball's homepage!
 
Reply     « Reply to Having trouble with forms and table.
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.43815 seconds with 12 queries