The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Remove line under link

4 posters

Go down

Remove line under link Empty Remove line under link

Post by venu238 Tue 17 May - 9:40

1. I have a code to remove the line under the link but it's for different version, please make this code for phpbb2 css

Code:
<style type="text/css">

/* All Styles Optional */

<!--
a:link {color: #Unvisited link color; text-decoration: none; }
a:active {color: #Selected link color; text-decoration: none; }
a:visited {color: #Visited link color; text-decoration: none; }
a:hover {color: #Link color by mouseover; text-decoration: none; }
-->

</style>

2. This is the code to make the forum lines around but for diff version, i want it for phpbb2 css

Look here

Code:
.forums .row {
border: 1px solid #CCC;
margin:5px;
-moz-border-radius: 10px;
}
.forums {
padding: 1px 0;
}

.row dl dd.dterm {
border-left: none;
}
avatar
venu238
Forumember

Male Posts : 109
Reputation : 0
Language : English
Location : Hyderabad

http://medico.forum.com.bz

Back to top Go down

Remove line under link Empty Re: Remove line under link

Post by Nijan Tue 17 May - 10:02

Use
Code:
a {
text-decoration: none;
}

Your code doesn't work 'cause there are these "<!--" and "-->" around it which is for comments.
Nijan
Nijan
Forumember

Female Posts : 31
Reputation : 30
Language : English, German

http://namina.forum-aktiv.com

Back to top Go down

Remove line under link Empty Re: Remove line under link

Post by venu238 Tue 17 May - 10:07

Nijan wrote:Use
Code:
a {
text-decoration: none;
}

Your code doesn't work 'cause there are these "<!--" and "-->" around it which is for comments.
Didn't work, still the line appears

EDIT: done it myself, how about 2nd question
here is the code to remove line under links

Code:
a:link {
color: #178fd4;
text-decoration: none ! important;
}

a:active {
color: #3e3f37;
text-decoration: none ! important;
}

a:visited {
color: #990099;
text-decoration: none ! important;
}

a:hover {
color: #ff6600;
text-decoration: none ! important;
}
avatar
venu238
Forumember

Male Posts : 109
Reputation : 0
Language : English
Location : Hyderabad

http://medico.forum.com.bz

Back to top Go down

Remove line under link Empty Re: Remove line under link

Post by Guest Tue 17 May - 15:20

try this
Code:

<style type="text/css">
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}
-->
</style>
avatar
Guest
Guest


Back to top Go down

Remove line under link Empty Re: Remove line under link

Post by venu238 Wed 18 May - 8:14

Guest wrote:try this
Code:

<style type="text/css">
<!--
A:link {text-decoration: none}
A:visited {text-decoration: none}
A:active {text-decoration: none}
A:hover {text-decoration: none}
-->
</style>
i got how to remove the line under link, now i just want to know how to get the forumlines round
avatar
venu238
Forumember

Male Posts : 109
Reputation : 0
Language : English
Location : Hyderabad

http://medico.forum.com.bz

Back to top Go down

Remove line under link Empty Re: Remove line under link

Post by Guest Wed 18 May - 14:23

what do you mean by round
avatar
Guest
Guest


Back to top Go down

Remove line under link Empty Re: Remove line under link

Post by Mike Wed 18 May - 15:15

Nijan wrote:Use
Code:
a {
text-decoration: none;
}

Your code doesn't work 'cause there are these "<!--" and "-->" around it which is for comments.

It wouldnt matter since the <!-- is only for HTML comments, CSS has the ///* comments
Mike
Mike
Hyperactive

Male Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado

Back to top Go down

Remove line under link Empty Re: Remove line under link

Post by Guest Wed 18 May - 15:17

wait what do you mean to say and what is round forum lines?
avatar
Guest
Guest


Back to top Go down

Remove line under link Empty Re: Remove line under link

Post by venu238 Thu 19 May - 3:40

Guest wrote:wait what do you mean to say and what is round forum lines?
see the link here
http://www.webartzforum.com/t1749-i-need-a-code-to-make-the-forum-lines-around#26119
avatar
venu238
Forumember

Male Posts : 109
Reputation : 0
Language : English
Location : Hyderabad

http://medico.forum.com.bz

Back to top Go down

Remove line under link Empty Re: Remove line under link

Post by Nera. Thu 19 May - 4:01

Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Remove line under link Empty Re: Remove line under link

Post by venu238 Thu 19 May - 4:14

Nera. wrote:Maki's useing phpBB3, this should go for phpBB2
https://help.forumotion.com/t88742-how-to-make-category-forum-border-like-this
no success nera.. i want like this
Remove line under link Left10

I kept row line color blank, even though i'm getting row lines..

Here is my .forumline code
Code:
.forumline{
        background-image: url("");
        background-repeat: repeat;
        border: 1px solid #000000;
        box-shadow: 0 0 10px #000000;
        -webkit-box-shadow: 0 0 10px #000000;
        -moz-box-shadow: 0 0 10px #000000;
        margin: 330px auto 0;
        padding: 3px;
        border-radius: 5px;
        margin-top: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
avatar
venu238
Forumember

Male Posts : 109
Reputation : 0
Language : English
Location : Hyderabad

http://medico.forum.com.bz

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum