Please Log in or Create an account to join the conversation.
You can't without a lot of crazy editing to cause the JS to fail. You'd need to use CSS with !important tags to force CSS and prevent the JS from doing anything.I want to not have the tabbed interface on my "edit profile" page. How does one accomplish this?
Looks like you added a float style, but didn't clear it. You need to add clear: both; to an element after the float elements to clear it out.Also, over this weekend I have painstakingly styled out the member profile page for my new site. However, when I go into the "Edit Profile" mode the floats and background colors I have added are all attached to the edit fields values, and this is causing big problems. Is there a way to exclude these registration/edit fields from the normal display?
Please Log in or Create an account to join the conversation.