PDA

View Full Version : Notice URL's


sgthoskins
Tue 29th Apr '08, 6:33pm
I searched and couldn't find a solution. I am sure it's just the way I am entering it in.

I want to add a url to my notice that links my membership forum.

This is what I have in my NOTICE HTML.
If you enjoy the forum please consider supporting it by signing up for a <a href=“http://northeastshooters.com/vbulletin/forumdisplay.php?f=39”>NES Membership</a>.It displays fine in the notice, but the URL points to...

http://northeastshooters.com/vbulletin/%E2%80%9Chttp://northeastshooters.com/vbulletin/forumdisplay.php?f=39%E2%80%9DWhere did I mess up?

Thank you in advance for any assistance.

Onimua
Tue 29th Apr '08, 6:41pm
Hm... it should be:

If you enjoy the forum please consider supporting it by signing up for a <a href="http://northeastshooters.com/vbulletin/forumdisplay.php?f=39">NES Membership</a>.

That should work. I think what you entered was a character that didn't part properly (for me it shows ? instead of ").

PitchouneN64ngc
Tue 29th Apr '08, 6:45pm
Right, you must to use some correct double quotes, not these one :)

sgthoskins
Tue 29th Apr '08, 6:45pm
Perfect. Thank you very much Onimua.

I still can't tell what I did wrong. :)