nigel.collier@virgin.net Posted October 23, 2009 Report Share Posted October 23, 2009 When I cut a selection from my web page then paste it in to a word document some of the formatting provided by CSS is being lost.In the page, I'm fetching and XML file from the server, translating it in to HTML <DIV>'s using XSLT then formatting the <DIV>'s using CSS. It's a page that lays out a set of data in a table style but not using <TABLE>. I'm using display: inline;float: left; to position many of the <DIV>'s in a row.If I had used <TABLE>, I think the cut and paste would work fine, but what is the solution when using only CSS? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now