Welcome to the Blackout Audio Techno Forums :: Underground Network.
Results 1 to 5 of 5
  1. #1
    BOA Lifetime Member
    Join Date
    Nov 2004
    Location
    dublin
    Posts
    2,781

    Default my webpages are unprintable

    they are, so they are!!

    ive been told its because

    internet explorer will adjust text to fit on a page when you print, but because it is unable to adjust the images across the top of the page.

    so now that a client has been asked for the site to be printer friendly im doomed to redoing the whole site... here is the site if anyone wants to see it, still not live!

    http://www.stjosephsferryhouse.com/test

    does anyone know a efficient way to change this, so far these are my possibilities:

    1. You can redesign your whole site to solve the problem.

    2. You can create a printer view. Basically Make another copy of the same page without all the images. Linked to the main page. (click here for printer view). It's on a lot of sites.

    3. Put a note on the page for users to print using landscape setting on their printer.

    2 is out, 1 is shit, 3 i dunno!!

    what you think? help great appreciated!

  2. #2
    Keepin' it Unreal
    Join Date
    Jan 2003
    Location
    Crackpool
    Posts
    2,836

    Default

    I cant access the site that you have put up so i really cannot advise without seeing it. If the site isnt dynamic then just zip it up and email it to me at iq@thefaction.co.uk and i'll check it out for you mate, otherwise see if you can get a working link and i'll give you some bad misleading advice :lol: ;)

  3. #3
    BOA Lifetime Member
    Join Date
    Nov 2004
    Location
    dublin
    Posts
    2,781

    Default

    that link is working for me.... let me see if i can email it to you!!! feckin wreckin my head....they guy who gives me the work is now telling me that i need to do it to all my previous sites!!

  4. #4
    BOA Lifetime Member
    Join Date
    Nov 2004
    Location
    dublin
    Posts
    2,781

    Default

    emailed you there! thanks man ;)

  5. #5
    Supreme Freak
    Join Date
    Jan 2003
    Location
    Lester, Earth
    Posts
    965

    Default

    create an empty stylesheet called print.css and within it put the following code:

    Code:
    image {display:none; overflow:hidden; }
    add the following at the end of your css in every page:

    Code:
    <link rel="stylesheet" media="print" href="print.css" type="text/css" />
    Haven't tested, but i think this will sort you out, tho it will not print images.

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Back to top