I'm trying to figure out how to make the e-mail link (which I included in the text widget box for a number of pages) appear in smaller form. Right now, it extends to a second line, and I'd rather just have "info@domain.com" be underlined (as I have for other links throughout the website). How can I go about fixing this? Example of the problem can be found here: http://burgerlegal.com/?page_id=19
Hopefully a painless question
6 posts from 3 voices-
Posted 9 months ago #
-
Hi,
How about including E-mail in the anchor tag, like this
<p>Mailing Address:</p> <p><a href="mailto:info@burgerlegal.com">E-mail: info@burgerlegal.com</a></p>Regards,
IsmaelPosted 9 months ago # -
Definitely better, but it still puts a line below the entire E-mail button.
Posted 9 months ago # -
Hi vonburgenstein,
Try changing it to:
<a href="mailto:info@burgerlegal.com" style="border-bottom:none">E-mail: info@burgerlegal.com</a>That should remove the bottom border. If you want to underline the text, use this instead:
<a href="mailto:info@burgerlegal.com" style="border-bottom:none"><u>E-mail: info@burgerlegal.com</u></a>Regards,
Devin
Posted 8 months ago # -
That'll do, thanks!
Posted 8 months ago # -
Hey,
Glad we could help.
Regards,
IsmaelPosted 8 months ago #
Topic Closed
This topic has been closed to new replies.














