Parse Error /end all/@charset “UTF-8”;
How to solve it.
@charset “utf-8”;
@ @import url(“style.css”);
/* Main Page Layout */
.logo {
width : 300px;
height : 95px;
float : left;
padding : 10px;
}
/end all/
Parse Error /end all/@charset “UTF-8”;
How to solve it.
@charset “utf-8”;
@ @import url(“style.css”);
/* Main Page Layout */
.logo {
width : 300px;
height : 95px;
float : left;
padding : 10px;
}
/end all/
Do you have a link to the page giving the error?
You do have to @ symbols where there should only be one.
@ @import url("style.css");