Changing design to mostly tableless code.
This commit is contained in:
@@ -42,7 +42,7 @@ if ($post_title == '' || $post_url == '') {
|
||||
|
||||
?>
|
||||
|
||||
<p class="title">New Bookmark</p>
|
||||
<h2 class="title">New Bookmark</h2>
|
||||
<form action="<?php echo $_SERVER['SCRIPT_NAME'] . "?folderid=" . $folderid; ?>" id="bmnew" method="POST">
|
||||
<p>Title<br>
|
||||
<input type=text name="title" size="50" value="<?php echo $title; ?>"></p>
|
||||
|
||||
Reference in New Issue
Block a user