removed border= from image tags

This commit is contained in:
JT Smith 2006-03-21 21:13:36 +00:00
parent 7b3019c370
commit b55a7252e8
8 changed files with 10 additions and 10 deletions

View file

@ -144,7 +144,7 @@ sub www_setup {
$output .= $f->print;
}
$output .= '</fieldset></div>
<img src="'.$session->config->get("extrasURL").'/background.jpg" border="0" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;" />
<img src="'.$session->config->get("extrasURL").'/background.jpg" style="border-style:none;position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 5;" />
</body>
</html>';
return $output;