|
| |||||||
![]() | Welcome to iWEBTOOL Talk, where you talk about
webmaster-related stuff.
1 Register
2 Browse the board
3 Discuss whatever may interest you! | |||||||||||||
![]() |
| | Thread Tools | Search this Thread | Display Modes |
| | #1 |
| Retired Member Join Date: Dec 2005
Posts: 139
![]() | Hey, I'm coding a website right now and I'm having -WEIRD- unexplainable code errors. I have a page with 2 identical tables placed within it. The tables have different content but just text. IN FIREFOX: Only with these two tables, a <tbody> tag is added between <table> and <tr> tags... and the proper closing tag also nested properly between </tr> and </table>. I never used this tag in my code anywhere. Heck, I dun even know what it does! Here's the REALLY weird part: Somehow, magically in Firefox, about 60% of the time, it will take an <a> tag and move its closing tag around... to odd locations like just after the <a> tag or in the middle of another <tr> .... and it really messes up the design of my page, since I have essentially: <a> <table> (etc) </table> </a> It's taking that </a> and putting it like: <a></a> <table> (etc) </table> OR <a> <table> <tbody><tr></a></tr> (etc) </table> ...notice the <tbody>, as it always seems to insert that. ALWAYS. But it only moves the <a> tag to random locations at random times. So anybody have any ideas or do I need to call ghostbusters? Thanks for any help, -Matt
__________________ Retired Moderator/Member/Friend/Helper - it was great working with all of you! |
| |
|
| |||||||
| | #2 |
| Retired Member Join Date: Dec 2005
Posts: 139
![]() | Update: I've solved the problem by re-writing how it's coded. But... if anybody has any ideas, I still prefer my other method best. (Please don't scold me for embedding a table in an <a> tag, I have my reasons.)...
__________________ Retired Moderator/Member/Friend/Helper - it was great working with all of you! |
| |
| | #3 |
| Member Join Date: Dec 2005
Posts: 132
![]() | i am sorry... but i have to scold you for using tables within ur <a></a> elements. you should not really use it. BECUASE the XHTML 1.0 Transitional DTD does not allow the <table> tag to be within <a> tag. That's for ur benefit. Check this: http://www.imageshacked.com/uploads/a600249340.png Please don't scold me for scolding him when he said not to scold him ![]()
__________________ Eat healthy, Stay Fit, Die Anyway. --==-- If there is a man who knows everything about women, there is a Windows distribution without bugs. |
| |
| | #4 |
| Retired Member Join Date: Dec 2005
Posts: 139
![]() | Lol rohan, I'm not going for that right now, in fact this won't even be published online. It doesn't need to be compliant, it's used for a local purpose. ![]() Any good ideas then or am I just gonna get lectured? Lol
__________________ Retired Moderator/Member/Friend/Helper - it was great working with all of you! |
| |
(Threads which have no activity for more than 30 days are automatically closed.) |
| Quick Reply | ||
|
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Who wants to make a 50% profit real quick? | MrAlan | General Talk | 16 | 11-05-2006 08:07 PM |
| A quick hello ;) | Lilly | Introduce yourself | 12 | 09-17-2006 06:06 PM |
| a quick hello | bentong | Introduce yourself | 4 | 12-29-2005 11:50 PM |