| | |||||
| ||||||||
| Web Design Discussion Discussion of web design techniques, advice, browser issues, software, design firms. |
![]() | NamePros Design Contests | Forum Sponsorship |
| Join in on the FUN! You can start an affordable design contest and pick from entries talented members submit or you can enter a design contest for a chance to win CASH PRIZES! What are you waiting for? Get started in the fun TODAY! - Banners, Logos, Mascots, and MORE! (Please READ the design Contest section rules Prior to starting or entering a contest) | ||
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| New Member Join Date: Feb 2004
Posts: 6
![]() | How to Center a Layer in Dreamweaver MX? Here is what i need to do.. i need to make those Add to cart buttons centered so they align(centered) on top of the embeded add to cart text.. how can i center the layer on top of the website?? Here is the link |
| |
| | #3 (permalink) | ||||
| NamePros Expert Join Date: Dec 2003 Location: NYC
Posts: 9,132
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| ||||
| |
| | THREAD STARTER #5 (permalink) |
| New Member Join Date: Feb 2004
Posts: 6
![]() | well i cant seem to do this... i am really new with Dreamweaver, can you please explain to me how to do it? here is the code of one layer <div id="Layer3" style="position:absolute; left:271px; top:403px; width:128px; height:63px; z-index:3"> <form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <input type="hidden" name="cmd2" value="_cart"> <input type="hidden" name="business2" value="athdapaki1@juno.com"> ????: NamePros.com http://www.namepros.com/showthread.php?t=21207 <input type="hidden" name="item_name2" value="Acura Integra Blitz (94-97) Full Bodykit"> <input type="hidden" name="amount2" value="399.99"> <input type="hidden" name="no_note2" value="1"> <input type="hidden" name="currency_code2" value="USD"> <input type="hidden" name="lc2" value="US"> <input name="submit2" type="image" src="images/Acura_24.jpg" alt="Make payments with PayPal - it's fast, free and secure!" width="57" height="13" border="0"> <input type="hidden" name="add2" value="1"> </form></div> |
| |
| | #6 (permalink) |
| Senior Member Join Date: May 2003
Posts: 2,187
![]() ![]() ![]() | Code: <div id="Layer1" style="position:absolute; left:10px; top:44px; width:100%; height:222px; align:center; z-index:1" align="center">
<div align="center"><div id="Layer3" style=" left:271px; top:403px; width:100%; height:63px; z-index:3">
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd2" value="_cart">
<input type="hidden" name="business2" value="athdapaki1@juno.com">
<input type="hidden" name="item_name2" value="Acura Integra Blitz (94-97) Full Bodykit">
<input type="hidden" name="amount2" value="399.99">
<input type="hidden" name="no_note2" value="1">
<input type="hidden" name="currency_code2" value="USD">
<input type="hidden" name="lc2" value="US">
<input name="submit2" type="image" src="images/Acura_24.jpg" alt="Make payments with PayPal - it's fast, free and secure!" width="57" height="13" border="0">
<input type="hidden" name="add2" value="1">
</form>
</div>
</div>
</div> ????: NamePros.com http://www.namepros.com/showthread.php?t=21207 |
| |
| | THREAD STARTER #7 (permalink) | ||||||||
| New Member Join Date: Feb 2004
Posts: 6
![]() | that doesnt seem to work either.. basically what i want to do is add a shopping cart.... but the site is all photoshop slices... ????: NamePros.com http://www.namepros.com/showthread.php?t=21207 This is the shopping cart code:
because thats why i was making a layer on top of the site because i thought it would be easier.. if you guys can help me this it woould be great!! thanks
Last edited by saadahmed; 02-21-2004 at 10:19 AM.
| ||||||||
| |