Resolution Problem

They have: 5,633 posts

Joined: Jan 1970

Guys PLEASE HELP it's killing me. My site is up and running it's not all that fancy, very simple with no coding, but I cant get rid og bottom scroller. Can you advise on how to get everything centered no matter what resolution is set for. Plus my index page shows wrong text font and not showing a picture, but I think I can deal with that. Just need help desperately with the first issue. It's a gift for my dad. Click here to see that site. Enter in to English site. Thank you even if you can't provide an answer cuz you help so many others.

Suzanne's picture

She has: 5,507 posts

Joined: Feb 2000

wow, don't use absolute positioning -- you have huge pieces in there, of course there is scroll, they are very wide!

you aren't getting a picture because you're calling it from your hard drive and we can't see your hard drive over the web. (file:/// is wrong, as is c:/)

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Bormov Art</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body {
background-image: url(<a href="http://sky.prohosting.com/sapresov/Pictures/Pictures%20Small/indexbkgrnd.gif" class="bb-url">http://sky.prohosting.com/sapresov/Pictures/Pictures%20Small/indexbkgrnd.gif</a>);
}

h1 {
font-family: English111 Vivace BT, Fixedsys, Franklin Gothic Medium, Futura Lt BT, Futura Md BT, sans-serif;
font-size: 2.75em;
font-weight: bold;
text-align: center;
}

p {
font-family: English111 Vivace BT, Fixedsys, Franklin Gothic Medium, Futura Lt BT, Futura Md BT, sans-serif;
font-size: 1.5em;
}

img {
vertical-align: middle;
}

</style>
</head>
<body>

<h1>Bormov Art</h1>

<div align="center">
<p>Russian <img src="http://sky.prohosting.com/sapresov/Pictures/Pictures%20Small/Group.jpg" width="400" height="509" border="0"> <a href="home.html">English</a></p>
</div>
</body>
</html>
'

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.