New (ish) Forum

tittat

Active Member
Messages
2,478
Reaction score
1
Points
38
Your header is not centered.This is all what i could say.
Good Luck :)
 

Zdroyd

New Member
Messages
548
Reaction score
0
Points
0
I think you could make it less... blue... The sites graphics are a little "boring" I guess.....

And you need to center the header...
 

iMediums

New Member
Messages
10
Reaction score
0
Points
0
Hey!

Just an idea, but you could get a custom theme designed, no? There are a number of free ones around that might suit you.

Apart from that, good site (y)..

Regards,
iMediums
 

farscapeone

Community Advocate
Community Support
Messages
1,165
Reaction score
27
Points
48
Forums are all about content, not design. If it's simple, clean and easy-to-use then it's OK.

Only thing you can improve is your header so I decided to do that for you. Below you can find background image you have to add into your body background css like this:

Code:
background:#E1E1E2 url(images/background.png) repeat-x;
Note that I preserved your background color.

Logo image is transparent PNG so to avoid problems with IE6 visit this site:
http://www.twinhelix.com/css/iepngfix/
It's really easy to implement (one line of code in your main css).

BACKGROUND


LOGO


You can freely use both background and logo. I made it and I'm giving you the license to use it so you don't have to worry about copyright :biggrin:

Some credits or rep would be nice :naughty: but not required. It's up to you. :biggrin:
 

Parsa44

New Member
Messages
232
Reaction score
0
Points
0
It looks great except that large header is kind of obtrusive. not what your looking for on a forum. On a website its accseptable.
 

farscapeone

Community Advocate
Community Support
Messages
1,165
Reaction score
27
Points
48
Oh, you changed the template. My previous post was based on your first one.
 

glen290

Member
Messages
44
Reaction score
0
Points
6
Oh, you changed the template. My previous post was based on your first one.


Leviathon, just playing around with different templates and looking at changing site name.

The header you made was excellent cheers for that, any chance you could do one with www.tenpinforums.co.uk

Greatly appreciated


:naughty:
Edit:
I think you could make it less... blue... The sites graphics are a little "boring" I guess.....

And you need to center the header...

Still being new to all this, how do i center the header ?
 
Last edited:

farscapeone

Community Advocate
Community Support
Messages
1,165
Reaction score
27
Points
48
Leviathon, just playing around with different templates and looking at changing site name.

The header you made was excellent cheers for that, any chance you could do one with www.tenpinforums.co.uk

Greatly appreciated




:biggrin:

Still being new to all this, how do i center the header ?

Put it in a div and set align propertie to center. For example:

HTML:
<div align="center"><img src="header.png" /></div>
 
Last edited:

glen290

Member
Messages
44
Reaction score
0
Points
6
Cheers Leviathon, will your new logo and the wood style, my forum looks 100 times better, just need to sort out the IE6 png problem then it will look good while i do my stuff at work.

Thanks for everybody elses input too, have another look and let me know what you think..
 

farscapeone

Community Advocate
Community Support
Messages
1,165
Reaction score
27
Points
48
Any time :biggrin:

I don't see a wooden template (I followed the link from your sig) :dunno:
 
Last edited:
Top