where is "text-decoration: none" ?
Posted: Mon Apr 07, 2025 6:56 am
hi
i'm looking for text-decoration: none for text link..how?
i'm looking for text-decoration: none for text link..how?
WYSIWYG Web Builder
http://forum.wysiwygwebbuilder.com/
Code: Select all
a.text-decoration-none2
{
color: #9400D3;
text-decoration: none;
}
a.text-decoration-none2:visited
{
color: #9400D3;
text-decoration: none;
}
a.text-decoration-none2:active
{
color: #9400D3;
text-decoration: none;
}
a.text-decoration-none2:hover
{
color: #9400D3;
text-decoration: none;
}
Code: Select all
#wb_Text1
{
background-color: transparent;
background-image: none;
border: 0px solid #000000;
border-radius: 0px;
padding: 0;
margin: 0;
text-align: center;
}
#wb_Text1 div
{
text-align: center;
}
Code: Select all
#wb_Text1
{
background-color: transparent;
background-image: none;
border: 0px solid #000000;
border-radius: 0px;
padding: 0;
margin: 0;
text-align: center;
}
#wb_Text1 div
{
text-align: center;
}
.wb_text1 a {
color: #9400D3;
text-decoration:
none;
}