Changing design to mostly tableless code.
This commit is contained in:
@@ -20,8 +20,8 @@ require_once (ABSOLUTE_PATH . "lib/lib.php");
|
||||
require_once (ABSOLUTE_PATH . "lib/login.php");
|
||||
|
||||
?>
|
||||
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
<html>
|
||||
<head>
|
||||
<title>Online-Bookmarks</title>
|
||||
@@ -30,9 +30,6 @@ require_once (ABSOLUTE_PATH . "lib/login.php");
|
||||
<link rel="stylesheet" type="text/css" href="./style.css">
|
||||
<link rel="shortcut icon" href="favicon.ico">
|
||||
<script type="text/javascript" src="./lib/lib.js"></script>
|
||||
<!--[if lt IE 7]>
|
||||
<script defer type="text/javascript" src="./lib/pngfix.js"></script>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user