Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

URL OUTPUT PROBLEM !

Status
Not open for further replies.

kingjjx

Programmer
Joined
Sep 18, 2001
Messages
181
Location
US
Hi, I am querying from this database field called URLInfo.
It contains URL of comapanies associated with us. However, it only had a max of i think 20 characters so we decided not to input (everything after stored .. lets say macromedia.com)

I want to output the URL but I cant figure out how.

I tried doing this:
<cfoutput>
<href=&quot; </cfoutput>

Its not coming out right.
Any advice ?
thanx
 
ooops .. hey fixed it.
thanx for answering. it made me look back at my code.

the output was looking fine but it wasnt linking it.
the error was i only type in <href .. it should be <a href

thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top