Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
92de0a1f
Commit
92de0a1f
authored
Jan 08, 2003
by
Mac Newbold
Browse files
Minor tweak... make td be full width even if the content isn't that wide.
parent
6f81afd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
www/menu.php3
View file @
92de0a1f
...
...
@@ -99,7 +99,6 @@ function WRITESIDEBAR() {
</td></tr>
</table>
</form>
<br>
<table
class=
"menu"
width=
220
cellpadding=
"0"
cellspacing=
"0"
>
<tr><td
class=
"menuheader"
><b>
Interaction
</b></td></tr>
<?php
# BACK TO PHP
...
...
@@ -347,8 +346,9 @@ function FINISHSIDEBAR()
?>
<!-- sidebar ends -->
</td>
<td
valign=
"top"
width=
*
class=
"rightcell"
>
<table
class=
"content"
width=
100%
cellpadding=
"0"
cellspacing=
"0"
>
<td
valign=
"top"
width=
"100%"
class=
"rightcell"
>
<!-- content body table -->
<table
class=
"content"
width=
"100%"
cellpadding=
"0"
cellspacing=
"0"
>
<tr>
<td
class=
"contentheader"
>
<?php
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment