Page 1 of 1
module news layout
Posted: Sat Feb 25, 2006 6:23 pm
by akronim
hi i'm using sectionimage plugin to display a background image of the #page div
but when a
news page is called, it is not generated by the main template so the #main div is:
how can i edit the news module page, to embed e background?
Re: module news layout
Posted: Sun Feb 26, 2006 6:33 pm
by alby
akronim wrote:
hi i'm using sectionimage plugin to display a background image of the #page div
but when a
news page is called, it is not generated by the main template so the #main div is:
how can i edit the news module page, to embed e background?
Try to comment background attribute in div#page of Home:
Code: Select all
http://www.arcieriromani.it/Home.html
http://www.arcieriromani.it/stylesheet.php?templateid=16
div#page {
border: 1px solid #000;
background: #fff; <-----
}
--------------------------------------
http://www.arcieriromani.it/La_compagnia.html
http://www.arcieriromani.it/stylesheet.php?templateid=8
div#page {
width: 780px;
margin: 10px auto 10px auto;
padding: 0;
text-align: left;
}
Alby
Re: module news layout
Posted: Mon Feb 27, 2006 9:38 am
by akronim
thanks alby
it could help
but the problem is that i made a big mistake with the template,
i had a different template for the hompage, without the sectionimage plugin
thanks anyway