Menu Style Affected by "td" style in Style Sheet

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
DANMAC
Posts: 5
Joined: Sun Dec 25, 2011 7:09 am

Menu Style Affected by "td" style in Style Sheet

Post 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
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

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

Post by Klemen »

Could you post the URL of your help desk so we can have a look?
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
DANMAC
Posts: 5
Joined: Sun Dec 25, 2011 7:09 am

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

Post by DANMAC »

HI

This is the link:

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

Thanks for the help!

Dan
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

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

Post 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}
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
DANMAC
Posts: 5
Joined: Sun Dec 25, 2011 7:09 am

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

Post 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
Post Reply