| Mask | If ticked: |
| If you have masked a cell ( with diagonal border) then the text will be read without changing.With this, you can write html code to cells. |
| How this works, you can see here: |
| http://www.excel-jeanie-html.de/html/bspmask_en.php |
| |
| Table TAG | Options: |
| From Jeanie | Table Tag will be filled from jeanie. Example: |
| <table border="1" cellspacing="0" cellpadding="0" style="font-family:Arial,Arial; font-size:10pt; background-color:#ffffff; padding-left:2pt; padding-right:2pt; "> |
| class | You can write your class here |
| Empty | TAG will be empty - only borderstyle will be there |
| Tag Attributes | You can write attributes for table tag here, if not from Jeanie |
| |
| |
| Row/Columnsize | If ticked: |
| The program will calculate the row and columnsize |
| |
| 1.Row | If ticked: |
| The <tr> TAG will get this class you write here. With this you can format easily the first row |
| 1.Column | Like above but for the col TAG |
| |
| Cell | If ticked: |
| Every cell will get an id. Example: |
| <td id="r1c1" |
| This is usable for JavaScipt etc… |
| |
| Stylesheet Address | If ticked: |
| (Only interesting for preview and Minieditor) |
| In the preview page this link will be inserted. Example: |
| http://www.musterseite.de/muster_style.css |
| Now the headtag will get this link: |
| <link rel="stylesheet" type="text/css" href="http://www.musterseite.de/muster_style.css" /> |
| So you can see in the preview your style |
| |
| EXTRAS | |
| Hyperlinks | |
| Read out | Gets hyperlinks from cells |
| Blank TAG | If ticked target="_blank" will be added |
| class | Class for the <a> TAG |
| |
| Vertical orientation | If ticked: |
| Vertical positons in cells are read out |
| |
| Cellcharacters | If ticked: |
| Every cell will be read character by character and looked for different formatting |
| Hint: |
| This is a real timeconsuming process. You should use it carefully. For security there will be allways placed a message. |