| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Jan 2007
Posts: 243
![]() ![]() ![]() | Help with php script Please Hi Guys I had the niche vip site creator script installed on my site readmymessages.com However it looks and works fine on IE but doesnt seem to work on Firefox Any suggestion?...is it easy to fix? thanks |
| |
| | #5 (permalink) |
| NamePros Regular Join Date: Jul 2005 Location: Tucson, AZ
Posts: 689
![]() | If it's a 3rd party script (i.e., someone else wrote it) you should let them know it's producing bad html. If you're paying for the software, you have reasonable expectation of support, if you're not...well, free software at least deserves a few minutes of your time to file a bug report |
| |
| | #6 (permalink) | ||||
| NamePros Regular Join Date: May 2004 Location: NYC
Posts: 236
![]() ![]() ![]() | I noticed that many of the html comments on the page are of the form <!-------> and <!--comment here--> These are breaking your page render, because HTML comments (by definition) must have spaces between the opening and closing tags. Your comments should look like: <!-- -------- --> and <!---------comment here-----------> Quote from the actual html specification (emphasis mine):
Last edited by cef; 06-13-2007 at 02:43 PM.
Reason: added link for html spec, fixed a sample comment
| ||||
| |