Support Forum

Please note that this forum is only available to you in read only mode. In order to contribute to this conversation you will need to renew your subscription.

link options

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Hi - I want to highlight a link in the body text only (underline it, for example), without affecting the main menu items, Is this possible?
Inspire template, J 3.2
URL www.pro-practice.tv/newsite1/waiting-room-tv/dvd
Thanks
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
Last Edit: 9 years 10 months ago by ianpanorton.
The administrator has disabled public write access.
Hi Ian,

You would wrap the text in a class <span class="underLine">text content</span>

css - span.underLine { etc etc;}

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
Hmm. I'm doing something wrong because it's not working.
Css:
span.newlink{
text-decoration:underline;
font-weight:bold;
}
html:
<p>Simply choose the ads from our <a href="index.php?option=com_content&view=article&id=78&Itemid=173"><span:class="newlink">library</span></a> which are appropriate for your practice, and we'll create a DVD tailored just for you which will loop continuously until you eject it or turn off the player.</p>
Thanks
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
This is wrong

<span:class="newlink">library</span:class="newlink">

no : before class and the closing tag is </span>
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
I'm getting tired. I know that, but I just didn't see it.
Yesterday I was rushing, working on too much at once with my head buzzing at the end of the day and I deleted an entire website by mistake in Filezilla. :-(
Luckily I have a backup system on the server, and I was able to restore it with only an hour or so's work lost. (I hadn't yet installed Akeeba on that one).
I should learn the lesson from that and quit while I'm ahead :-)
Thanks for putting me right…
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Sorry to hear that

No probs

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
That'll teach me! :-)
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
The painful lessons are the ones remembered

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.
A lifetime of painful lessons. Too many to remember them all…
Thanks again for all your help,
Ian
  • ianpanorton's Avatar
  • ianpanorton
  • 6 Month Developer
  • 1258 posts
  • 3 Thanks
  • Karma: 7
The administrator has disabled public write access.
Always the way

Cheers
Paul
  • manh's Avatar
  • manh
  • Moderator
  • 45248 posts
  • 2106 Thanks
  • Karma: 603
The administrator has disabled public write access.

zentoolsIf you use Zentools please post a review at the Joomla! Extensions Directory.

Happy Campers