Can't center the buttons

Post your questions and problem reports here.
Post Reply
dhmurdock
Posts: 5
Joined: Mon Jul 14, 2008 12:58 am

Can't center the buttons

Post by dhmurdock »

OK, this may be a really dumb question, but I can't get the menu items to center on the page. I've looked throughout the software and I can't see anywhere to change the placement of the buttons. Do I have to edit the cs or jss file, and if so what do I change? You can see the current output at http://www.palmspringssisters.org/button_test.htm
User avatar
MikeyB
Top Contributor
Posts: 511
Joined: Fri Jun 09, 2006 10:38 am
Location: UK
Contact:

Re: Can't center the buttons

Post by MikeyB »

Seems to work if I add align="center" to the following line:
<table id="cbinsmenuebul_table" width="0" cellpadding="0" cellspacing="0" border="0">
becomes
<table id="cbinsmenuebul_table" width="0" cellpadding="0" cellspacing="0" border="0" align="center">

or you could add
<div align="center"> just before the <table...
and </div> after </table>

Cheers,
Mike
dhmurdock
Posts: 5
Joined: Mon Jul 14, 2008 12:58 am

Re: Can't center the buttons

Post by dhmurdock »

Duh, I just never looked down far enough to see the table section, I kept trying to put in the align="center" at the top of the output code, which didn't work. It would still be nice if there was a CENTER, LEFT, RIGHT and maybe even JUSTIFY command in the program though.

T :D hanks for the solution, it works perfectly now.

Dave
Post Reply