question...i tried inserting the code for flexible squares, but my page won't even reload when i click 'save changes,' so i'm thinking maybe there's something wrong in my code. here's what i currently have in the tags/currents portion of my css:
In any case, when you have that problem it usually means either that you've forgotten to close a bracket or a /*, or that there are too many characters in your code (trim the fat by getting rid of unnecessary spaces and semicolons).
Comments 20
(The comment has been removed)
Reply
Reply
Reply
Reply
/*--------------Tags&Currents--------------*/
.ljtags {
margin:0px 0px 0px 0px;
background-color:#;
width:700px;
padding:10px;
color:#BD8A98;
font-size:10px;
border:0px solid #f1f1f1; text-transform:lowercase!important;
text-align: right;
}
.ljtaglist {
list-style-type:none;
}
.currents { padding: 0 0 0 10px;
font-weight: bold; text-transform:lowercase; background-color:transparent!important; color:#453A35!important;
}
.currents strong {
font-weight: bold; text-transform:lowercase; background-color:transparent!important; color:#453A35!important;
}
.currentmood, .currentmusic, .currentlocation {
font-weight:normal; text-transform:lowercase; color:#D5768D!important;
}
do you think there's some part of this that's disputing your code?
Reply
In any case, when you have that problem it usually means either that you've forgotten to close a bracket or a /*, or that there are too many characters in your code (trim the fat by getting rid of unnecessary spaces and semicolons).
Reply
Reply
Reply
Reply
Reply
Reply
Leave a comment