summaryrefslogtreecommitdiff
path: root/legacy/haveproblems/image-alignment.html
blob: 164ac9423256dd52287469ee7a8b286811bc8da5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<html>
<head>
<title>Image Alignment</title>
</head>
<body>
<div align="center">
<table border="0"><tr>
<td align="right">

<img src="../images/1.png" alt="Image 1">
<img src="../images/2.png" alt="Image 2">

</td>
</tr></table>
</div>

<p>The two images should be placed next to each other and centred, if the window is wide enough.  If the window is not wide enough for them to be side-by-side, the images should be on separate lines and right aligned relative to each other, in the center of the window.</p>

</body></html>