Quote:
Originally Posted by sadiq6210
Replace all template (awards_css.css) with:
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*/
|
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 " } "