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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. alinna

    Wrapping of auto-generated URLs

    I think I've found the solution - and it's incredibly simple, and only available for CF MX 6.1: The use of wrap() - so in this case, just before displaying #str# I've written: <cfset str = "#wrap(str,68)#"> However, I came across loads of problems doing this, as the wrapping would interfere...
  2. alinna

    Wrapping of auto-generated URLs

    Hi I have developed a website which involves people posting through an admin section to the website. They can copy and paste text, including URLs which need to start with "http://". To convert URLs I use the following piece of code: <cfset str =...

Part and Inventory Search

Back
Top