Hi,
I'm Trying To Get An Image In My Comment Box But I Don't Now What The CSS Code Is For It If You Do,
Can You Post It Please It Would Really Help Me!
Thanks,
~Vinny60~
The blog I need help with is vinny60.wordpress.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hi,
I'm Trying To Get An Image In My Comment Box But I Don't Now What The CSS Code Is For It If You Do,
Can You Post It Please It Would Really Help Me!
Thanks,
~Vinny60~
The blog I need help with is vinny60.wordpress.com.
I'm assuming you mean the comment form box. To get an image in there you do the same thing you did with the header, which is add it as a background by inserting the url in this class
#commentform textarea {
width:300px;
background-image:url('INSERT IMAGE URL HERE INCLUDE HTTP://');
}
This topic has been closed to new replies.