jetbronson
Forum Replies Created
-
Forum: Plugins
In reply to: [Job Manager] Trying to add hyperlink in application acceptance messageI figured it out. The href link needs to be in single quotation marks, not double.
<a href='linkhere'>the Supplemental Application</a>- This reply was modified 9 years, 2 months ago by jetbronson.
Forum: Plugins
In reply to: [Job Manager] Trying to add hyperlink in application acceptance messageHello,
Any luck with this? I am still unable to add “a” tags in the Application Acceptance box. Other HTML works fine, just not tags for hyperlinks.
thank you!
Forum: Plugins
In reply to: [Job Manager] Trying to add hyperlink in application acceptance messageedit: If I use anchor tags, nothing will be rendered from that link to the end of my input.
- This reply was modified 9 years, 2 months ago by jetbronson.
Forum: Plugins
In reply to: [Job Manager] Trying to add hyperlink in application acceptance messageI was trying to alter the php file because when I enter HTML in the Application Acceptance box, headings and breaks render fine But hyperlinks do not.
If I use nothing will be rendered from that link to the end of my markup. I tried inserting spaces around the anchor tags like in your previous reply < a href=”” >the Supplemental Application< /a >, but then, this just renders the code “< a href=”” >the Supplemental Application< /a >” on the web page, not the link. Any ideas?