Difference between revisions of "Talk:Main Page"
Line 18: | Line 18: | ||
To fix the rest of the page. | To fix the rest of the page. | ||
+ | |||
+ | and I would like to get rid of these two lines somehow. | ||
You can look at the page source, for the styles the wiki uses. I think the body of the page is style | You can look at the page source, for the styles the wiki uses. I think the body of the page is style |
Revision as of 15:31, 23 August 2006
Ok, I put the Header with the branches in a template Template:FoCW_Header.
The template is alled with arguments in first line. {{{1}}},{{{2}}} are replaced.
{{FoCW_Header|Fellowship Of The Celtic Woods|Welcome to the FoCW Wiki!}}
I tried to leave the first two <div> open to have the rest of the page in a fixed layout. But when calling the template looks like all open tags are automatically closed.
so I need the next two lines
<div id="container"> <div class="wrapper">
To fix the rest of the page.
and I would like to get rid of these two lines somehow.
You can look at the page source, for the styles the wiki uses. I think the body of the page is style bodyContent
i tried putting bodyContent { width: 718px } in MediaWiki:Common.css this fixes the page but makes it alined to the left, dunno how to center it.
the whole style definition is in: http://focw.dragoncairn.net//wiki/skins/monobook/main.css
You cannot edit that just override in Common.css