Link to us 
How to link to us ?
Example 1
Example 2
Example 3
Example 4
History
& Tech.
Playing
rules
Some PC
pictures
Starting
options
Download
now 
Help us 
Game Source Code
E-mail
me |
How
to link to us ?
It's very simple, just add some code in your
Web page
and copy on your local drive, all pictures needed.
Just choose the one you want to add:
1) Example 1:
Code |
<td align="center"
width="500"
bordercolor="#FFFFFF"
bordercolordark="#FFFFFF"
bordercolorlight="#FFFFFF"><div
align="center"><center><table
border="0">
<tr>
<td><u><img src="ABtitle.gif"
width="169"
height="58"></u></td>
</tr>
<tr>
<td align="center"><a
href="http://wwwcaids.u-strasbg.fr/~rosensti/.ab"><font
color="#FFFFFF"><u>Atomic
Bombers</u></font></a></td>
</tr>
</table>
</center></div></td> |
Result |
|
2) Example 2:
Code |
<td align="center"
width="500"
bordercolor="#FFFFFF"
bordercolordark="#FFFFFF"
bordercolorlight="#FFFFFF"><div
align="center"><center><table
border="0">
<tr>
<td><u><img src="banner.gif"
width="460"
height="59"></u></td>
</tr>
<tr>
<td align="center"><a
href="http://wwwcaids.u-strasbg.fr/~rosensti/.ab"><font
color="#FFFFFF"><u>Atomic
Bombers</u></font></a></td>
</tr>
</table>
</center></div></td> |
Result |
|
3) Example 3:
Code |
<td align="center"
width="500"
bordercolor="#FFFFFF"
bordercolordark="#FFFFFF"
bordercolorlight="#FFFFFF"><div
align="center"><center><table
border="0">
<tr>
<td align="center"><img
src="Animation2.gif"
width="29"
height="29"></td>
<td align="center"><a
href="http://wwwcaids.u-strasbg.fr/~rosensti/.ab"><font
color="#FFFFFF"><u>Atomic
Bombers</u></font></a></td>
</tr>
</table>
</center></div></td> |
Result |
|
Result (with Animation3.gif) |
|
Result (with Animation4.gif) |
|
Result (with Animation5.gif) |
|
4) Example 4:
Code |
<td align="center"
width="500"
bordercolor="#FFFFFF"
bordercolordark="#FFFFFF"
bordercolorlight="#FFFFFF"><div
align="center"><center><table
border="0">
<tr>
<td align="center"><img
src="Animation2.gif"
width="29"
height="29"><img src="Animation3.gif"
width="29"
height="29"></td>
<td align="center"><a
href="http://wwwcaids.u-strasbg.fr/~rosensti/.ab"><font
color="#FFFFFF"><u>Atomic
Bombers</u></font></a></td>
<td><img src="Animation4.gif"
width="29"
height="29"><img src="Animation5.gif"
width="29"
height="29"></td>
</tr>
</table>
</center></div></td> |
Result |
|
|