|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
code help
Can anyone tell me if there is anything wrong with this code. It doesnt work on some phones like 3510i but it works on motorola c550. The problem isnt the fone. Ive tested with many diferent 3510i s.
<?xml version="1.0"?> <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml"> <wml> <card id="index" title="Index of jailbox"> <p align="center">Welcome!!</p> <p> <img src="http://geocities.com/jailbox15/jailbox.gif" alt="logo loading...."/> </p> <p align="center"> If a bird ****s on your head then you are a ****head</p> <p align="center"> <a href="http://geocities.com/jailbox15/wap/updates.wml">Updates</a> </p> <p align="center"> <a href="http://winksite.com/wap_generic/ms_gb_l.cfm?susid=4693">Guestbook</a> </p> <p> <img src="http://geocities.com/jailbox15/triip.gif" alt=" ..."/> </p> <p align="center"> <a href="http://geocities.com/jailbox15/wap/downloads.wml">Downloads</a> </p> <p align="center"> <a href="http://geocities.com/jailbox15/wap/services.wml">Services</a> </p> <p align="center"> <a href="http://webcab.de/cgi-bin/wv.cgi/20332">Vote!</a> </p> <p align="center"> <a href="http://winksite.com/wap_generic/ms_cr_alias_f.cfm?susid=4693">Chatroom</a> </p> <p align="center"> <a href="http://geocities.com/jailbox15/wap/gallery.wml">Visitors gallery</a> </p> <p> <img src="http://geocities.com/jailbox15/triip.gif" alt=" ..."/> </p> <p align="center"> <a href="http://wappy.to/mail.cgi?jailbox15">Contact</a> </p> <p align="center"> <a href="http://geocities.com/jailbox15/wap/aboutme.wml">About Me</a> </p><br/><br/> <p align="center"> <img src="http://wap.wapbanners.net/counter.php3?num=2340001" alt=" "/> </p> <p align ="center"> <img src="http://wap.wapbanners.net/banner.php?id=2340" alt="wapbanners"/> <anchor title="Go"> <go href="http://wap.wapbanners.net/link.php?id=2340"/> <br/>Go there!</anchor> </p> </card> </wml> |
|
#2
|
||||
|
||||
|
You have a syntax error somewhere.
try the validator as www.w3schools.com: http://www.w3schools.com/wap/wml_validate.asp
__________________
Cheers, Jamie # skiFFie | Home of the 'accessibility module' for Drupal # Jamie Burns [me] Accessibility Module [drupal] # guidelines | search | wap resources | not getting help | fold to cure # Any form of employment is strictly prohibited ...... __________________ Let the might of your compassion arise to bring a quick end to the flowing stream of the blood and tears ..... Please hear my anguished words of truth. __________________ Last edited by jabba_29 : June 1st, 2004 at 09:09 AM. |
|
#3
|
|||
|
|||
|
yeah i tried that validator. I know bout that error. But i dont know where it is and how do fix it.
|
|
#4
|
|||
|
|||
|
I FIXED IT. I had to take out all the <br>....</br> tags and replace some others. Why is <br> an error?
|
|
#5
|
||||
|
||||
|
<br>isn't valid syntax. It should be <br />
http://www.w3schools.com/wap/tag_br.asp |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > WAP Programming > code help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|