Hey so I'm a bit new to html and css. I can do some basic thigns but some stuff I am starting to notice is the position of divs and my pictures / links I am placing. I am hosting this small server and I was working on a webpage earlier today. I was formatting the position of everything so it looked just perfect.
But when my friend looked at it on his computer he said some thigns were generally off. In theory I'm thinking that since his computer is literally wider than mines that that is the reason why some thigns seemed out of order on his computer. He told me the links on my nav bar were all moved leftward more than they should be and my background picture had white spaces on the left and right, this I believe is because the picture wasn't large enough to fit the resolution of his screen.
I was wondering if there were some or code to make it so that the pages fit the screen on any one person's computer no matter the dimensions of their desktop screen. If so I'd gladly appreciate the help. Thanks. This is an example of one of my pages:
<html>
<head>
<title>Atomic Gunz</title>
<link rel="stylesheet" type="text/css" href="Class.css">
<style type="text/css">
body
{ background-image:url("BKG/AtomicGunzWeb4.jpg"); background-position:top center; background-repeat:no-repeat; color: #ffffff;}
</style>
<div class="1"><span style="position: absolute; top:150px; left: 210px;">
<a href="http://5.83.176.128/Abused/index.php">Home</a><img src="BKG/bar.gif" style="position: absolute; left: 100px; top: 8px;" />
</span></div>