comment label and background image
-
Could someone look here https://www.rohitkumar.org/blog/ and tell me why I dont see a background image? This is the code I use:
#body {
background: url(“https://rohitkumar.org/images/bg1.gif”) repeat;
font-family: ‘Trebuchet MS’, ‘Lucida Sans Unicode’, sans-serif;
font-size: 10pt;
margin: 0;
padding: 0;
text-align: center; /* IE 5.5 hack */
}—
—The label of the forms on the comment page are very small. I tried to change this by adding style=”font-size: 10pt;” in comments.php and removing the small tag that wrapped the label. That still doesn’t help ??
- The topic ‘comment label and background image’ is closed to new replies.