I can change the table and the td and the bgcolor but I can't figure out how to change the font style for a phpmyedit table.

I've read the documentation and I can't understand how this works:

$opts['css']['prefix']	 Ý prefix of every phpMyEdit CSS class (pme by default)

Can anyone point me in the right direction?

Thanks

    Ive never used phpmyedit (hardly even heard of it) but it seems that $opts['css'] would point to a stylesheet, so search and try and try to find the stylesheet, and you should be able to edit the font style in there.

      I'll give it a shot. Hopefully that's all I need to know.

        no, it would seem that opts['css']points to an array...

          It does point to an array, but I can't figure out how to make it work.

          Does anyone know anythihng about CSS and phpMyEdit.

          Any help is appreciated.

          Thanks

            I had a link presented to me on the phpMyEdit forums.

            the info follows

            Remove your ['prefix'] and have a look at a generic stylesheet.
            http://phpmyedit.org/demo/generic.php

            Although I still haven't quite figured it out, I think this link holds the key to my question.

              Write a Reply...