omfgandy
06-03-2009, 07:10 AM
<html>
<head>
<title>Page Title</title>
</head>
<body background="Background/edv_iframebackground.png">
<img src="Members/edv_members.png" alt="membername" style="position:absolute; top:0; left:0;>
<img src="Members/edv_members.png" alt="membername" style="position:absolute; top:100; left:384;>
<img src="Background/edv_iframebottom.png" alt="bottom" style="position:absolute; top:70%; left:0; width:753; height:300;">
</body>
</html>
This code is supposed to draw two images side by side same image starting at the top left of the screen. but it doesn't work any idea?
<head>
<title>Page Title</title>
</head>
<body background="Background/edv_iframebackground.png">
<img src="Members/edv_members.png" alt="membername" style="position:absolute; top:0; left:0;>
<img src="Members/edv_members.png" alt="membername" style="position:absolute; top:100; left:384;>
<img src="Background/edv_iframebottom.png" alt="bottom" style="position:absolute; top:70%; left:0; width:753; height:300;">
</body>
</html>
This code is supposed to draw two images side by side same image starting at the top left of the screen. but it doesn't work any idea?