Well considering you haven't shown us any of the code or a link to the page it's a bit like diagnosing a patient that hasn't told you any symptoms.
ShawnCplus
Code Monkey
1,583 posts since Apr 2005
Reputation Points: 526
Solved Threads: 268
The only thing I could think of is that the href isn't the first thing but for some reason I think that's a longshot. It's worth a shot nonetheless. I'm not, however, familiar with that webbot stuff
ShawnCplus
Code Monkey
1,583 posts since Apr 2005
Reputation Points: 526
Solved Threads: 268
heh, just noticed that. Don't have an anchor on a button, just use the onclick attribute of the button.
ShawnCplus
Code Monkey
1,583 posts since Apr 2005
Reputation Points: 526
Solved Threads: 268
I see several errors:
- An input tag does not belong between a tags. Block tags can't be inside a tags.The clickable text or image belongs there.
- There is no title attribute for an a tag. The title belongs between the a tags.
- The alt attribute is required on an image tag. It should contain the text you erroneously have in the title attribute of the a tag.
- target is deprecated in the strict doctypes.
MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182