Announcement

Collapse
No announcement yet.

Printing out a category page

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • lesliekirk
    replied
    I'm still finding myself frustrated with this. It seems that when I do try to print or preview in PDF I have getting the tablet view, not the desktop view. Why is that? I have even tried changing my print setting to landscape instead of portrait.

    Leave a comment:


  • Bruce - PhosphorMedia
    replied
    Ah...ok, try

    @media print {
    a[href]:after {
    content: "";
    }
    }

    Leave a comment:


  • lesliekirk
    replied
    Originally posted by Bruce - PhosphorMedia View Post
    It might be more a function of the 'media' you printed it to. i.e., your browser. Can you provide a URL? Try it in a different browser?
    I was trying to print to my printer from Firefox. I also did an Open in PDF with the same results. It repeatable on a Windows platform in addition to my Mac. It's worse in Chrome because Chrome tries to print it in what looks like tablet view.

    I've checked it on a couple of sites that are using Bootstrap http://www.ascuteasabutton.com/category/ANIM.html and can even duplicate it with the Miva demo site http://readytheme-framework.mivamerc...-category.html


    Leave a comment:


  • Bruce - PhosphorMedia
    replied
    It might be more a function of the 'media' you printed it to. i.e., your browser. Can you provide a URL? Try it in a different browser?

    Leave a comment:


  • lesliekirk
    started a topic Printing out a category page

    Printing out a category page

    I just discovered something oddly interesting when I went to print out a category page I was mocking up. Beneath every link's anchor text, is the link in parenthesis. I suspect it will be just a matter of some corrective CSS so if someone could point me in the right direction, it would be greatly appreciated.

    Leslie
Working...
X