Quote:
Originally Posted by MarkFL
Right-click that element and using your browser's ability to view the source, what does the HTML look like? It may be possible to create a CSS attribute selector to fix that, but first follow Lynne's advice to see if you can fix it without such a "patch." 
|
Instead of viewing the source of the full page, he should download and install FireBug for FireFox or Google Chrome. Firebug allows you to view the source of single elements on the page. You can even edit the HTML/CSS right in the browser, so see if you can fix the problem, and it will change right there. But to save it on your server, you need to edit the file on your server. Firebug source editor is just for testing the code without editing and saving any files on your server, you still have to edit the code on your server to save the changes.