PDA

View Full Version : The Faceoff Boards - Hockey Forums


Jeffler
10-12-2008, 10:41 PM
I did some tweaks to it, but otherwise nothing radical, thoughts?

http://faceoffboards.com/

Demo account:

U: theheatison15
P: demo

glorify
10-18-2008, 01:03 AM
Like that forumhome. Looks great man.

coolhandscoot
10-18-2008, 01:50 AM
Very nice, good work.

MPDesignZ
10-19-2008, 07:37 AM
Looks good but your footer is misaligned in Firefox 3.0+ Here's a screenie...

Jeffler
10-22-2008, 07:51 PM
Looks good but your footer is misaligned in Firefox 3.0+ Here's a screenie...

Yeah, I can't for the life of me figure that one out myself :mad:

MPDesignZ
10-22-2008, 09:47 PM
If you have modified your footer template try using a div center tag code or just the plain center tag code. For instance:

DIV Example:

<div align="center">YOUR FOOTER CODE HERE</div>

Or:

<center>YOUR FOOTER CODE HERE</center>

Or if your footer is in a table you can add an align center code to the table code like this:

<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">

The codes are in red. Make sure you close all tags as well. I apologize if you already know this stuff and have tried these things. ust trying to help man. :)

Jeffler
10-23-2008, 12:50 AM
Thanks for the help, but this problem only comes up at certain times. I'll give it an attempt though.