How do I create a home page on the forum? If you know the answer to me means a lot to me =)
bTk pozzZ....
Svet zena Member
Windows : Posts : 19 Join date : 2010-12-25 Age : 35
Subject: Re: Homepage =) Wed Dec 29, 2010 10:35 am
You think portal?
Abeer Admin
Windows : Posts : 62 Join date : 2010-12-22 Age : 34 Location : India
Subject: Re: Homepage =) Wed Dec 29, 2010 8:35 pm
boTko wrote:
How do I create a home page on the forum? If you know the answer to me means a lot to me =)
bTk pozzZ....
if you want to create a homepage on your forum then, there are 2 ways: 1st- Portal 2nd- HTML page ________________ 1st way- Goto ACP>Modules>Portal management> Show the portal : And Choose "Yes"
2nd way- ACP>Modules>HTML page managements>Create a HTML page okay?
boTko Member
Windows : Posts : 3 Join date : 2010-12-29
Subject: Re: Homepage =) Fri Dec 31, 2010 1:43 am
So of course I remembered how I am stupid HTML page. The portal is stupid :SS
boTko Member
Windows : Posts : 3 Join date : 2010-12-29
Subject: Re: Homepage =) Fri Dec 31, 2010 1:59 am
Just one more thing to ask? How do my background on HTML page to be black and white they give me?
ZzZzzz
Pedro Global Moderator
Windows : Posts : 52 Join date : 2010-12-29 Age : 40 Location : Australia
Subject: Re: Homepage =) Fri Dec 31, 2010 3:53 am
boTko wrote:
Just one more thing to ask? How do my background on HTML page to be black and white they give me?
ZzZzzz
This will get the actual background black but if you want the actual background behind the text black you'll have to adjust the text colour. I'll figure out how that is done but in the meantime here is a code to make the outside background black:
Quote :
<style> body {background-color:ffffff;background-image:url(http://upload.wikimedia.org/wikipedia/commons/thumb/2/21/Solid_black.svg/250px-Solid_black.svg.png);background-repeat:repeat;background-position:center left;background-attachment:fixed;} h1{font-family:Cursive;color:000000;} p {font-family:Cursive;font-size:14px;font-style:normal;font-weight:normal;color:000000;} </style>
Pedro Global Moderator
Windows : Posts : 52 Join date : 2010-12-29 Age : 40 Location : Australia
Subject: Re: Homepage =) Fri Dec 31, 2010 4:21 am
Alright, I don't think it's possible to change the background colour behind the actual text. I've tried multiple things but none have worked thus far. I'll try again later unless someone else knows.