  adam9280
join:2005-01-02 Pontiac, MI
| Need help with html. Format changes when printing.
I created this listing: »detroit.craigslist.org/ctd/984033528.html. It looks ok online but it is printing printing blank space between the border and logo/picture. Any ideas?
This is the code:
-- But look how much I got. |
|
  geekamongus Real Slump Quality Premium,MVM join:2004-07-27 Asheville, NC
| Issues such as this are usually remedied by providing an alternate style sheet which formats the page for printing.
I'm not sure what Craig's List allows, but if there's a way to link to an external stylesheet in the HTML head, you could probably put it on a server somewhere and it will be called when someone prints the page.
More on using a print style sheet here: »www.alistapart.com/articles/goingtoprint/ -- o o |
|
  adam9280
join:2005-01-02 Pontiac, MI | I will check it out. Thank you. |
|
  jayco437 Premium join:2001-08-11 Lincoln, NE
·Windstream
| reply to adam9280 Something as simple as a blank space separating the closing TD tag can screw up the display on some browsers.
is not the same as
Looks like you have some HTML like the former in the code you posted. |
|