Box around autoresponder optin

4 replies
  • WEB DESIGN
  • |
Hi,
I'm just about to go live with a new site, but wanted one more alteration to it. Where I'm asking people to sign into the mailing list, I would like a dotted box around it (ie -------------). Can anyone give me the HTML to do this or tell me where I can find it?
Thanks
Chris
#autoresponder #box #optin
  • Profile picture of the author VicFranks
    Add your style

    .yourStyle {border: 4px dashed #000;}

    then add the class to your table or div tag.

    <table class="yourStyle">
    <tr>
    <td>-----</td>
    </tr>
    </table>

    or

    <div class="yourStyle"></div>

    Just change the thickness and color to your needs.

    Vic
    {{ DiscussionBoard.errors[2192265].message }}
  • Profile picture of the author Chris O
    Thanks alot for that Vic, been very helpful!
    Can anyone suggest a good resource for learning HTML? Book, webpage etc?
    {{ DiscussionBoard.errors[2197097].message }}
    • Profile picture of the author kittyd
      Originally Posted by Chris O View Post

      Thanks alot for that Vic, been very helpful!
      Can anyone suggest a good resource for learning HTML? Book, webpage etc?
      W3Schools Online Web Tutorials
      {{ DiscussionBoard.errors[2201774].message }}
  • Profile picture of the author josechukkiri
    Originally Posted by Chris O View Post

    Hi,
    I'm just about to go live with a new site, but wanted one more alteration to it. Where I'm asking people to sign into the mailing list, I would like a dotted box around it (ie -------------). Can anyone give me the HTML to do this or tell me where I can find it?
    Thanks
    Chris
    Check my site for tutorials.
    {{ DiscussionBoard.errors[2201870].message }}

Trending Topics