Forum Replies Created
-
Xtreme November 26, 2008 at 1:28 pm
Reply To: Modify the HTML preview of XML files
November 26, 2008 at 1:28 pmParticipants 0Replies 2Last Activity 14 years, 2 months agoOh, I made a mistake. I changed the wrong *_HTML_Style.xsl. We've another XSL file with the same name on the server which get's loaded by XMetaL on the client. So I don't need to change any macros. It works fine! Now I'm trying to implement the fabulous script.aculo.us-library.
Xtreme November 26, 2008 at 12:20 pm
Reply To: Modify the HTML preview of XML files
November 26, 2008 at 12:20 pmParticipants 0Replies 2Last Activity 14 years, 2 months agoExactly! This helps me very much. Now I need to know how to launch the XMLToHTMLSetup()-macro. Sorry, I had never created a macro before. But it should be in the programmers guide to, I think.
Xtreme November 24, 2008 at 5:55 pm
Reply To: Decorating CSS Content
November 24, 2008 at 5:55 pmParticipants 0Replies 2Last Activity 14 years, 2 months agoYou can also create different styles for a Sections in a Section, for example a different text-size:
section0>section:before{
content: “0 – GENERALITES – CARACTERISTIQUES”;
font-family: “Courier New”;
font-size: 1.5em;
color: #00F;
display: block;
border: 1px solid red;
} -
AuthorPosts