The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Fieldset issues amoung others, Need HTML Help
biddlecom
post Dec 15 2019, 09:32 AM
Post #1





Group: Members
Posts: 1
Joined: 15-December 19
Member No.: 27,076



I attached the file im having an issue with. IT has a mess of errors and I cant get past the fieldset error thats poping up. I also attached the css file. I have another 6 files for this school website project and all of them have zero issues but this one is a mess. Any help or explanations would be great. Thank you.


Attached File(s)
Attached File  contact.htm ( 3.1k ) Number of downloads: 88
Attached File  b3styles.css ( 631bytes ) Number of downloads: 70
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 15 2019, 12:56 PM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



It's because of the closing slashes you have in all your INPUT tags. Remove them.

CODE

<input type = "radio"
      name = "date"
      id = "Mr."
      value = "Mr."
/>

^^


That's peculiar, because HTML5 allows XHTML slashes, even if they are ugly and pointless. I don't see why they mess things up for you, but they do. wacko.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 16 2019, 10:39 PM
Post #3


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



Can anyone else see why this happens?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
Christian J
post Dec 17 2019, 08:04 AM
Post #4


.
********

Group: WDG Moderators
Posts: 9,630
Joined: 10-August 06
Member No.: 7



On line 98 the SELECT end tag is missing, that's why the validator complains about the FIELDSET end tag. How did those closing slashes change things, pandy? unsure.gif

Also there are duplicate ID values on lines 103 and 109, and both the FORM and SECTION end tags are missing.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 17 2019, 10:04 AM
Post #5


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,716
Joined: 9-August 06
Member No.: 6



All errors except a few disappeared when I removed the slashes. But they don't now. ohmy.gif
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
2 User(s) are reading this topic (2 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 06:38 AM