Phantomhp Posted December 24, 2005 Share Posted December 24, 2005 Hey guys, I installed Vger's fixed width and works awsome with no problems on IE but when I looked at it on firefox it doesnt center the middle section. Is there a way to have it work in both browsers or is it that type of thing you have to pick on or the other? Here is the web address: Phantom Performance Thanks, Mike Link to comment Share on other sites More sharing options...
Wendy James Posted December 25, 2005 Share Posted December 25, 2005 When I want to center a store a specific width I create a table and put (for example) <table width="750" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td> in my header.php after if ($messageStack->size('header') > 0) { echo $messageStack->output('header'); } ?> and before the first table then put </td> </tr> </table> in my footer.php after </tr> </table> <?php } ?> Wendy James Creativity is allowing yourself to make mistakes. Art is knowing which ones to keep. Link to comment Share on other sites More sharing options...
Phantomhp Posted December 25, 2005 Author Share Posted December 25, 2005 Yeah, I may have to try that way to see if it works. I liked having it in the stylesheet but that is probably what is causing problems in firefox. Mike Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.