bbcode to display a URL within a link

Please register or login

Welcome to ScubaBoard, the world's largest scuba diving community. Registration is not required to read the forums, but we encourage you to join. Joining has its benefits and enables you to participate in the discussions.

Benefits of registering include

  • Ability to post and comment on topics and discussions.
  • A Free photo gallery to share your dive photos with the world.
  • You can make this box go away

Joining is quick and easy. Log in or Register now!

lowwall

Contributor
Messages
4,200
Reaction score
6,055
Location
Chicago
# of dives
200 - 499
Is it possible to put a URL address inside a URL? I'm trying to display the actual URL because, in this case, I'm making a point that the service manual is actually available from the manufacturer. This is what I want to do,
Code:
[URL="https://www.deep6gear.com/service-manual"]https://www.deep6gear.com/service-manual[/URL]
but what I get is:
Service Manual

Using html entities like &%2F; for the forward slash doesn't work, nor does setting the unfurl=false attribute.
 
I think he's trying to stop it from giving the description and show the actual URL.
Exactly. Sometimes the location where the link is hosted is important. Here's the context and the best solution I could come up with, which isn't very good.

... I like Deep6's direct to consumer model and their support for DIY service.

Considering the amount of hours I've spent compiling Mares service info (which despite my efforts is incomplete), this seems like a crazy dream: deep6gear(dot)com(slash)service-manual .
 
Exactly. Sometimes the location where the link is hosted is important. Here's the context and the best solution I could come up with, which isn't very good.
I put the brackets in front of and behind the URL. It's still clickable and peeps can still see the URL.
 
https://www.shearwater.com/products/peregrine/

Back
Top Bottom