Hi, could you just help me for 2 things please ?
I choosed to activate the Embed option of Serendipity in order to have a display like http://www.fsagx.be/serendipity5/ that I would like, it's really fine.
Could you tell me how to tell S9Y to expand the width of the column displaying entries in order to fill all the width of the windows ? (but with keeping the second column containing calendar... on the right)
And How can I put a repetitive backgroud image ?
Thank you very much for your help,
R.
Embedding Serendipity, 2 questions...
You can edit the template's style.css to change the column widths. Just change #content to include width:80% and #serendipityRightSideBar to include width:20%. Change the percentages as required.
To get a fixed-width sidebar, set it to a width in pixels, like 200px. Then include a margin-right: 200px on the #content to make space for the sidebar.
The link you provided didn't have any CSS styling applied, so I can't provide anything more detailed.
To get a fixed-width sidebar, set it to a width in pixels, like 200px. Then include a margin-right: 200px on the #content to make space for the sidebar.
The link you provided didn't have any CSS styling applied, so I can't provide anything more detailed.