Skip to content

Commit 82e106b

Browse files
committed
Moving table and hr attributes to CSS
1 parent cc76459 commit 82e106b

16 files changed

+283
-245
lines changed

april2004.html

+16-26
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,21 @@
1212

1313
<body>
1414
<div align="center">
15-
<table border="0" cellpadding="0" cellspacing="0" width="75%">
15+
<table class="borderless site-width">
1616
<tr>
17-
<td align="center">
18-
<table border="0" cellpadding="0" cellspacing="0" width="100%">
17+
<td class="centered">
18+
<table class="borderless full-width">
1919
<tr>
20-
<td align="center">
20+
<td class="centered">
2121
<div class="exult_logo">
2222
</div>
2323
</td>
2424
</tr>
2525
<tr>
26-
<td>
27-
&nbsp;
28-
</td>
26+
<td><br /></td>
2927
</tr>
3028
<tr>
31-
<td align="center">
29+
<td class="centered">
3230
<b>
3331
<a href="index.php">Home</a>
3432
|
@@ -45,7 +43,7 @@
4543
</td>
4644
</tr>
4745
<tr>
48-
<td align="center">
46+
<td class="centered">
4947
<b>
5048
<a href="dev.php">Development</a>
5149
|
@@ -62,9 +60,7 @@
6260
</td>
6361
</tr>
6462
<tr>
65-
<td>
66-
&nbsp;
67-
</td>
63+
<td><br /></td>
6864
</tr>
6965
</table>
7066
</td>
@@ -76,7 +72,7 @@ <h1>
7672
What is it?
7773
</h1>
7874
<!-- CONTENT -->
79-
<table border="0" cellpadding="0" cellspacing="0" width="100%">
75+
<table class="borderless full-width">
8076
<tr>
8177
<td>
8278
<a href="images/screenshots/cheat.png">
@@ -155,14 +151,12 @@ <h3>
155151
</tr>
156152
<tr>
157153
<td>
158-
<table border="0" cellpadding="0" cellspacing="0" width="100%">
154+
<table class="borderless full-width">
159155
<tr>
160-
<td align="center">
161-
&nbsp;
162-
</td>
156+
<td class="centered"><br /></td>
163157
</tr>
164158
<tr>
165-
<td align="center">
159+
<td class="centered">
166160
<a href="http://sourceforge.net"><img
167161
src="http://sourceforge.net/sflogo.php?group_id=2335&amp;type=1"
168162
alt="SourceForge" class="banner"></a>
@@ -173,12 +167,10 @@ <h3>
173167
</td>
174168
</tr>
175169
<tr>
176-
<td align="center">
177-
&nbsp;
178-
</td>
170+
<td class="centered"><br /></td>
179171
</tr>
180172
<tr>
181-
<td align="center">
173+
<td class="centered">
182174
<address>
183175
<small>
184176
Problems with Exult or this webpage?
@@ -191,7 +183,7 @@ <h3>
191183
</td>
192184
</tr>
193185
<tr>
194-
<td align="center">
186+
<td class="centered">
195187
<address>
196188
<small>
197189
Last modified: 2004-04-01
@@ -200,9 +192,7 @@ <h3>
200192
</td>
201193
</tr>
202194
<tr>
203-
<td>
204-
&nbsp;
205-
</td>
195+
<td><br /></td>
206196
</tr>
207197
</table>
208198
</div>

aprilfools.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ <h1 align="center">
1414
<br>
1515
<font color="red">Important Announcement</font>
1616
</h1>
17-
<table align="center" width="80%">
17+
<table class="centered site-width">
1818
<tr>
1919
<td>
2020
<p>

content/docs.dat

+27-27
Large diffs are not rendered by default.

content/exult_studio.dat

+13-13
Large diffs are not rendered by default.

content/faq.dat

+7-7
Large diffs are not rendered by default.

content/intro.dat

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<table border="0" cellpadding="0" cellspacing="0" width="100%">
1+
<table class="borderless full-width">
22
<tr>
33
<td><a href="images/screenshots/si.png"><img src="images/screenshots/thumbs/si.png" class="about_exult_image" alt="The Cheats"></a></td>
44
<td>

content/links.dat

+53-53
Original file line numberDiff line numberDiff line change
@@ -1,142 +1,142 @@
1-
<table border="0" cellpadding="2" cellspacing="0" width="100%">
1+
<table class="link_table full-width">
22
<tr>
3-
<td valign="top" colspan="2"><b>Exult</b></td>
3+
<td colspan="2"><b>Exult</b></td>
44
<td></td>
55
</tr>
66
<tr>
7-
<td valign="top" width="10"></td>
8-
<td valign="top" width="17%"><b><a href="https://github.com/exult">Github Project Page</a></b></td>
7+
<td class="blank-column"></td>
8+
<td class="narrower-column"><b><a href="https://github.com/exult">Github Project Page</a></b></td>
99
<td>
1010
<p>Our official project page on Github, where you can access our source code, issue tracker and discussions page.</p>
1111
</td>
1212
</tr>
1313
<tr>
14-
<td valign="top" width="10"></td>
15-
<td valign="top" width="17%"><b><a href="https://sourceforge.net/p/exult/">Sourceforge Project Page</a></b></td>
14+
<td class="blank-column"></td>
15+
<td class="narrower-column"><b><a href="https://sourceforge.net/p/exult/">Sourceforge Project Page</a></b></td>
1616
<td>
1717
<p>Our official project page on Sourceforge.</p>
1818
</td>
1919
</tr>
2020
<tr>
21-
<td valign="top" width="10"></td>
22-
<td valign="top"><a href="https://github.com/exult/exult/issues"><b>Issues Tracker</b></a></td>
21+
<td class="blank-column"></td>
22+
<td><a href="https://github.com/exult/exult/issues"><b>Issues Tracker</b></a></td>
2323
<td>Found a bug? First check if it is already in the issues tracker; if not, add it!</td>
2424
</tr>
2525
<tr>
26-
<td valign="top" width="10"></td>
27-
<td valign="top"><a href="https://sourceforge.net/p/exult/bugs/"><b>Bug Tracker</b></a></td>
26+
<td class="blank-column"></td>
27+
<td><a href="https://sourceforge.net/p/exult/bugs/"><b>Bug Tracker</b></a></td>
2828
<td>Our former bug tracker in read only mode.</td>
2929
</tr>
3030
<tr>
31-
<td valign="top" width="10"></td>
32-
<td valign="top"><a href="https://exult.info/forum/viewforum.php?f=1"><b>old Forum</b></a></td>
31+
<td class="blank-column"></td>
32+
<td><a href="https://exult.info/forum/viewforum.php?f=1"><b>old Forum</b></a></td>
3333
<td>Our old forum in read only mode.</td>
3434
</tr>
3535
<tr>
36-
<td valign="top">&nbsp;</td>
37-
<td valign="top"></td>
36+
<td><br/></td>
37+
<td></td>
3838
<td></td>
3939
</tr>
4040
<tr>
41-
<td valign="top" colspan="2"><b>Exult Mods</b></td>
41+
<td colspan="2"><b>Exult Mods</b></td>
4242
<td></td>
4343
</tr>
4444
<tr>
45-
<td valign="top" width="10"></td>
46-
<td valign="top"><a href="https://exult.info/seventowers/"><b>Seven Towers</b></a></td>
45+
<td class="blank-column"></td>
46+
<td><a href="https://exult.info/seventowers/"><b>Seven Towers</b></a></td>
4747
<td>Marzo Junior has set up this page to provide up-to-date versions of both of his Exult mods, as well as to add some good online documentation of U7/Exult's Usecode.</td>
4848
</tr>
4949
<tr>
50-
<td valign="top" width="10"></td>
51-
<td valign="top"><a href="https://sourceforge.net/projects/u7feudallands/"><b>The Feudal Lands</b></a></td>
50+
<td class="blank-column"></td>
51+
<td><a href="https://sourceforge.net/projects/u7feudallands/"><b>The Feudal Lands</b></a></td>
5252
<td>This mega-modification, spearheaded by Wizardry Dragon, is an in-progress work which aims to merge the BG, SI and maybe even Underworld storylines into a coherent whole as well as add a brand new world based on the Lands of the Feudal Lords, from way back in Ultima I. The homepage has disappeared but the SF project site is still there.</td>
5353
</tr>
5454
<tr>
55-
<td valign="top" width="10"></td>
56-
<td valign="top"><a href="https://www.ultima6.realmofultima.com/"><b>The Ultima VI Remake</b></a></td>
55+
<td class="blank-column"></td>
56+
<td><a href="https://www.ultima6.realmofultima.com/"><b>The Ultima VI Remake</b></a></td>
5757
<td>Another mega-modification, spearheaded by AgentOrangeGuy, aims at remaking Ultima VI with the Exult engine and is progressing nicely.</td>
5858
</tr>
5959
<tr>
60-
<td valign="top">&nbsp;</td>
61-
<td valign="top"></td>
60+
<td><br/></td>
61+
<td></td>
6262
<td></td>
6363
</tr>
6464
<tr>
65-
<td valign="top" colspan="2"><b>Ultima</b></td>
65+
<td colspan="2"><b>Ultima</b></td>
6666
<td></td>
6767
</tr>
6868
<tr>
69-
<td valign="top" width="10"></td>
70-
<td valign="top"><b><a href="https://www.udic.org/">UDIC</a></b></td>
69+
<td class="blank-column"></td>
70+
<td><b><a href="https://www.udic.org/">UDIC</a></b></td>
7171
<td>The Ultima Dragons Internet Chapter - Ultima Fan Club.</td>
7272
</tr>
7373
<tr>
74-
<td valign="top" width="10"></td>
75-
<td valign="top"><b><a href="https://www.ultimacodex.com/">The Ultima Codex</a></b></td>
74+
<td class="blank-column"></td>
75+
<td><b><a href="https://www.ultimacodex.com/">The Ultima Codex</a></b></td>
7676
<td>Overview of many Ultima-related projects. Patches, remakes, and especially news concerning Ultima. Formerly known as Ultima Aiera.</td>
7777
</tr>
7878
<tr>
79-
<td valign="top" width="10"></td>
80-
<td valign="top"><a href="http://xu4.sourceforge.net"><b>xu4 - Ultima IV Recreated</b></a></td>
79+
<td class="blank-column"></td>
80+
<td><a href="http://xu4.sourceforge.net"><b>xu4 - Ultima IV Recreated</b></a></td>
8181
<td>A recreation of the classic computer game.</td>
8282
</tr>
8383
<tr>
84-
<td valign="top" width="10"></td>
85-
<td valign="top"><a href="http://nuvie.sourceforge.net"><b>nuvie</b></a></td>
84+
<td class="blank-column"></td>
85+
<td><a href="http://nuvie.sourceforge.net"><b>nuvie</b></a></td>
8686
<td>A game engine for Ultima VI.</td>
8787
</tr>
8888
<tr>
89-
<td valign="top" width="10"></td>
90-
<td valign="top"><a href="http://pentagram.sourceforge.net"><b>Pentagram</b></a></td>
89+
<td class="blank-column"></td>
90+
<td><a href="http://pentagram.sourceforge.net"><b>Pentagram</b></a></td>
9191
<td>A game engine for Ultima VIII.</td>
9292
</tr>
9393
<tr>
94-
<td valign="top" width="10"></td>
95-
<td valign="top"><a href="http://abysmal.sourceforge.net/"><b>Abysmal Engine</b></a></td>
94+
<td class="blank-column"></td>
95+
<td><a href="http://abysmal.sourceforge.net/"><b>Abysmal Engine</b></a></td>
9696
<td>Aims to recreate Ultima Underworld I and II.</td>
9797
</tr>
9898
<tr>
99-
<td valign="top" width="10"></td>
100-
<td valign="top"><a href="http://www.peroxide.dk/underworld.shtml"><b>Ultima Underworld Viewer</b></a></td>
99+
<td class="blank-column"></td>
100+
<td><a href="http://www.peroxide.dk/underworld.shtml"><b>Ultima Underworld Viewer</b></a></td>
101101
<td>3D-accelerated viewer for Ultima Underworld I.</td>
102102
</tr>
103103
<tr>
104-
<td valign="top" width="10"></td>
105-
<td valign="top"><a href="http://wiz0u.free.fr/u7wizard/"><b>The U7 Wizard page</b></a></td>
104+
<td class="blank-column"></td>
105+
<td><a href="http://wiz0u.free.fr/u7wizard/"><b>The U7 Wizard page</b></a></td>
106106
<td>A full map editor.</td>
107107
</tr>
108108
<tr>
109-
<td valign="top" width="10"></td>
110-
<td valign="top"><a href="http://www.u5lazarus.com/"><b>Ultima V: Lazarus</b></a></td>
109+
<td class="blank-column"></td>
110+
<td><a href="http://www.u5lazarus.com/"><b>Ultima V: Lazarus</b></a></td>
111111
<td>A project that created a 3D version of Ultima V through Dungeon Siege.</td>
112112
</tr>
113113
<tr>
114-
<td valign="top" width="10"></td>
115-
<td valign="top"><a href="http://si-french.sourceforge.net/"><b>French Serpent Isle</b></a></td>
114+
<td class="blank-column"></td>
115+
<td><a href="http://si-french.sourceforge.net/"><b>French Serpent Isle</b></a></td>
116116
<td>A project translating Serpent Isle into French using Exult</td>
117117
</tr>
118118
<tr>
119-
<td valign="top" width="10">&nbsp;</td>
120-
<td valign="top"></td>
119+
<td class="blank-column"><br/></td>
120+
<td></td>
121121
<td></td>
122122
</tr>
123123
<tr>
124-
<td valign="top" colspan="2"><b>Libs</b></td>
124+
<td colspan="2"><b>Libs</b></td>
125125
<td></td>
126126
</tr>
127127
<tr>
128-
<td valign="top" width="10"></td>
129-
<td valign="top"><b><a href="https://www.libsdl.org">SDL</a></b></td>
128+
<td class="blank-column"></td>
129+
<td><b><a href="https://www.libsdl.org">SDL</a></b></td>
130130
<td>A great cross-platform multimedia library used by <i>Exult</i>.</td>
131131
</tr>
132132
<tr>
133-
<td valign="top" width="10"></td>
134-
<td valign="top"><a href="https://timidity.sourceforge.net/"><b>Timidity++</b></a></td>
133+
<td class="blank-column"></td>
134+
<td><a href="https://timidity.sourceforge.net/"><b>Timidity++</b></a></td>
135135
<td>The MIDI renderer used by the Linux version of <i>Exult</i>. You will also need the <a href="http://www.stardate.bc.ca/eawpatches/html/default.htm">EAW patches</a></td>
136136
</tr>
137137
<tr>
138-
<td valign="top" width="10"></td>
139-
<td valign="top"><b><a href="https://web.archive.org/web/20070307160526/http://elektron.its.tudelft.nl/~dalikifa/">2xSaI</a></b></td>
138+
<td class="blank-column"></td>
139+
<td><b><a href="https://web.archive.org/web/20070307160526/http://elektron.its.tudelft.nl/~dalikifa/">2xSaI</a></b></td>
140140
<td>Scaling engine by Derek Liauw - unfortunately, currently no link to his homepage can be found so the link is for the <a href="https://web.archive.org/">Wayback Machine</a> copy of the article.</td>
141141
</tr>
142142
</table>

content/news.dat

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
<table width="100%">
2-
<tr><td width="20%" valign="top">16 April 2022<br/></td>
1+
<table class="full-width">
2+
<tr><td class="narrow-column valign-top">16 April 2022<br/></td>
33
<td><p><b><u>Ultima VII turns 30 - Exult releases version 1.8</u></b><br/></p>
44
<p>30 years ago Origin released Ultima VII - The Black Gate and many still
55
hold this game in a very high regard. We certainly do!<br/>
@@ -58,7 +58,7 @@
5858

5959
<tr><td><br/><br/></td></tr>
6060

61-
<tr><td width="20%" valign="top">17 April 2020<br/></td>
61+
<tr><td class="narrow-column valign-top">17 April 2020<br/></td>
6262
<td><p><b><u>Exult 1.6 has been released to celebrate Ultima VII's 28th birthday!</u></b><br/></p>
6363
<p>Almost ten years after the version 1.4.9rc1, 16 years after the last stable version (v1.2) and
6464
28 years after the official release of Ultima VII - The Black Gate (16 April 1992), we are finally
@@ -109,15 +109,15 @@
109109

110110
<tr><td><br/><br/></td></tr>
111111

112-
<tr><td width="20%" valign="top">14 March 2016<br/></td>
112+
<tr><td class="narrow-column valign-top">14 March 2016<br/></td>
113113
<td><p><b><u>Source code versioning moved to Git on GitHub.</u></b><br/></p>
114114
<p>We are now working on our code via Git on <a href="https://github.com/exult">GitHub</a><br/>
115115
Everything else, website, forum, mailinglist, bug tracker, etc. remains hosted on Sourceforge.net.</p>
116116
</td></tr>
117117

118118
<tr><td><br/><br/></td></tr>
119119

120-
<tr><td width="20%" valign="top">19 March 2015<br/></td>
120+
<tr><td class="narrow-column valign-top">19 March 2015<br/></td>
121121
<td><p><b><u>Fan Project of the Year 2014 - Ultima Codex</u></b><br/></p>
122122
<p>Exult has been voted Project of the Year 2014 by the readers of the
123123
<a href="http://ultimacodex.com/2015/02/exult-the-2014-fan-project-of-the-year/">Ultima Codex</a>

0 commit comments

Comments
 (0)