Jump to content

Recommended Posts

Posted

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.

  • 1 month later...

Posted

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 ;)

Posted

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>

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...