• hi, i know this might be asking a bit much but how can i put my comment form on an image?

    Example:

    https://www.babydoll.nu

    after you click on ‘1 comment’, she has an image with a form on it.

    would i have to change the comments.php or stylesheet.css or add anything?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter babyface_90

    (@babyface_90)

    anyone?

    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:

    https://www.w3schools.com/css/css_background.asp

    Thread Starter babyface_90

    (@babyface_90)

    ok. thank you! and sorry for the bumping

    Thread Starter babyface_90

    (@babyface_90)

    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(https://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.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘comment form on an image’ is closed to new replies.