• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

iPhone Optimized Table Blocks

TaoPhoenix

Well-Known Member
NLC
Hi everyone.

This is the lead page of my site, which is also featured over on the host study thread. http://taophoenix.babblehost.com/ReVision.html

My emerging design is supposed to be iPhone optimized. At the moment I sludge it with "Guessing the character count" to keep the topic bars the same size. But does anyone know how and what precise size is perfect to make the bars all the same size?

This is the basic fragment of code for a table block:

<tr>
<td align="left">
<a href="/Science/ScienceIntro.html">
<img src="Circuit.gif" width="45" height="45" border="0" alt="image">
</a>
</td>
<td align="right"><a href="/Science/ScienceIntro.html">
<center><font size="3" color="white"><u>"Science Fiction Age": Sense of Wonder </u></font></center>
<br>
<font size="3" color="white"><u>CyberPunks, AI, BioTech, & NeuroPsych</u></font></a>
</td>
</tr>
</table>
<br>
 
Back
Top