inherit
151133
0
Apr 17, 2010 16:07:17 GMT -8
aeilena
2
January 2010
aeilena
|
Post by aeilena on Jan 18, 2010 16:21:39 GMT -8
I want to know how this site got the banner to center over everything the way it does, and how they got that boxed in look without making it as the background. I've tried a couple codes, but all I've done is confuse myself. illyrica.proboards.com/
|
|
inherit
133730
0
Jan 2, 2011 13:55:12 GMT -8
Floresta Silverstone
So.. what now?
47
November 2008
ladyvetineri
|
Post by Floresta Silverstone on Jan 22, 2010 22:12:37 GMT -8
I'm not entirely sure what your talking about so I'm gunna assume you mean they grey box behind the forum and sidebar. I think it's a code ask around on the code forum, there's bound to be someone there that can help you figure it out. ^,^ I might be wrong but I think it is. As for centering the banner (i havn't figured out how to remove the messages and date yet) There's one on this forum and it goes into detail about what can and can't be edited and where it needs to be placed. G'luck. support.proboards.com/index.cgi?board=codedatabase&action=display&thread=319827
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on Jan 24, 2010 10:19:57 GMT -8
aeilena, If you are using Smangii's side tables go find the portion that moves the welcome table below the banner and put it above your side tables.
That particular site is using the border-around-your-forum code but all you have to do is add a background to your first table tag in your side tables (if you are using them) like I have below and adjust the cellpadding to get the amount of a border you want. I indicated what you edit and add in blue:
<table width="95%" align="center" cellpadding="0px" cellspacing="0px" style="background-color: #ffffff;" >
Of course you need to change the ffffff to the hexadecimal color of your choice.
|
|