Jump to content

Margin Problems


Parker

Recommended Posts

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">	<head>  <meta http-equiv="content-type" content="text/html;charset=utf-8" />  <meta name="generator" content="Adobe GoLive" />  <title>LeftFrame</title>	</head>	<body>  <img src="GAMMAHOME_03.gif" alt="" height="135" width="630" align="left" border="0">  <style type="text/css">  body {background:url('tile.gif') 823px 0px repeat-x}</style>	</body></html>

How do i get the image GAMMAHOME_03.gif to fit up against the top right w/o a border?better yet, is there a way to turn GAMMAHOME_03 into a background image as well as tile.gif?

Link to comment
Share on other sites

Add the code in red to the body, btw the <style> tag should go in the head, not the body.body {background: url('tile.gif') 823px 0px repeat-x;marging:0;padding:0;}

better yet, is there a way to turn GAMMAHOME_03 into a background image as well as tile.gif?
You cant have 2 background images on body, you could use a div and set the image as it's background, this could then sit on top of the body background...
Link to comment
Share on other sites

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
×
×
  • Create New...