TECHADDICT 0 Posted July 8, 2015 Report Share Posted July 8, 2015 I am new to html ... The problem that i find the most is that all the browsers doesn't support my html coding..(like images,link ,etc..)..Can anyone help me how to fix it???? Quote Link to post Share on other sites
Ingolme 1,019 Posted July 8, 2015 Report Share Posted July 8, 2015 Browsers support all valid HTML and CSS. What does your HTML code look like? Quote Link to post Share on other sites
davej 251 Posted July 8, 2015 Report Share Posted July 8, 2015 Use this page to test your HTML coding... https://validator.w3.org/ Quote Link to post Share on other sites
dauruk0512 10 Posted July 8, 2015 Report Share Posted July 8, 2015 i guess he wrong to running his projects ! Quote Link to post Share on other sites
TECHADDICT 0 Posted July 8, 2015 Author Report Share Posted July 8, 2015 (edited) FOR INSTANCE, LET I WANT TO DISPLAY AN IMAGE ...The image is not displayed in mozilla while it is displayed in IE... Edited July 8, 2015 by TECHADDICT Quote Link to post Share on other sites
Wolverine 3 Posted July 8, 2015 Report Share Posted July 8, 2015 Does your image tag syntax look like: <img src="smiley.gif" alt="HTML5 Smiley Face Icon" style="width:128px;height:128px;"> or is it different? Quote Link to post Share on other sites
TECHADDICT 0 Posted July 8, 2015 Author Report Share Posted July 8, 2015 Yes,it look same.. Quote Link to post Share on other sites
dsonesuk 913 Posted July 8, 2015 Report Share Posted July 8, 2015 Well yes! it would be the same, you probably don't have this image to show, and you probably don't have your image at same location as the page you are viewing it from either, ideally you have to use a relative path from the page you are attempting to view it from, if the image is in a different location. Telling us 'my images and links don't work' does not give us any idea on how your files are linked to through src or href, or how the your set up the location of these files? as in images in images folder or if you using local server or NOT! without more details, we can go round and round pointing out possible solutions, when all it was is a incorrect path to specific file, because you thought just using the filename 'smiley.gif' it would magically find this image and show it! but it does not work like that, we are not in 'Hogwarts' we are Muggles we work in the real world. :-) Quote Link to post Share on other sites
TECHADDICT 0 Posted July 8, 2015 Author Report Share Posted July 8, 2015 dsonesuk,,Sorry for the trouble, I'll take care of it from now.. Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.