-
AuthorPosts
-
SHoggard Friend
SHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
June 4, 2007 at 8:57 am #120639Hi,
On my website http://www.packwebasia.com all the html link have a dotted line beneath them. Anyone have an idea how to remove them?
Thanks,
Stuartinstantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 4, 2007 at 2:39 pm #221487Hi
I don’t see any dotted lines, but in IE7 your layout is a mess. See attachment for a screen shot.
SHoggard FriendSHoggard
- Join date:
- October 2006
- Posts:
- 290
- Downloads:
- 5
- Uploads:
- 21
- Thanks:
- 26
- Thanked:
- 7 times in 1 posts
June 5, 2007 at 9:25 am #221518Uhh yeah, its worse in IE 6 :S Working on fixing it… anyways this is what im seeing in firefox, opera and IE..
Any ideas?
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 5, 2007 at 5:51 pm #221538Hi
Not really because I have not used that template, but try looking through the template css for this
text-decoration: underline;
It will probably be in the body section if its there. If you find it just delete it. Or take a look at the module class suffix for the modules and see if there is something in the input box. You can try deleting that too.
or try addingtext-decoration: none;
to the
body {
}
tag.
June 6, 2007 at 10:49 pm #221614I tried the kind suggestion in the quote below, but it didn’t work…
So, I tried this:
in your CSS, find the section “/* Normal link */”
remove this line: “border-bottom: 1px dotted;” and voila! problem solved!
<em>@instantinlaw 17408 wrote:</em><blockquote>Hi
Not really because I have not used that template, but try looking through the template css for thistext-decoration: underline;
It will probably be in the body section if its there. If you find it just delete it. Or take a look at the module class suffix for the modules and see if there is something in the input box. You can try deleting that too.
or try addingtext-decoration: none;
to the
body {
}
tag.</blockquote>
instantinlaw Friendinstantinlaw
- Join date:
- February 2007
- Posts:
- 1646
- Downloads:
- 6
- Uploads:
- 28
- Thanks:
- 68
- Thanked:
- 210 times in 62 posts
June 7, 2007 at 1:46 am #221619Thanks scenteur7 for the answer.
That would probably do it.:)June 8, 2007 at 3:13 am #221667In template_css.css, I modified the code with html, as follows:
(Lines: 62 – 71)
/* Normal link */
a {
color: #006DA3;
text-decoration: none;
}a:hover, a:active, a:focus {
color: #CC0000;
text-decoration: underline;
}
This is much faster than the original “border” code. It was slow, it took time for the red border to show, after you pointed to it.
The difference is not noticable on newer and faster computers but the border underline is very sluggish on older computers, i.e., 450Mhz. The text decoration solution does it for me.
AuthorPostsViewing 7 posts - 1 through 7 (of 7 total)This topic contains 7 replies, has 4 voices, and was last updated by canadawatch 17 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum