php forum
php mysql forum
php mysql smarty
 
Topic Options
#238112 - 02/25/03 01:03 PM Underlined
Daemon_dup1 Offline
Member

Registered: 02/18/03
Posts: 173
Loc: Clitheroe, Lancs
Ok one of my members has just poined out to me that ALL the links on the forum are underlined.<br />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.<br />Am I missing it? Or can someone tell me what I'm looking for and what I should do when I find it lol?<br /><br />Thanks in advance <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Kind Regards
Dave Askew
www.world-pool.co.uk

Top
#238113 - 02/25/03 01:16 PM Re: Underlined [Re: kkezeor]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I'm not 100% certain.... we'll wait for someone who knows to confirm. <img src="/forum/images/graemlins/wink.gif" alt="" /> <br /> <br />But I think you might need: <br /> <br />text-decoration: none; <br /> <br />added into the links sections. Otherwise the underline is default. <br /> <br />CSS Gurus.... do I have that right? <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#238114 - 02/25/03 01:16 PM Re: Underlined [Re: kkezeor]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Look for:<br /><br />text-decoration: underline;<br /><br />in the A:link, A:visited, A:active, and A:hover classes.<br /><br /><img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#238115 - 02/25/03 01:20 PM Re: Underlined [Re: jacksonm99]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Thank you. <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Try changing this:<br /><br />
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 />
<br /><br />to:<br /><br />
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 />
<br /><br /><br />Might also need to add that bit into here as well:<br />
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 />
<br /><br /><img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#238116 - 02/25/03 01:24 PM Re: Underlined [Re: jacksonm99]
Daemon_dup1 Offline
Member

Registered: 02/18/03
Posts: 173
Loc: Clitheroe, Lancs
Thanks for both the replies.<br />I cant find anything about underlined in the css page.<br />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.<br /><br />I'd love to try your idea Josh but not sure where the links section is in the css doscument.<br /><br />Can you give me some text to seach for then I can just add hat you suggested above or below?<br /><br />Thanks <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Kind Regards
Dave Askew
www.world-pool.co.uk

Top
#238117 - 02/25/03 01:26 PM Re: Underlined [Re: kkezeor]
Daemon_dup1 Offline
Member

Registered: 02/18/03
Posts: 173
Loc: Clitheroe, Lancs
ahh sorry u replied while i was typing my reply...i'll add it now <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Kind Regards
Dave Askew
www.world-pool.co.uk

Top
#238118 - 02/25/03 01:27 PM Re: Underlined [Re: kkezeor]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
Try uploading the attached to your /ubb/stylesheets directory.<br /><br /><img src="/forum/images/graemlins/wink.gif" alt="" /><br /><br />Then hit refresh a few times. <img src="/forum/images/graemlins/smile.gif" alt="" />


Attachments
70857-vodatones.css (10 downloads)

_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#238119 - 02/25/03 01:37 PM Re: Underlined [Re: kkezeor]
Daemon_dup1 Offline
Member

Registered: 02/18/03
Posts: 173
Loc: Clitheroe, Lancs
Hey,<br />Thanks again Josh...it worked <img src="/forum/images/graemlins/smile.gif" alt="" /><br /><br />Had to browse round a bot first because I think it was cached, but after a few clicks, the underline went.<br /><br />Cheers both of you <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Kind Regards
Dave Askew
www.world-pool.co.uk

Top
#238120 - 02/25/03 01:38 PM Re: Underlined [Re: kkezeor]
Daemon_dup1 Offline
Member

Registered: 02/18/03
Posts: 173
Loc: Clitheroe, Lancs
didn't need to upload it m8, you replied with that while I was doing it, and it worked <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Kind Regards
Dave Askew
www.world-pool.co.uk

Top
#238121 - 02/25/03 03:00 PM Re: Underlined [Re: Daine]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
Yup, default is underline and I forgot <img src="/forum/images/graemlins/crazy.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#238122 - 02/25/03 03:07 PM Re: Underlined [Re: jacksonm99]
JoshPet Offline
I type Like navaho

Registered: 11/29/01
Posts: 11330
Loc: Charlotte, NC
I'm not really a CSS expert. But I'm learning fast.<br /><br />
_________________________
Joshua Pettit
www.JoshuaPettit.com
My abilities are for hire.

Top
#238123 - 02/25/03 04:10 PM Re: Underlined [Re: Daine]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
I learn new things every day my friend <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top
#238124 - 02/25/03 04:50 PM Re: Underlined [Re: jacksonm99]
Daemon_dup1 Offline
Member

Registered: 02/18/03
Posts: 173
Loc: Clitheroe, Lancs
I do as well, never eat yellow snow <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Kind Regards
Dave Askew
www.world-pool.co.uk

Top
#238125 - 02/26/03 12:04 AM Re: Underlined [Re: kkezeor]
Dalantech Offline
Junior Member

Registered: 02/11/01
Posts: 2392
Loc: Naples, Italy
LOL! <img src="/forum/images/graemlins/smile.gif" alt="" />
_________________________
Da LAN Tech

Threads Dev Moderator

Top



Latest Posts
[7.2.1] - Naked shoutbox
by bellaonline
05/05/12 05:00 PM
[7.x] Stop Forum Spam Integration v0.4
by bellaonline
05/05/12 03:53 PM
Shout Box

(Views)Popular Topics
Known public proxy servers 1689885
Integrated Index Page (IIP) 5.3.1 555705
Finished-[6.5.2] Games Arcade Deluxe v1.9 501236
Integrated Index Page (IIP) 5.1.1 415112
TLD Bv2.1 Released - Threads Links Directory 396822
[6.0x] Who's Online 4.0.0 [Finished] 389412
Finished-[6.5.1] Integrated Index Page (IIP) 6.5 330423
Q & A 298663
Slash UBB 266936
[6.3.x] [beta] Hit Hack 2.0 227970
Forum Stats
13621 Members
59 Forums
37191 Topics
295716 Posts

Max Online: 686 @ 06/28/07 07:04 AM

 

 

 
fusionbb message board php hacks