1
I'm having trouble getting the system templates (like user login, user profile, edit profile, etc.) to obey the div css positions in my theme.
If you look here:
http://westhartfordjuniors.comyou will see that the content is positioned to allow for the menu on the left.
However, if you click the Member Login button, the content from the system templates is displayed without regard for the menu on the left.
I suppose the sledgehammer approach would be to edit the system templates to include another nested table with a column that has a width wide enough to accomodate the menu div on the left.
However, it seems like there should be a cleaner way to do it. For whatever reason, the table and fieldset tags seem to have no regard for the fact that they are nested in positioned div and p tags.
Any insights from the CSS gurus appreciated. Perhaps someone has already developed an alternative template set for this type of issue?
My preference would be for no tables at all, if someone has a template set like that.