Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
sysop-bioinformatics
management_scripts
Commits
e563527d
Commit
e563527d
authored
Mar 12, 2012
by
Haarst, Jan van
Browse files
Used CSS for layout of images, instead of table.
parent
6158df52
Changes
1
Hide whitespace changes
Inline
Side-by-side
cpu2rrd/index.html
View file @
e563527d
<HTML>
<HEAD>
<TITLE>
CPU
</TITLE>
<meta
http-equiv=
"refresh"
content=
"300"
>
<style
type=
"text/css"
>
p
{
color
:
white
;
}
body
{
background-color
:
lightblue
;
}
IMG
.displayed
{
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-top
:
3pt
;
}
</style>
</HEAD>
<BODY>
<table>
<tr>
<td>
<img
class=
"displayed"
SRC=
"daily.png"
>
</td>
</tr>
<tr>
<td>
<img
class=
"displayed"
SRC=
"weekly.png"
>
</td>
</tr>
<tr>
<td>
<img
class=
"displayed"
SRC=
"monthly.png"
>
</td>
</tr>
<tr>
<td>
<img
class=
"displayed"
SRC=
"yearly.png"
>
</td>
</tr>
<tr>
</tr>
</table>
</BODY>
</HTML>
\ No newline at end of file
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>
CPU
</title>
<meta
http-equiv=
"refresh"
content=
"300"
>
<style
type=
"text/css"
>
p
{
color
:
white
;
}
body
{
background-color
:
lightblue
;
}
div
.center
{
margin-left
:
auto
;
margin-right
:
auto
;
width
:
8em
;
}
IMG
.center
{
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
margin-top
:
3pt
;
}
</style>
</head>
<body>
<img
class=
"center"
src=
"daily.png"
>
<img
class=
"center"
src=
"weekly.png"
>
<img
class=
"center"
src=
"monthly.png"
>
<img
class=
"center"
src=
"yearly.png"
>
</body>
</html>
\ No newline at end of file
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