Author Topic: having issue with link insertion  (Read 2045 times)

Rcarlucci

  • *
  • Posts: 96
    • View Profile
having issue with link insertion
« on: 2020-03-06 20:55:15 »
<a href="http://forums.qhimm.com/index.php?topic=9151.msg122629#msg122629" class="bbc_link" target="_blank">Thread[/url]

this is just an example not my link i want it to say Thread but with my own hyper link but the preview keep showing entire text ? anyone can help please

Rich

EQ2Alyza

  • 7th Heaven Crew
  • Global moderator
  • *
  • Posts: 3200
  • Dilly-Dally Shilly-Shally
    • View Profile
    • EQ2Alyza - YouTube Channel
Re: having issue with link insertion
« Reply #1 on: 2020-03-06 21:09:13 »
(URL=whatever dot com)Thread(/url)

Use brackets in replace of the parenthesis.

Gensoul

  • *
  • Posts: 46
    • View Profile
Re: having issue with link insertion
« Reply #2 on: 2020-03-06 21:39:50 »
Code: [Select]
Here is the [URL=http://forums.qhimm.com/index.php?topic=9151.msg122629#msg122629]Thread[/URL]
Gets you this:

Here is the Thread

Rcarlucci

  • *
  • Posts: 96
    • View Profile
Re: having issue with link insertion
« Reply #3 on: 2020-03-07 02:32:34 »
Thank you so so so much......

Rcarlucci

  • *
  • Posts: 96
    • View Profile
need to know how to rezise an image

<img XXX="https://image.noelshack.com/fichiers/2020/06/4/1580980866-sans-titre.png" alt="Test" width="50" height="50">
<< not working, please help
« Last Edit: 2020-03-07 03:20:18 by Rcarlucci »

Gensoul

  • *
  • Posts: 46
    • View Profile
Re: having issue with link insertion
« Reply #5 on: 2020-03-07 05:49:21 »
Code: [Select]
[img width=50 height=50]https://image.noelshack.com/fichiers/2020/06/4/1580980866-sans-titre.png[/img]


Rcarlucci

  • *
  • Posts: 96
    • View Profile
Re: having issue with link insertion
« Reply #6 on: 2020-03-07 16:15:07 »
thank you, but it ill take forever for the user to load all images im gonna have.  I just have to go extra mile and rezise all images.