For more information, please refer to this announcement explaining best practices for getting answers to questions.
Template Overrides
Content
* Posted by Rian Murnen on March 4, 2010 at 10:13am
On certain pages inside the our Taleo site, specifically in the application form (and possible other form pages) Taleo uses table elements for layout with an inline width value of 100%.
Because this is inline in the HTML, and its not inline CSS styles, I'm having a hard time overriding the value with CSS from the head.
Right now all our page layout CSS and wrapper elements are dumped into "Header & Footer". And most of the high level pages work just fine. But on these deeper pages, where this 100% value is hard-coded, I cannot seem to override the width attribute. As a result the table is busting out of its containing element. The overflowing content hangs out into the margin of the page and looks ugly.