I had two questions..... I know that some are saying that pictures for forum titles aren't allowed anymore so that question isn't really important... But what security measure warranted the deletion of that ability?
Second Question, I recently used a CSS modification That I got from the larger support forum.... This modification was to remove the words "Profile, Register, etc.," from the top bar.... however when I did this it removed several other things important to the board.... For example... This forum as it is will say on the front page who last posted in a category... with the modification I used That isn't visible..... Also, The line below the title bar that tells me who is online has also disappeared, and it won't list moderators at my board, and also will not show my "category descrïptions" . Here I will post my CSS and hope that someone or anyone knows how to remove the "register, profile, etc.," words from the bar without harming anything else!.....
Quote :
.menumessage
{
width:20;text-align:center;border-left: 1px #FF00000 solid;border-top: 1px #000099 solid;border-bottom: 1px #000000 solid
}
.petit
{
font-size:0pt
}
.admins
{
font-family:Verdana;font-size:8pt;color:#FF0000
}
.headers
{
font-family:Verdana;font-size:10pt;color:#FF0000
}
.headers_link
{
font-family:Verdana;color:#000000;text-decoration:underline
}
.titres
{
font-weight: bold;
text-align:center;
border: 1px #000000 solid;
background-color:#000000;
font-size:8pt
}
.box
{
border: 1px #000000 solid;
background-color:#000000;
font-family:Verdana;
color:#FF0000
}
.btn
{
border: 1px #000000 solid;
background-color:#000000;
font-family:Verdana;
color:#FF0000
}
.legend
{
font-weight: bold;font-size:8pt;text-align:left
}
.master
{
font-size:10pt; color:#FF0000
}
.tablo
{
font-size:10pt; color:#FF0000;border: 1px #000000 solid
}
.copyright
{
font-family:Verdana;font-size:8pt;color:#FF0000;text-align:center
}
.colonne1
{
border: 1px #000000 solid;
background-color:#000000;
}
.colonne2
{
border: 1px #000000 solid;
background-color:#000000;
}
A
{
COLOR: #FF0000; TEXT-DECORATION: none
}
A:hover
{
TEXT-DECORATION: underline
}
BODY
{
scrollbar-face-color: #000000;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #FF0000;
scrollbar-darkshadow-color: #000000;
scrollbar-track-color: #FF0000;
scrollbar-arrow-color: #000066;
font-size: 10pt; color: #FF0000; font-family: Verdana, Arial, Helvetica, sans-serif
} |
PLEASE CAN SOMEONE Help me with this modification... I am pretty computer literate, not too CSS literate, I have figured out a few things, but the ".petit" section has me a bit stumped as it eliminates too much when I only want it to eliminate a certain part....... thanx in advance