| | |||||
| ||||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| Senior Member Join Date: May 2005 Location: Bay Area
Posts: 1,538
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | <li> tag coding problem? For some odd reason, whenever I use the <li> tag, it renders an additional question mark after the bullet. Does anyone know how to fix this. Here's the Site: http://teddyquan.com/excelerade/your-interview.html Thanks in advance! -Allabout42 |
| |
| | THREAD STARTER #5 (permalink) | ||||||||
| Senior Member Join Date: May 2005 Location: Bay Area
Posts: 1,538
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
PHP Code:
| ||||||||
| |
| | #7 (permalink) |
| I'll do it ![]() Join Date: Dec 2005 Location: India
Posts: 6,927
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Try checking and changing the encoding from the top line of the page. This one Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
__________________ |
| |
| | THREAD STARTER #8 (permalink) | ||||
| Senior Member Join Date: May 2005 Location: Bay Area
Posts: 1,538
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |
| | #10 (permalink) |
| NamePros Regular Join Date: Mar 2005
Posts: 442
![]() ![]() ![]() | Looks like there is a character used in the original source code that our systems don’t recognize. It’s probably a foreign char. What code editor do you use? Maybe your editor is displaying nothing. Open it up in notepad and delete all the squares that it show and upload the new version.
__________________ Please add to my rep points if i was helpful. Thanks. Content management system and online shop software |
| |