• 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 ??

Viewing 2 replies - 16 through 17 (of 17 total)
Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘comment label and background image’ is closed to new replies.