Ask a Question related to Web Design, Design and Development.
-
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
-
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... -
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... -
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... -
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! -
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... -
David Bartosik - MS MVP #2
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



Reply With Quote

