Forums
This topic is locked
e-mail/url addresses in Dynamic text
Posted 16 Aug 2005 16:26:03
1
has voted
16 Aug 2005 16:26:03 Adrian Donoghue posted:
HiI'm hoping that someone here maybe able to help me
I've set up a dynamic page for articles and in some of the articles it may have either e-mail address or web address or both, but when I display the page in explorer, the addresses are not clickable so pleople can't e-mail/access web address without have to copy and paste the relevent address.
I'm using PHP, MYSQL and Dreamweaver MX2004
Replies
Replied 19 Aug 2005 00:55:28
19 Aug 2005 00:55:28 Dave Thomas replied:
are you using a text editor to write the articles? or just plain form boxes?
the links will have to be coded as links, not just www.blah..... but <pre id=code><font face=courier size=2 id=code> <a href="mylocation.com">my web site</a></font id=code></pre id=code>
regards
Dave Thomas
<b>DMX Zone Manager</b>
the links will have to be coded as links, not just www.blah..... but <pre id=code><font face=courier size=2 id=code> <a href="mylocation.com">my web site</a></font id=code></pre id=code>
regards
Dave Thomas
<b>DMX Zone Manager</b>
Replied 19 Aug 2005 23:49:09
19 Aug 2005 23:49:09 Adrian Donoghue replied:
Thanks Dave, That's exactly what I wanted