Page 1 of 1

Menu Style Affected by "td" style in Style Sheet

Posted: Sun Mar 18, 2012 6:46 pm
by DANMAC
Script URL:
Version of script: 2.3
Hosting company: GO-DADDY
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Menu Style Affected by "td" style in Style Sheet

Write your message below:

The "TD" left-align in the hesk style sheet makes my menu text left align aswell - I have tried a number of this to correct this but have not nailed it. I believe I need to set a class on td tag, but do not know how to do this in your script.

Can you advise me of a solution to this?

Thanks,

Dan

Re: Menu Style Affected by "td" style in Style Sheet

Posted: Sun Mar 18, 2012 7:02 pm
by Klemen
Could you post the URL of your help desk so we can have a look?

Re: Menu Style Affected by "td" style in Style Sheet

Posted: Sun Mar 18, 2012 7:56 pm
by DANMAC
HI

This is the link:

http://www.danmacnet.com/helpdesk/index.php?

Thanks for the help!

Dan

Re: Menu Style Affected by "td" style in Style Sheet

Posted: Sun Mar 18, 2012 8:14 pm
by Klemen
Adding something like this to the bottom of the style file should do the trick:

Code: Select all

#menu td {text-align:center}

Re: Menu Style Affected by "td" style in Style Sheet

Posted: Sun Mar 18, 2012 8:47 pm
by DANMAC
Hi Klemen,

Thank you for the solution I don't think I would have thought to do this, I was completely on the other side.

It worked GREAT!

Thank You!

Dan