HI, everyone:
let me make my question simple, I was tried to modify the giallo theme
, I tried to swicth postion the {admin_menu} and {main_menu} tag with each other, and somehow I just can't make it right. please take a look at
these two picture below, and you will understand what i am talking about:
this is the one beford I switch the tag
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fbuddytrade.com%2Fbefore.jpg&hash=4d2b4e47ba902bc21fd6f445b99fb15910f696da)
and this is the one after I switch the tag
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fbuddytrade.com%2Fafter.jpg&hash=e14bb36ee5b318dea7ad7e0c80e8f657ffcf6951)
I spent two night on it and could't figure out which option on the style.css
file I have to change. please help. thankz
terry
Fix your table cells or create nested tables (I know I know...) in template.html. Trial and error comes to mind.
yes, I did the trial and error. in fact, I spended two night on it.
Quote from: "moorey"Fix your table cells or create nested tables (I know I know...) in template.html. Trial and error comes to mind.
hi, moorey:
thanks for the quick reply, could you please provide me with more detail
how to do it, i mean how to fix the table cells and nested tables?
thanks
You need to further edit theme.php :D
Look to the way the two menues are handled: one has a table with various <td> .... </td> lines;
the other one has just some <br /> tags between the different menu option.
In order to have it working with your change you must also change these accordingly :!: