Please don’t bump posts. You’re actually not doing yourself a favor by doing so as it makes it look like someone’s replied and given you help.
And she doesn’t have her form on an image, she just has a border around it made out of images.
But you can do what you’re looking for. Wrap your comment form in a <div> and give it a class or id. Then give that class or id a background image:
http://www.w3schools.com/css/css_background.asp
ok. thank you! and sorry for the bumping
i tried this and have been stuck for several hours now. whenever i try to use div layers, it doesn’t let me scroll down to see the footer so i tried using tables which seems to work but it cuts the bottom part of the image off.
Here is my code:
<table width="200" cellspacing="15" cellpadding="1">
<td style="border:1px dashed #EDB87E" bgcolor="transparent" align="justify" valign="top">
and then i have the background image on the CSS
table, tr, td {font-size: 8pt;
background-image:url(http://cute-spot.com/pages/wordpress/wp-content/themes/updateframe/commentbox-bg.gif);
border:1px solid #00C000;
font-family: verdana;
color: #888888;
line-height:13px;
letter-spacing:0pt;}
what am i doing wrong??
Not sure. I haven’t used tables in ages. Sorry.