|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Big grins
|
Whats wrong with my pricing page?
I need help in getting the spacing on my pricing page to look right. It doesn't want to stay the way I type it. Any help will be greatly appreciated. www.jbextenphotography.com Thanks!
|
|
|
|
|
#2
|
||
|
"tweak 'til it squeaks"
|
Quote:
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#3
|
||
|
Unknown...and happy.
|
Quote:
HTML Code:
<html> <table border="0" cellspacing="10"> <tr> <th></th> <th align="right">Endura</th> <th align="right">Metallic</th> <th align="right">Mounting (Optional)</th> </tr> <tr> <td>4 x 6</td> <td align="right">$3.00</td> <td align="right">$4.00</td> <td></td> </tr> <tr> <td>5 x 7</td> <td align="right">$6.00</td> <td align="right">$7.00</td> <td></td> </tr> <tr> <td>8 x 10</td> <td align="right">$10.00</td> <td align="right">$11.00</td> <td></td> </tr> <tr> <td>11 x 14</td> <td align="right">$20.00</td> <td align="right">$23.00</td> <td align="right">$5.00</td> </tr> <tr> <td>16 x 20</td> <td align="right">$40.00</td> <td align="right">$47.00</td> <td align="right">$10.00</td> </tr> <tr> <td>20 x 24</td> <td align="right">$60.00</td> <td align="right">$70.00</td> <td align="right">$15.00</td> </tr> <tr> <td>8 wallets*</td> <td align="right">$10.00</td> <td align="right">$11.00</td> <td></td> </tr> <tr> <td>16 wallets*</td> <td align="right">$18.00</td> <td align="right">$19.00</td> <td></td> </tr> <tr> <td>24 wallets*</td> <td align="right">$24.00</td> <td align="right">$25.00</td> <td></td> </tr> <tr> <td>48 wallets*</td> <td align="right">$42.00</td> <td align="right">$43.00</td> <td></td> </tr> <table border="0" cellspacing="10"> <tr> <th>*Wallets are Die Cut with rounded edges</th> </tr> </html> |
|
|
|
||
|
#4
|
|
|
Big grins
|
Thats what I'm looking for, but now how do I get rid of the extra space between the lines. Also are there any free html editors out there that will help me with some of this code? Thanks Again!
|
|
|
|
|
#5
|
|
|
Unknown...and happy.
|
Good references abound:
http://www.w3schools.com/html/html_tables.asp Also - you can use <br> to insert a break - for example to make the text "Mounting (Optional)" two lines. <th align="right">Mounting <br> (Optional)</th> |
|
|
|
|
#6
|
|
|
Big grins
|
Thanks for the fast response and help.
|
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|