English version - Question
JA$ON - 06-05-2007, 17:19 Temat postu: Question Hi, how can I set a different Background for my Portal, than for the forum?
thx
DJ Spox ;) - 07-05-2007, 12:57
You should make new class (in NameStyle.css) and attribute it for declaration of background (in portal_body.tpl)
You can too install Portal 2.0 by Matrix http://www.przemo.org/php...tion=file&id=49
JA$ON - 07-05-2007, 22:15
thx but i did it in a different way. i just opened the portal_body.tpl and to the first table in the first line:
Kod: | <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center"> |
i added:
Kod: | background="myimage.gif" |
so that it became:
Kod: | <table width="100%" cellspacing="0" cellpadding="0" border="0" align="center" background="myimage.gif"> |
i only needed to change the inner background and not the backgound for the whole page, so that works perfectly
|
|
|