Hi..
I am a beginner in website design.
My friend created this website but we find issues with the website only when we are viewing it with firefox (with IE is ok).
He uses slices in photoshop to create html.
There is a gap in the background between the pictures or slices.
It looks ok from the code or design and when I view it with firefox directly in dreamweaver but after the upload then the gap is appearing.
here is the website: (note: hopefully it is safe to show you because other forum they remove the link to the website)
Edit: site has been fixed.
http://www.rachapmanautomotive.com.a...#OriginalParts
Please help and thank you for your help.
when I check validatorw3.org only appear two issues
1. regarding the onload (one only)
2. required attribute ALT (repeated in different line)
-----------
<LI class=msg_err>
ine 228, Column 253: there is no attribute "ONLOAD" . …corner.jpg" border="0" alt="" onLoad=
""></a></td>
✉
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).
This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.
How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the
FAQ item on valid flash.
<LI class=msg_err>
Line 240, Column 103: required attribute "ALT" not specified . …arts_01.jpg" width="381" height="465"
></td>
✉
The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.
Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.
---------------