View Single Post
  #3 (permalink)  
Old 22-06-2008, 04:20 PM
Scriptage Scriptage is offline
Established Member
 
Join Date: May 2008
Location: Yorkshire, England
Gender: Male
Posts: 315
Default

PHP Code:
<head>
<
style type="text/css">
body{
margin:0px;
padding:0px;
}
.
full_browser{
width:100%;
height:100%;
}
</
style>
</
head>
<
body>
<
img src="testy.bmp" class="full_browser" />
</
body
Regards

Carl
Reply With Quote