Previous Thread
Next Thread
Print Thread
Hop To
Joined: Jun 2006
Posts: 464
Likes: 1
M
Addict
Addict
M Offline
Joined: Jun 2006
Posts: 464
Likes: 1
I would like to be able to control the width of the boards. I want to do some advanced templating but cant seem to find the controls.

Wrappers doesn't seen to do it. I also want to center the boards either by pixel size or percentage.

example of what I want to accomplish look here.

sample idea


Happy Customer !!!
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Control Panel -> Display Options -> General -> General Options. That's where you'll find the setting for the table width.

You can also do an opening table in your header and close it in the footer. Leave the control panel one at 100% and then you can just do all of your styling (centering) on the table in your heder.

Joined: Jun 2006
Posts: 464
Likes: 1
M
Addict
Addict
M Offline
Joined: Jun 2006
Posts: 464
Likes: 1
lol eieieie easier then I thought smile

thanks rick.. If I were to user the header / footer method what would that look like ?

Thanks a ton rick..


Happy Customer !!!
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Quick and dirty, just using a specified with and a center aligned table. You can change the 90% to whatever you want (a percentage, or a certain pixel width), the following should work.

Your Header:

Code
<table border="0" width="0" width="90%" align="center">
<tr>
<td>

Your Footer:

Code
</td>
</tr>
</table>

Joined: Jun 2008
Posts: 65
A
journeyman
journeyman
A Offline
Joined: Jun 2008
Posts: 65
This is just what I was looking for thanks.


Auckland, New Zealand

http://www2.everybody.co.nz/forum/
Joined: Jun 2008
Posts: 65
A
journeyman
journeyman
A Offline
Joined: Jun 2008
Posts: 65
I use css normally, so can you help me with code to get the background colour as #efefef or like on this site of ours
http://www.everybody.co.nz/

I have managed to get our forums to size to 1024px see here http://www2.everybody.co.nz/forum/

TIA
Wendy


Auckland, New Zealand

http://www2.everybody.co.nz/forum/
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
Is #efefef a legit color? I can't seem to duplicate that.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
It's an offwhite; should be as easy as putting:
Code
body {
background: #efefef;
}

As a custom css.


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
I guess it was so subtle a change I could not see it.
I had to change to a dark scheme to see it
But just one background setting in the style editor General CSS Properties(Body)won't cut it. There would be quite a few I would think to match up then.


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2008
Posts: 65
A
journeyman
journeyman
A Offline
Joined: Jun 2008
Posts: 65
Thanks guys.


Auckland, New Zealand

http://www2.everybody.co.nz/forum/
Joined: Dec 2003
Posts: 6,562
Likes: 78
Joined: Dec 2003
Posts: 6,562
Likes: 78
Okay looking at this sites non ubb page I see a stylesheet, but the body property shows background of #EEE.
So I guess I need to get the big crayon box out because the cheapee monitor I have can't see the difference.
I will need to kick my wife off of the new machine. Or sneak in the room when she goes to sleep.LOL


Blue Man Group
There is no such thing as stupid questions. Just stupid answers
Joined: Jun 2006
Posts: 16,299
Likes: 116
UBB.threads Developer
UBB.threads Developer
Joined: Jun 2006
Posts: 16,299
Likes: 116
Yeh I guess you could put it in the regular body...


I am a Web Development Contractor, I do not work for UBBCentral. I have provided free User to User Support since the beginning of these support forums.
Do you need Forum Install or Upgrade Services?
Forums: A Gardeners Forum, Scouters World
UBB.threads: UBBWiki, UBB Styles, UBB.Sitemaps
Longtime Supporter & Resident Post-A-Holic
VNC Web Services: Code Modifications, Upgrades, Styling, Coding Services, Disaster Recovery, and more!
Joined: Jun 2008
Posts: 65
A
journeyman
journeyman
A Offline
Joined: Jun 2008
Posts: 65
Does anyone have any ideas on how to get our nav header looking better http://www2.everybody.co.nz/forum/
The forum size is 100% and needs to stay that way, however my header looks weird on screens bigger then 1024 wide. If I made a gif 1 pixel wide and the height of the two colours would I be able to run it as a background image?


Auckland, New Zealand

http://www2.everybody.co.nz/forum/
Joined: Jun 2006
Posts: 9,242
Likes: 1
R
Former Developer
Former Developer
R Offline
Joined: Jun 2006
Posts: 9,242
Likes: 1
Since you have your header graphic in a 100% width table cell, you want to put a background image in that table cell of the blue and orange portion of the graphic. You want to use something like this for the css

Code
background-image: url(/location/image.gif); 
background-repeat: repeat-x;

And you can use this image for the repeating background

Attachments
bg_repeater.gif

Joined: Jun 2008
Posts: 65
A
journeyman
journeyman
A Offline
Joined: Jun 2008
Posts: 65
Thanks Rick! I wasnt sure if I could use css like that.


Auckland, New Zealand

http://www2.everybody.co.nz/forum/

Link Copied to Clipboard
ShoutChat
Comment Guidelines: Do post respectful and insightful comments. Don't flame, hate, spam.
Recent Topics
Bots
by Outdoorking - 04/13/2024 5:08 PM
Can you add html to language files?
by Baldeagle - 04/07/2024 2:41 PM
Do I need to rebuild my database?
by Baldeagle - 04/07/2024 2:58 AM
This is not a bug, but a suggestion
by Baldeagle - 04/05/2024 11:25 PM
spam issues
by ECNet - 03/19/2024 11:45 PM
Who's Online Now
1 members (Gizmo), 343 guests, and 134 robots.
Key: Admin, Global Mod, Mod
Random Gallery Image
Latest Gallery Images
Los Angeles
Los Angeles
by isaac, August 6
3D Creations
3D Creations
by JAISP, December 30
Artistic structures
Artistic structures
by isaac, August 29
Stones
Stones
by isaac, August 19
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20230217)