@carlow - text is not rasterized, is just regular text. I can paste text into Photoshop but not form Photoshop.
@mscallisto - the simple function of copying text form Photoshop and paste it in another application, like a notepad or a HTML editor etc... I've restarted Photoshop, I have looked at...
Hello,
I have a CS 5 copy/paste problem. When I select text from Photoshop and paste it into a html editor or notepad or anywhere except Photoshop, doesn't work. If anyone had this problem and found a solution please tell me because it's very frustrating.
Tank you very much!
The solution to this problem might be javascript. You could keep your code and after the DOM is loaded and proper calculation you could modify the content to serve your needs.
You can use a table and it will look better even if the height is different.
There are ways to do it with divs but tabel is not a bad thing when you have something like this.
Hi, if you still need i use this for a div to stay in the middle of the screen.
<style type="text/css">
html, body {
height: 100%;
margin: 0;
padding: 0;
}
body {
display: table;
height: 100%;
width: 100%;
text-align: center/*for IE5 win*/;
}
#wrapper {
display: table-cell...
Glad I could help!
For future projects try adding something like this at the start of your css file:
a, a:hover, div, img, h1, h2, h3, h4, h5, h6, ul, li, ol, table, tr, td, p, form {margin: 0; padding: 0; border: 0;}
This kind of problems will be solved before they appear.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.