really quick html code help...

1 replies
I have pasted the html code below for an optin form i am working on. I don't know anythng about html and have been looking around for awhile today but cant find an answer. What i am trying to do is have the picture on the left and right beside it on the right have the optin form. Currently the optin form is below it, but I keep editing it and nothing is working right. Can you help me?

here is the code:

<div id="post_message_3523572">
<div style="text-align: center;"><span style="font-size: x-large;"><strong><span style="color: red;">How Do Top Professional Dog Trainers Raise Their Own Dogs?</span></strong></span></div>
</div>
<div id="post_message_3523572" style="text-align: center;"><br /> <span style="font-size: medium;"><strong><em>The Dog Training Master Class series is the surprising and simple system based on <span style="text-decoration: underline;">understanding</span> instead of discipline will give you the happiest, healthiest, best-behaved pooch in your neighborhood...and your dog will <span style="text-decoration: underline;">love</span> you for it. Sign-up below and Get one of our Bonus Reports from the Dog Training Master Class series absolutely Free!</em></strong></span></div>
<div style="text-align: center;"><span style="font-size: medium;"><strong><em><br /></em></strong></span></div>
<script src="http://forms.aweber.com/form/00/1503835400.js" type="text/javascript"></script>
<p><strong><em><img title="Potty Training Guide" src="ftp://xxxxxx@xxx.xxx.xxx.xxx/www/Jack-Russell-Terrier-Puppies.com/wp-admin/images/7b-xsmall-18.png" alt="Get the Potty Training Guide" width="263" height="341" /></em></strong></p>
#code #html #quick
  • Profile picture of the author CarloD.
    Hey,

    try this....

    Code:
    <div id="post_message_3523572">
    <div style="text-align: center;"><span style="font-size: x-large;"><strong><span style="color: red;">How Do Top Professional Dog Trainers Raise Their Own Dogs?</span></strong></span></div>
    </div>
    <div id="post_message_3523572" style="text-align: center;">
    <br />
    <span style="font-size: medium;"><strong><em>The Dog Training Master Class series is the surprising and simple system based on <span style="text-decoration: underline;">understanding</span> instead of discipline will give you the happiest, healthiest, best-behaved pooch in your neighborhood...and your dog will <span style="text-decoration: underline;">love</span> you for it. Sign-up below and Get one of our Bonus Reports from the Dog Training Master Class series absolutely Free!</em></strong></span>
    </div>
    <div style="width: 500px; margin: 0 auto;">
        <br />
        <div style="width: 250px; float:right;">
            <script src="http://forms.aweber.com/form/00/1503835400.js" type="text/javascript"></script>
        </div>
        <div style="width: 250px; float:left;">
            <img title="Potty Training Guide" src="ftp://xxxxxx@xxx.xxx.xxx.xxx/www/Jack-Russell-Terrier-Puppies.com/wp-admin/images/7b-xsmall-18.png" alt="Get the Potty Training Guide" width="263" height="341" />
        </div>
    </div>
    2 seperate Div's one that floats left and one that floats right wrapped in a div. the margin 0 auto centers the divs.

    I would suggest moving everything to a stylesheet instead of having the CSS inline.
    Signature

    {{ DiscussionBoard.errors[3524582].message }}

Trending Topics