I just downloaded 64-bit Prince onto a new machine. First time use of Prince 11. I usually use Prince 7 or so. Many changes.
Two things, immediately:
1) The option to VIEW the finished pdf appears to have gone away. Am I missing something? This is a very valuable feature; not to have to open and juggle a separate pdf viewer.
2) It does not like my old css code. I made things super-simple with the following input file and css file, but no go. I get an error message: "parse error in selector at '\1A'"
input file:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="FOO.CSS" />
</head>
<body>
<p class="thisfont"> FOOBAR! </p>
</body>
</html>
css file (FOO.CSS):
p.thisfont { font-size: 1.0in }
...... what am I doing wrong?
I usually use "@import url" to include my css file, but I was just going by the prince documentation, section "Your First Document", which specifies the "link rel" method.
Sorry if this has been covered before or if it is "too basic" of a question. I DID read the prince documentation section on css files. Maybe I missed something.
Thanks in advance!
Alan
Two things, immediately:
1) The option to VIEW the finished pdf appears to have gone away. Am I missing something? This is a very valuable feature; not to have to open and juggle a separate pdf viewer.
2) It does not like my old css code. I made things super-simple with the following input file and css file, but no go. I get an error message: "parse error in selector at '\1A'"
input file:
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="FOO.CSS" />
</head>
<body>
<p class="thisfont"> FOOBAR! </p>
</body>
</html>
css file (FOO.CSS):
p.thisfont { font-size: 1.0in }
...... what am I doing wrong?
I usually use "@import url" to include my css file, but I was just going by the prince documentation, section "Your First Document", which specifies the "link rel" method.
Sorry if this has been covered before or if it is "too basic" of a question. I DID read the prince documentation section on css files. Maybe I missed something.
Thanks in advance!
Alan