maddalena Posted September 25, 2004 Posted September 25, 2004 i created an image using paint for my website background. Originally saved in BMP file, i saved it again this time using JPG file. i opened the file using my internet browser, copied the URL and pasted it in my html code (webpage). but it doesn't show. what do i do? please help.
redder Posted November 7, 2004 Posted November 7, 2004 I don't know if graphics and designing art is the place for this thread, anyway... im assuming youve placed the correct link in your HTML code, and that you're testing your webpage on the internet and not locally.The problem may be misplacement of the wallpaper, or a use of spaces in the name of your wallpaper file which, if that is the case, you should rename it.But im just guessing here you didnt explain enough for me to say anything lol. Keep in touch
gamehead200 Posted November 7, 2004 Posted November 7, 2004 To show it as a background:<body background="pic.jpg">To just show it as an image:<img src="pic.jpg" alt="" border="0">To link to it:<a href="pic.jpg">Picture</a>
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now