Jump to content

div background won't show up in browser window


Recommended Posts

Posted

Have you verified that the image is actually uploaded and that there are no spelling/ case issues in the file name?

 

Also, don't use empty p tags to create space - use margins and/or padding for that.

 

The proper way to add a copyright symbol into your html is: ©

 

The proper doctype would be HTML strict.

 

When something is zero, there's no need for a unit of measure.

 

Use abbreviations when possible - so:

 

margin-top: 0px;

margin-right: 10px;

margin-bottom: 0px;

margin-left: 10px;

 

should be:

 

margin: 0 10px;

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...