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
Menu Style Affected by "td" style in Style Sheet
Moderator: mkoch227
Re: Menu Style Affected by "td" style in Style Sheet
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 
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


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
Re: Menu Style Affected by "td" style in Style Sheet
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 
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


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
Re: Menu Style Affected by "td" style in Style Sheet
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
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