my text is pulled out when i zoom out on html?

Andrew Huff

New member
hi. I've made a web page using html but when i zoom out my text won't stay in its position on the background image. it gets stretched. how do i stop this from happening please? I'd like it to look the same as it does at 100% view just smaller. thanks!!!

<html>
<head>
<title>
are-you-a-neanderthal.com
</title>
</head>
<center>
<font face="calibri">
<body bgproperties="fixed" leftmargin="400" rightmargin="400">
<style type="text/css">
body
{
background-image:url('background.jpeg');
background-repeat:no-repeat;
}
</style>
<a href="neanderthal.html">Who is a Neanderthal?</a> |
<a href="whatdidtheylooklike.html">How Did They Look?</a> |
<a href="bibliorgaphy.html">Bibliography</a> <br> <br>
<h1><font face="impact" color="green">Welcome to Are You a Neanderthal.com</font face="impact" color="green"></h1><p><br>
<i>Homo Neanderthals</i> were a species of homonid that lived from 200 000 years ago to
30 000 years ago. They made sophisticated tools and clothing and on average
have a larger brain capacity than us, homo sapiens. However, arround 30 000
years ago, all traces of them dissapeared. They became extink. <p>

What happened to them? No one is sure but at a simmilar time to their extinsion
modern humans, homo sapiens appeared. Some argue that they were an
evolutinary dead end, others say that they have evolved and mixed into europeans.
They say that modern humans evolved from <i>homo erectus</i>. so did Neanderthals.
<br> <br> <br> <br>
<img src="timeline.gif" WIDTH="40%" alt="timeline"> <p>
<embed src="https://streaming.gsal-world.org.uk/player51.swf" width="320" height="260" allowscriptaccess="always" allowfullscreen="true" flashvars="height=260&width=320&file=http://streaming.gsal-world.org.uk:8080/flash/34238327_hi.mp4&searchbar=false&autostart=false&image=https://streaming.gsal-world.org.uk/helixmedialibrary/thumbnails/34238327.jpg" />
</center>
</body>
</html>
 
Back
Top