PDA

View Full Version : Give the portal a dif design then the forum?


DarknessDivine
09-09-2004, 01:00 PM
If I want my portal to have a dif design then the forum what do I need to do?
I mean I have it coded out but don't want to mess up the default portal design so how do I go about making my changes and having it with the look I want w/out affecting the forum design as well?

Brian
09-09-2004, 01:13 PM
You'd just need to edit the templates... Most likely the 'adv_portal' template and just be sure to place the $home[rightblocks], $home[centerblocks], and $home[leftblocks] in the proper place.

Our Sponsors
 

DarknessDivine
09-09-2004, 01:46 PM
Okay..so will this work with giving it a dif background color as well?

Brian
09-09-2004, 02:05 PM
Yes.

Our Sponsors
 

DarknessDivine
09-09-2004, 05:00 PM
I have edited the adv_portal template but the bground colors won't change, I have tried it different ways and nothing...

Brian
09-10-2004, 12:50 AM
What do you have for the template that isn't working?

DarknessDivine
09-10-2004, 08:51 AM
Just regular html bgcolor= and I've also tried different placements because I am not quite sure where to place it ..lol

TheGamerPlanet
09-10-2004, 09:46 AM
Just a shot in the dark, but can you use CSS in your template? If so, try this in your pages <head> section:

<style type="text/css">
<!--
body {
background-color: #000000;
}
-->
</style>