Smarty Forum Index Smarty
WARNING: All discussion is moving to https://reddit.com/r/smarty, please go there! This forum will be closing soon.

help with href

 
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General
View previous topic :: View next topic  
Author Message
ronsen
Smarty Rookie


Joined: 07 Jun 2003
Posts: 13
Location: Baden/Wien Austria

PostPosted: Wed Jun 25, 2003 12:09 pm    Post subject: help with href Reply with quote

Hi All
I have a href tag in a textfield pulling from a table,
<a href="www.newside.com">newside </a>
after parsing, the link looks like
http://www.myorig.com/mytpldir/www.newside.com
thanx for any help
Ron
Back to top
View user's profile Send private message
Enquest
Smarty Regular


Joined: 14 May 2003
Posts: 79

PostPosted: Wed Jun 25, 2003 3:11 pm    Post subject: Reply with quote

try <a href="http://www.newside.com">newside</a>
_________________
-----------------------
Learning my self by trying to help others
Back to top
View user's profile Send private message
ronsen
Smarty Rookie


Joined: 07 Jun 2003
Posts: 13
Location: Baden/Wien Austria

PostPosted: Wed Jun 25, 2003 3:36 pm    Post subject: Reply with quote

thank you Enquest,
now it works, could you also tell me how to us this code
Code:

 {if $results[nr].news_link ne ''}
  <tr>
     <td colspan="2"><a href="{$results[nr].news_link}">weitere Info</a><br></td>
  </tr> 
 {/if}   

here the same problem occurs

thanx
Ron
Back to top
View user's profile Send private message
Enquest
Smarty Regular


Joined: 14 May 2003
Posts: 79

PostPosted: Wed Jun 25, 2003 4:01 pm    Post subject: Reply with quote

<td colspan="2"><a href="http://{$results[nr].news_link}">weitere Info</a><br></td>
_________________
-----------------------
Learning my self by trying to help others
Back to top
View user's profile Send private message
ronsen
Smarty Rookie


Joined: 07 Jun 2003
Posts: 13
Location: Baden/Wien Austria

PostPosted: Wed Jun 25, 2003 4:04 pm    Post subject: Reply with quote

thank you it works
ciao
Ron
Back to top
View user's profile Send private message
Display posts from previous:   
This forum is locked: you cannot post, reply to, or edit topics.   This topic is locked: you cannot edit posts or make replies.    Smarty Forum Index -> General All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group
Protected by Anti-Spam ACP