Jump to content

Tiffany Janisch

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Tiffany Janisch

  1. Adrian, you're my hero!!!!!! Should have posted my question earlier, thank you so much! Tiffany
  2. Hi, I created a table and have a column using the URL field type; how do I add a ahref tag via the API so that on the output, the URL is clickable? Below is the section of code and any suggestions would be great as I'm a newbie! foreach($page->tbl_CompanyURLs as $c_url) { if($c_url->url_company) echo "$c_url->url_company<br />"; if($c_url->url_updated) echo "$c_url->url_updated <br />"; } Cheers, Tiffany
×
×
  • Create New...