Hi everyone!
My first post here. Let me introduce myself. I am 41 yrs old and have been 
working in the it-industry since 1993. I have heard B Gates talk about 
internet as a fly and msdn (bbs) is the Thing. I could also have bought 
domains such as poker.com or hotels.com but guess what I didn't ;) I live 
in Sweden and have girlfriend, daughter and soon a cat.

Now to my problem. 
I get problems when printing a page.  In generall the printing layout ends 
up at second page and firstpage is empty. In specific I use tab content 
which display the correct content to print but when a table-data or ul-data 
continues for over two pages span it always ends up with a blank first 
page. Is this familiar to anyone?

The @media print resides in my boostrap.css wich is loaded first so I moved 
it to a separate file instead and load it last instead. Result is that I 
get better control but still have the same problem.

        <link href="css/bootstrap.css" rel="stylesheet">
        <link href="css/bootstrap-responsive.css" rel="stylesheet">
        <link href="css/stilearn.css" rel="stylesheet">
        <link href="css/stilearn-responsive.css" rel="stylesheet">
        <link href="css/stilearn-helper.css" rel="stylesheet">
        <link href="css/stilearn-icon.css" rel="stylesheet">
        <link href="css/font-awesome.css" rel="stylesheet">
        <link href="css/animate.css" rel="stylesheet">
        <link href="css/uniform.default.css" rel="stylesheet">
        
        <link href="css/datepicker.css" rel="stylesheet">
        <link href="css/bootstrap-wysihtml5.css" rel="stylesheet">
        
        <link href="css/responsive-tables.css" rel="stylesheet">

        <link href="css/print.css" rel="stylesheet">

Is their any twitter boostrap print.css file that takes care of 
"everything" and makes life easier?

Thanks alot for a great bootstrap!

.Cornelii

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to