http://juljul9.livejournal.com/35705.html
So am I pasting my CSS code at the wrong place? I did look through the tutorial but I got lost after reading about the functions and properties explanation. From what I understand, CSS seems to be part of properties? And from this line:
" Most of these customizations are generally accessible via the Edit Customizations interface."
It would mean I can add in CSS code through the Custom Options interface right? but it does not seem to work. The code I pasted is below. Appreciate if someone can help me. Thank you!
blockquote {
padding: 18px;
color: #F1333F;
line-height: 13px;
font-size: 7pt;
font-family: "Tahoma", Helvetica, sans-serif;
border: 01px dashed #D1D1D1;
background: #FFF;
text-align: justify;
}