|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
|
|
#1
|
|||
|
|||
|
Mailto: as a css attribute?
I have a query result I format in php, with echo tags and the such, the query works fine. One column is email addresses, but with echoing a passed variable, it doesn't create a link. I tried echo "<a href=mailto' . $row['email'] . '>"; but that didn't work, than i thought since the element is with in a <td> tag, I could make a CSS alternative like #mail {mailto:} or something. Is that possible. Or does anyone have any other ideas? Thx.
|
|
#2
|
||||
|
||||
|
Not quite sure what you want.
PHP Code:
You mean this? |
|
#3
|
|||
|
|||
|
Thanks, that did it, my syntax was sucky.
|
![]() |
| Viewing: Dev Articles Community Forums > Web Design > Advanced Web Development > Mailto: as a css attribute? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|