Quote:
Originally Posted by Mobo
Okay, I replaced all of my code with your code as quoted in this reply. I still get the same error about Unclosed Curly Brace Expression.
Here is the code I have in my template now:
Code:
/* Begin Style 1 Fieldset Formatting*/
fieldset {
padding-left: 4px;
border: 1px solid rgb(15, 16, 19);
}
legend {
}
/* End Style 1 Fieldset Formatting*/
DIV.awards_postbit_style2 {
PADDING-LEFT: 2px;
}
DIV.awards_postbit_style3 {
PADDING-LEFT: 2px;
}
/* Begin Postbit Custom Formatting*/
DIV.awards_postbit_customcss {
PADDING-LEFT: 2px;
}
DIV.awards_showcase_headtext {
}
DIV.awards_showcase_awarddisplay {
}
DIV.awards_showcase_infodisplay {
}
#myawards-tab, #myawards-tab a:hover {
background-color:transparent;
border:medium none;
display:inline;
height:25px;
margin:0;
padding:0;
text-align:center;
}
a#myawards-tab:hover {
background:none repeat scroll 0 0 transparent;
}
/* End PostbitCustom Formatting*/
I can't find any where that is missing a " } " 
|
Okay Mobo, I know this is a strange solution but just try it
Find the template (awards_css.css), it is in red color yah?
Revert it and find it again so you it will be in white color
Now add at end of the template, add this and save
Code:
#myawards-tab, #myawards-tab a:hover {
background-color:transparent;
border:medium none;
display:inline;
height:25px;
margin:0;
padding:0;
text-align:center;
}
a#myawards-tab:hover {
background:none repeat scroll 0 0 transparent;
}
Don't edit the template again :erm: