Title: comment label and background image
Last modified: August 18, 2016

---

# comment label and background image

 *  [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/)
 * Could someone look here [http://www.rohitkumar.org/blog/](http://www.rohitkumar.org/blog/)
   and tell me why I dont see a background image? This is the code I use:
 * #body {
    background: url(“[http://rohitkumar.org/images/bg1.gif&#8221](http://rohitkumar.org/images/bg1.gif&#8221);)
   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 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/comment-label-and-background-image/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/comment-label-and-background-image/page/2/?output_format=md)

 *  [Mark (podz)](https://wordpress.org/support/users/podz/)
 * (@podz)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-211979)
 * I see this:
    #body { background: #121212; font-family: ‘Trebuchet MS’, ‘Lucida
   Sans Unicode’, sans-serif; font-size: 10pt; margin: 0; padding: 0; text-align:
   center; /* IE 5.5 hack */ }
 * No image………..
 *  Thread Starter [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-211983)
 * oh yeah…im sorry..i was testing if it was a problem with the image or the coding…
 *  Thread Starter [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-211991)
 * *bump*
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-211993)
 * The declaration should be:
 * `body {`
 * and not:
 * `#body {`
 *  Thread Starter [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-211995)
 * Thank you, Kafkaesqui. Got any ideas about the second problem?
 * Edit #1: I just noticed that there a gap between the content and the footer appears
   once the background appears. Help!
 *  [Kafkaesqui](https://wordpress.org/support/users/kafkaesqui/)
 * (@kafkaesqui)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-211996)
 * Look in your comments.php template. You’ll find the labels are using the `<small
   >` tag.
 *  Thread Starter [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-212000)
 * I changed that already. It now looks like this:
 * <input type=”text” name=”author” id=”author” value=”<?php echo $comment_author;?
   >” size=”22″ tabindex=”1″ />
    <label for=”author” style=”font-size: 10pt;”>Name
   <?php if ($req) _e(‘(required)’); ?></label>
 * <input type=”text” name=”email” id=”email” value=”<?php echo $comment_author_email;?
   >” size=”22″ tabindex=”2″ />
    <label for=”email”>Mail (will not be published)
   <?php if ($req) _e(‘(required)’); ?></label>
 * <input type=”text” name=”url” id=”url” value=”<?php echo $comment_author_url;?
   >” size=”22″ tabindex=”3″ />
    <label for=”url” style=”font-size: 10pt;”>Website/
   Blog</label>
 * still no help
 *  Thread Starter [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-212029)
 * *bump*
 *  Thread Starter [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-212081)
 * *bump*
 *  Thread Starter [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-212092)
 * please?
 *  Thread Starter [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-212106)
 * pretty please?
 *  [techwench](https://wordpress.org/support/users/techwench/)
 * (@techwench)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-212110)
 * Bumping your thread every few hours is _really_ going to get someone to help 
   you.
 * [http://wordpress.org/support/topic/28311](http://wordpress.org/support/topic/28311)
 *  Thread Starter [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-212113)
 * I wonder why NM and TG got pissed and left…
 *  Thread Starter [rohitkumar](https://wordpress.org/support/users/rohitkumar/)
 * (@rohitkumar)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-212597)
 * I removed the small tage around the label ids. It doesn’t work.
 * I also notice that when I try to change ‘Leave a Reply’ to Leave a comment (by
   changing the text within the h3 tags in comments.php) nothing seems to happen.
 * Please help.
 *  [Lorelle](https://wordpress.org/support/users/lorelle/)
 * (@lorelle)
 * [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/#post-212677)
 * 1. Do not use “pt” in your fonts. Different browsers view these very differently
   and you will not have much control over that. And avoid using inline styles when
   possible. Put them in your style sheet.
 * 2. In your style sheet (after removing the inline style references), add something
   like this:
 * `#comments-post #author {font-size:90%; color: red}
    #comments-post #email {font-
   size:90%; color: blue} #comments-post #url {font-size:90%; color: green}
 * The different colors will “tell” you if the font has been changed and the style
   references are right. You might have to play with this a little to get the right
   order of style references right.
 * Once you get the font size set right, and all the other details, get rid of the
   color references.
 * 3. I also recommend you spend some time in the WordPress Codex, documentation
   site, at [http://codex.wordpress.org](http://codex.wordpress.org), especially
   with articles like:
 * [Finding Your CSS Styles](http://codex.wordpress.org/Finding_Your_CSS_Styles)
   
   [WordPress Blog Design and Layout](http://codex.wordpress.org/Blog_Design_and_Layout)
   [Template Files](http://codex.wordpress.org/Templates) [Stepping Into Template Tags](http://codex.wordpress.org/Stepping_Into_Template_Tags)
 * 4. A reminder, this forum is run by volunteers, and they are simple but eager
   folks who want to help. Not everyone knows everything. We like to solve one problem
   per post, not every problem. We also like to be treated nicely, thanked on occassion,
   and forgiven for slipping up once in a while.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/comment-label-and-background-image/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/comment-label-and-background-image/page/2/?output_format=md)

The topic ‘comment label and background image’ is closed to new replies.

 * 17 replies
 * 5 participants
 * Last reply from: [Lorelle](https://wordpress.org/support/users/lorelle/)
 * Last activity: [21 years ago](https://wordpress.org/support/topic/comment-label-and-background-image/page/2/#post-212682)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
