[Pro] new way to underline link?

Hi and good day,

There is a new way to underline link - how is it done?

It has apart from the underline also at the start & the end a vertical sign, like this |____________| .

For ex. on this site, if search for: NYU Professor
at the end of the main article.

/
with best regards,
Omar KN
Stockholm, Sweden


freewaytalk mailing list
email@hidden
Update your subscriptions at:

	a {
		border-bottom: 1px solid #000;
		text-decoration: none;
		color: #000;
	}
	a:before,
	a:after {
		content: "|";
	}

Adjust to suit your specific needs.

Todd
https://creativ.space
https://xiiro.com

It has apart from the underline also at the start & the end a vertical sign, like this |____________| .


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Phantastic!

Although I can apply this “style definition” to a simple HTML page, in Freeway I’m not certain.

Does one go to Styles > New Style (Tag a … Name (empty)

or maybe to > Extended > Name, Value ?

/
with best regards,
Omar KN
Stockholm, Sweden


freewaytalk mailing list
email@hidden
Update your subscriptions at:

A Tag style will apply to every link on the site. If that’s what you want then yes, you need 2 Tag styles. One for “a” and a second style for “a:before,a:after”.

Todd
https://creativ.space
https://xiiro.com

Does one go to Styles > New Style (Tag a … Name (empty)


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

And if I want to apply it only to a specific page?

/


freewaytalk mailing list
email@hidden
Update your subscriptions at:

Then create/apply a class style to the link(s) you want to style then update your Tag styles to include the class.

For example:

a.MyCoolLink

a.MyCoolLink:before,
a.MyCoolLink:after

Alternatively, you could target the parent element of the link. Lots of ways to do it.

Todd
https://creativ.space
https://xiiro.com

And if I want to apply it only to a specific page?


freewaytalk mailing list
email@hidden
Update your subscriptions at:
https://freewaytalk.softpress.com/person/options

Very useful , thank you *****

/
with best regards,
Omar KN
Stockholm, Sweden


freewaytalk mailing list
email@hidden
Update your subscriptions at: