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
LyX ⇒ Hyper Link Borders
-
- Posts: 10
- Joined: Sat Apr 23, 2011 3:36 am
Hyper Link Borders
Last edited by kevincobain2000 on Mon Apr 25, 2011 12:34 pm, edited 1 time in total.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Stefan Kottwitz
- Site Admin
- Posts: 10348
- Joined: Mon Mar 10, 2008 9:44 pm
Hyper Link Borders
Hi Kevin,
you could set it up this way in your document preamble:
Stefan
you could set it up this way in your document preamble:
Code: Select all
\hypersetup{
colorlinks=false,
pdfborder={0 0 0}
}
LaTeX.org admin
-
- Posts: 10
- Joined: Sat Apr 23, 2011 3:36 am
Re: Hyper Link Borders
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
That worked mate, Thankyou very much for your help