Thanks. Have been 'playing' with it this weekend. Centering the module works with the CSS provided. But it also centered the text within the module. How can I fix that? Changing the truncate did also work.
Trying to change the header style, did not work. I have being trying to get the code to work, but somehow I failed. This is my latest entry
Code: |
DIV.es-wrapper
{
text-align: center !important;
}
DIV.es-wrapper DIV.es-overlay
{
display: inline-block;
zoom: 1;
*display: inline;
}
{$title}
DIV.my_header
{
color: red;
height: 20px;
}
|
What am I doing wrong?
You mentioned that you can can add possibility to generate page number into words. I would like that very much.
Last, is it possible to add a standard picture on the right side next to the article text depending on the tab which active. For example: if tab 1 is active there will always be the same picture of a flower next to the dynamic text. If tab 2 is active always the same tree picture shows up...
Hope you can help me out.