|
Anchor tags not working in AvantGo
|
Headed North
#:932871
| 3:54 pm on Nov. 25, 2005 (utc 0) |
I have set up a very basic html page/channel through AvantGo that contains anchor tags so the PDA user can jump up and down the page rather than scrolling. I've loaded the page on my PDA but the anchor tags aren't functioning properly. Has anyone had this happen to them? Any thoughts on protocol for the anchor tags to make them run on the PDA channel?
|
Headed North
#:932872
| 3:58 pm on Nov. 25, 2005 (utc 0) |
My tags are set up as follows: anchor tag <a name="monday"></a> link to anchor <a href="pdaschedule.html#monday">Monday</a>
|
Headed North
#:932873
| 4:03 pm on Nov. 25, 2005 (utc 0) |
Nevermind. Figured it out. The anchor tag has to be written as follows: <a name="monday"> </a> There has to be something contained within the tag itself. A non-breaking space did the trick.
|