Previous Thread
Next Thread
Print Thread
Rate Thread
#238112 02/25/2003 2:03 PM
Joined: Feb 2003
Posts: 174
Member
Member
Joined: Feb 2003
Posts: 174
Ok one of my members has just poined out to me that ALL the links on the forum are underlined.
I figured this is something to do with the css style sheet and have been looking through it to see anything about being underlined, but I dont see anything.
Am I missing it? Or can someone tell me what I'm looking for and what I should do when I find it lol?

Thanks in advance

Sponsored Links
kkezeor #238113 02/25/2003 2:16 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I'm not 100% certain.... we'll wait for someone who knows to confirm.

But I think you might need:

text-decoration: none;

added into the links sections. Otherwise the underline is default.

CSS Gurus.... do I have that right?

kkezeor #238114 02/25/2003 2:16 PM
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
Look for:

text-decoration: underline;

in the A:link, A:visited, A:active, and A:hover classes.


jacksonm99 #238115 02/25/2003 2:20 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Thank you.

Try changing this:

Code
<br />a:link  { <br />  color: #FFFFFF;<br />  background: none;<br />}<br />a:visited { <br />  color: #FFFFFF;<br />  background: none;<br />}<br />a:active {<br />  color: #FFFFFF;<br />  background: none;<br />}<br />a:hover { <br />  color: #FF0000;<br />  background: none;<br />}<br />


to:

Code
<br />a:link  { <br />  color: #FFFFFF;<br />  background: none;<br />  text-decoration: none;<br />}<br />a:visited { <br />  color: #FFFFFF;<br />  background: none;<br />  text-decoration: none;<br />}<br />a:active {<br />  color: #FFFFFF;<br />  background: none;<br />  text-decoration: none;<br />}<br />a:hover { <br />  color: #FF0000;<br />  background: none;<br />  text-decoration: none;<br />}<br />



Might also need to add that bit into here as well:
Code
<br />.onbody{<br />  color: #000000;<br />  background: none;<br />}<br />.onbody a:link {<br />  color: #FFFFFF;<br />  background: none;<br />}<br />.onbody a:visited {<br />  color: #FFFFFF;<br />  background: none;<br />}<br />.onbody a:active {<br />  color: #FFFFFF;<br />  background: none;<br />}<br />



jacksonm99 #238116 02/25/2003 2:24 PM
Joined: Feb 2003
Posts: 174
Member
Member
Joined: Feb 2003
Posts: 174
Thanks for both the replies.
I cant find anything about underlined in the css page.
I've copied and pasted the whole discument to do a search just in case i'm missing it and there's no referance to anything underlined.

I'd love to try your idea Josh but not sure where the links section is in the css doscument.

Can you give me some text to seach for then I can just add hat you suggested above or below?

Thanks

Sponsored Links
kkezeor #238117 02/25/2003 2:26 PM
Joined: Feb 2003
Posts: 174
Member
Member
Joined: Feb 2003
Posts: 174
ahh sorry u replied while i was typing my reply...i'll add it now

kkezeor #238118 02/25/2003 2:27 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
Try uploading the attached to your /ubb/stylesheets directory.



Then hit refresh a few times.
Attachments
70857-vodatones.css (0 Bytes, 16 downloads)

kkezeor #238119 02/25/2003 2:37 PM
Joined: Feb 2003
Posts: 174
Member
Member
Joined: Feb 2003
Posts: 174
Hey,
Thanks again Josh...it worked

Had to browse round a bot first because I think it was cached, but after a few clicks, the underline went.

Cheers both of you

kkezeor #238120 02/25/2003 2:38 PM
Joined: Feb 2003
Posts: 174
Member
Member
Joined: Feb 2003
Posts: 174
didn't need to upload it m8, you replied with that while I was doing it, and it worked

Daine #238121 02/25/2003 4:00 PM
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
Yup, default is underline and I forgot

Sponsored Links
jacksonm99 #238122 02/25/2003 4:07 PM
Joined: Nov 2001
Posts: 10,369
I type Like navaho
I type Like navaho
Joined: Nov 2001
Posts: 10,369
I'm not really a CSS expert. But I'm learning fast.


Daine #238123 02/25/2003 5:10 PM
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
I learn new things every day my friend

jacksonm99 #238124 02/25/2003 5:50 PM
Joined: Feb 2003
Posts: 174
Member
Member
Joined: Feb 2003
Posts: 174
I do as well, never eat yellow snow

kkezeor #238125 02/26/2003 1:04 AM
Joined: Feb 2001
Posts: 2,268
Junior Member
Junior Member
Offline
Joined: Feb 2001
Posts: 2,268
LOL!


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
Nettomo
Nettomo
Germany, Bremen
Posts: 417
Joined: November 2001
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)