• Hi,

    The theme is a custom child theme(by another developer: I am mostly a designer) that is supposed to render a frame in the first top text widget(code is the custom theme), which is now a mail sign up form. The form was broken so we replaced it and lost the width code. oops!

    Can anyone tell me where to place the width code in the widget html to make the width smaller?

    Thanks.

    Here is the code `<form action=”https://www.mcssl.com/app/contactsave.asp&#8221; method=”post”><input id=”merchantid” type=”hidden” name=”merchantid” value=”158600″ /> <input id=”ARThankyouURL” type=”hidden” name=”ARThankyouURL” value=”www.deannalam.com/home-4/027-thank-you/” /> <input id=”copyarresponse” type=”hidden” name=”copyarresponse” value=”1″ /> <input id=”defaultar” type=”hidden” name=”defaultar” value=”669688″ /> <input id=”allowmulti” type=”hidden” name=”allowmulti” value=”0″ /> <input id=”visiblefields” type=”hidden” name=”visiblefields” value=”Name,Email1″ /> <input id=”requiredfields” type=”hidden” name=”requiredfields” value=”Name,Email1″ />
    <table>
    <tbody>
    <tr>
    <td>First Name</td>
    <td><input type=”text” name=”Name” size=”15″ /></td>
    </tr>
    <tr>
    <td>Primary Email</td>
    <td><input type=”text” name=”Email1″ size=”15″ /></td>
    </tr>
    <tr align=”center”>
    <td colspan=”2″><input type=”Submit” name=”cmdSubmit” value=”GO” /></td>
    </tr>
    </tbody>
    </table>
    </form>
    <h4 style=”text-align: center;”><span style=”font-weight: normal;”>As a Bonus:</span><span style=”font-weight: normal;”> receive Free Subscription to our monthly E-zine, <em>Inspire!</em>
    We will never share your information.
    </span>Period!</h4>`

    Thanks!

  • The topic ‘Width of Text Widget: html code’ is closed to new replies.