Html Code Fragment Not lining up

Ask a Question related to Web Design, Design and Development.

  1. #1

    Default Html Code Fragment Not lining up

    i am setting up a basic storefront and want a paypal
    button to line up beside the product desc. I make a code
    fragment and paste the following text
    <form target="paypal" action="https://www.paypal.com/cgi-
    bin/webscr" method="post">
    <input type="image" src="http://www.acmesales.net/ATC.gif"
    border="0" name="submit" alt="Make payments with PayPal -
    it's fast, free and secure!">
    <input type="hidden" name="add" value="1">
    <input type="hidden" name="cmd" value="_cart">
    <input type="hidden" name="business"
    value="acmesupplyinc@yahoo.com">
    <input type="hidden" name="item_name" value="test">
    <input type="hidden" name="item_number" value="test">
    <input type="hidden" name="amount" value="100.00">
    <input type="hidden" name="no_note" value="1">
    <input type="hidden" name="currency_code" value="USD">
    <input type="hidden" name="lc" value="US">
    </form>

    When i preview or publish the site the graphics have large
    gaps between them
    Guest

  2. Similar Questions and Discussions

    1. HTML code fragment
      I am trying to use the insert HTML code fragment function with Publisher 2000 to import images from an images folder on my site. The code fragment I...
    2. Pasting code into fragment box
      I have some html code that I would like to insert into my Pub 2002 document. Since it is rather lengthy, I would like to just copy and paste it...
    3. PASTING HTML CODE FRAGMENT
      Publisher help clearly states that you can past html code fragments into the code fragment dialogue box. I am unable to do this. Does anyone know...
    4. Pub03- No HTML Code Fragment Option
      I recently got Microsoft Publisher 2003 and when I opened Publisher, there was no HTML code fragment option under the insert menu. Help!
    5. HTML Fragment
      I have inserted some HTML fragments. One was a small banner which worked fine, but none of the others see to work. I checked to be sure that it...
  3. #2

    Default Re: Html Code Fragment Not lining up

    That would be space between the html table cells.
    How the cells are written depends on how you lay out the page and how page
    objects are in relation to one another.
    You could send me your pub file for review and I can offer suggestions.

    --
    David Bartosik - MS MVP
    for Publisher help:
    [url]www.davidbartosik.com[/url]
    enter to win Pub 2003:
    [url]www.davidbartosik.com/giveaway.aspx[/url]


    <bmcgraw@acmesales.net> wrote in message
    news:1a82d01c44f09$8c0256c0$a601280a@phx.gbl...
    > i am setting up a basic storefront and want a paypal
    > button to line up beside the product desc. I make a code
    > fragment and paste the following text
    > <form target="paypal" action="https://www.paypal.com/cgi-
    > bin/webscr" method="post">
    > <input type="image" src="http://www.acmesales.net/ATC.gif"
    > border="0" name="submit" alt="Make payments with PayPal -
    > it's fast, free and secure!">
    > <input type="hidden" name="add" value="1">
    > <input type="hidden" name="cmd" value="_cart">
    > <input type="hidden" name="business"
    > value="acmesupplyinc@yahoo.com">
    > <input type="hidden" name="item_name" value="test">
    > <input type="hidden" name="item_number" value="test">
    > <input type="hidden" name="amount" value="100.00">
    > <input type="hidden" name="no_note" value="1">
    > <input type="hidden" name="currency_code" value="USD">
    > <input type="hidden" name="lc" value="US">
    > </form>
    >
    > When i preview or publish the site the graphics have large
    > gaps between them

    David Bartosik - MS MVP Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139