Attaching a hyperlink to a database image |
11/2/2006 4:26:34 AM |
PHPRunner General questions | |
R
runey author
I've had a look around the forum, but haven't found a solution to this one yet... If one is available... |
|
J
|
Jane 11/2/2006 |
Jason,
|
R
|
runey author 11/2/2006 |
Thanks for that lightning response Jane <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=12438&image=1&table=forumreplies' class='bbc_emoticon' alt=':D' /> <A href="{$row.1OrganiserWebsite_value}">{$row.1OrganiserLogo_value}</A>
|
J
|
Jane 11/2/2006 |
Sure. <A href="{$row.1OrganiserWebsite_value}" target=_blank>{$row.1OrganiserLogo_value}</A> |
R
|
runey author 11/2/2006 |
Answered my own question <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=12440&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' /> <A href="{$row.1OrganiserWebsite_value}"> onclick="window.open(this.href,'newwin'); return false;">{$row.1OrganiserLogo_value}</A>
|
R
|
runey author 11/3/2006 |
Me again <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=12463&image=1&table=forumreplies' class='bbc_emoticon' alt=':blink:' /> Rather than start a new topic I'll just add this question to this one, since it's related... <A href="_event_themes_list.php?{$row.1_event_themes_masterkeys}"><IMG alt="Add Theme" src="images/add_theme.gif"></A>
<A href="_event_guests_list.php?{$row.1_event_guests_masterkeys}"><IMG alt="Add Guest" src="images/add_guest.gif" border=0></A>
|
J
|
Jane 11/3/2006 |
Jason, |