Posted by Jonathan N. Little on 10/12/07 14:18
Shelly wrote:
> Thank you very much. That did the trick!
But Shelly forget the CSS, if you are a PHP coder what the hell are you
doing with "mailto" in links?
<your code>
<a href="mailto:without1@a.com">without_1 </a>
<a href="mailto:without2@a.com">without_2</a>
<a href="mailto:main1@a.com" style="main">main_1 </a>
<a href="mailto:main2@a.com" style="main">main_2</a>
</your code>
Tisk-tisk! And what happens to the webmail only folks? Should be at least:
<a href="processing.php?do=without1">without_1 </a>
<a href="processing.php?do=without2>without_2</a>
<a href="processing.php?do=main1" style="main">main_1 </a>
<a href="processing.php?do=main2" style="main">main_2</a
--
Take care,
Jonathan
-------------------
LITTLE WORKS STUDIO
http://www.LittleWorksStudio.com
Navigation:
[Reply to this message]
|