C INLINE STYLE PROBLEM
.optin
{
float:left;
width:250px;
height:250px;
border:1px solid #000;
background-image:url("../images/formbackground.png");
background-repeat:no-repeat;
} But this just simply will not work
<divstyle="float:left; width:250px;height:250px;border:1px solid #000;background-image:url("./images/formbackground.png");background-repeat:no-repeat;">
portion of the style rule it says ...
This attribute name must be followed by an equal (=) sign and a value. If the value is in quotation marks, the quotation marks must match. I want it to work from an inline style so I can apply it to a post without making additions to my Wordpress style.css file Because it gets wiped every time I update Wp
jamaks