OK, now a bigger problem. First I made the website by trying out all paddings and other in pixels.
But that will only look the same with people who have the same resolution.
So I made a new site, this time using a table with width:100% and then four times <tr style="width:25%">blah blah</tr>.
This is what it looks like.
Now I'd be quite happy to call it a day and go with a site like this (after I finish with the pictures and links) but there's one more thing I'd like to do:
how do I get the pictures and text so that they're in the center of their respective cells (either horizontally only or both, horizontally and vertically)?
This is my table code right now:
HTML code
<table border=0 cellpadding=15px cellspacing=0 style="width:100%;margin:0 auto;float:left;">
<tr>
<td style="width:25%"><h2>Required Software</h2></td>
<td style="width:25%"><h2>CS Mapping Tutorials</h2></a>
<td style="width:25%"><h2>3D Modelling</h2></td>
<td style="width:25%"><h2>Upload your maps</h2></td>
</tr>
<tr>
<td style="width:25%"><a href='http://themightyatom.nl/hldownloads/hammer_v34.exe' title="Valve Hammer Editor 3.4"><img alt='Valve Hammer Editor' src='./Slike/VHE2.jpg' width=150 height=150></a></td>
<td style="width:25%"><a href='http://www.superjer.com/learn.php' title="Superjer's CS Mapping Guide - for complete newbies"><img alt="SuperJer's CS Mapping Tutorial" src='./Slike/superjer.png' width=205 height=150></a>
<td style="width:25%"><a href='http://twhl.co.za/tutorial.php?id=147' title="Rimrook's Tutorial to the basics of 3D Modelling"><img alt='Rimrook's Tutorial' src='./Slike/rimrook.png' width=150 height=150></a></td>
<td style="width:25%"><a href='http://twhl.co.za/tutorial.php?id=147' title="Rimrook's Tutorial to the basics of 3D Modelling"><img alt='Rimrook's Tutorial' src='./Slike/rimrook.png' width=150 height=150></a></td>
</tr>
<tr>
<td style="width:25%"><a href='http://themightyatom.nl/hldownloads/zhlt34x86final.zip' title="ZHLT Compilers 3.4 32-bit"><img alt='32-bit ZHLT compilers' src='./Slike/ZHLT.jpg' width=150 height=150></a><a href='http://themightyatom.nl/hldownloads/zhlt34x64final.zip' title="ZHLT Compilers 3.4 64-bit"><img alt='64-bit ZHLT compilers' src='./Slike/ZHLT2.jpg' width=150 height=150></a></td>
<td style="width:25%"><a href='http://twhl.co.za/tutorial.php?cat=1' title="TWHL's extensive guide collection"><img alt="TWHL Goldsource Mapping Tutorials" src='./Slike/twhl.png' width=150 height=150></a>
<td style="width:25%"><a href='http://twhl.co.za/tutorial.php?id=147&page=2' title="Rimrook's more advanced 3D Modelling Tutorial"><img alt='Rimrook's Tutorial part 2' src='./Slike/rimrook2.png' width=150 height=150></a></td>
<td style="width:25%"><a href='http://twhl.co.za/tutorial.php?id=147' title="Rimrook's Tutorial to the basics of 3D Modelling"><img alt='Rimrook's Tutorial' src='./Slike/rimrook.png' width=150 height=150></a></td>
</tr>
<tr>
<td style="width:25%"><a href='http://themightyatom.nl/hldownloads/hammer_testbuild04.zip' title="VHE 3.5 - Executable file only"><img alt='News' src='./Slike/VHE.png' width=150 height=150></a></td>
<td style="width:25%"><a href='http://countermap2.com/Tutorials/index.html' title="Counter-map's guide collection"><img alt='Counter-map CS Tutorials' src='./Slike/counter-map.png' width=185 height=150></a></td>
<td style="width:25%"><a href='http://www.maprookie.com/random/gmaxandsmdplugins.zip' title="GMax - Free program for 3D Modelling"><img alt='GMax' src='./Slike/gmax.jpg' width=200 height=133></a></td>
<td style="width:25%"><a href='http://www.maprookie.com/random/gmaxandsmdplugins.zip' title="GMax - Free program for 3D Modelling"><img alt='GMax' src='./Slike/gmax.jpg' width=200 height=133></a></td>
</tr>
</table>
P.S. Yes, I copied a little bit of code from superjer's homepage ('cause I don't know html).
Hopefully this isn't copyright theft, since I'm not going to distribute it.
...and that's the bottom line because Mate de Vita said so.
Who controls the past, controls the future. Who controls the present, controls the past.