LyXHyper Link Borders

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
kevincobain2000
Posts: 10
Joined: Sat Apr 23, 2011 3:36 am

Hyper Link Borders

Post by kevincobain2000 »

Dear Users,

I hope I can get help, as I googled for 1 day but didn't figure out the following issue.

When I enter a hyperlink. It works fine. but it does the following two things;

1. Puts a blue box around my hyperlink
2. It also puts a red box around my Table of contents list.
How can i remove the boxes around.

Thanki you
Last edited by kevincobain2000 on Mon Apr 25, 2011 12:34 pm, edited 1 time in total.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Hyper Link Borders

Post by Stefan Kottwitz »

Hi Kevin,

you could set it up this way in your document preamble:

Code: Select all

\hypersetup{
  colorlinks=false,
  pdfborder={0 0 0}
}
Stefan
LaTeX.org admin
kevincobain2000
Posts: 10
Joined: Sat Apr 23, 2011 3:36 am

Re: Hyper Link Borders

Post by kevincobain2000 »

Sorry for the late reply. you know how it is when you join a new forum.
That worked mate, Thankyou very much for your help
Post Reply