LiteTeBoss
New Member
- Jan 17, 2016
- 8
- 0
Hello guys,
I am trying to make a proffessional website for
Here is my code:
I am trying to make a proffessional website for
You must be registered for see links
and I cannot get the features to be symmetrical with the 'Features' line.Here is my code:
HTML:
<table style="width: 99%; min-height: 50%; overflow: hidden;" align="center" cellpadding="0" cellspacing="0">
<tr>
<td style="width: 75%; text-align: center;"> </td>
<td style="width: 25%; text-align: center;"> </td>
</tr>
<tr>
<td>
<h1>Features</h1>
<table style="width: 90%; table-layout: fixed; font-size: 150%;" align="left" cellpadding="15">
<tr>
<td>
<span style="color: orange;">✔</span>
High Quality Support
</td>
<td>
<span style="color: orange;">✔</span>
99.99% Uptime
</td>
</tr>
<tr>
<td>
<span style="color: orange;">✔</span>
Affordable Prices
</td>
<td>
<span style="color: orange;">✔</span>
Low Latency
</td>
</tr>
<tr>
<td>
<span style="color: orange;">✔</span>
HDD or SSD
</td>
<td>
<span style="color: orange;">✔</span>
DDoS Protection
</td>
</tr>
<tr>
<td>
<span style="color: orange;">✔</span>
Full FTP Access
</td>
<td>
<span style="color: orange;">✔</span>
Any Server Jar
</td>
</tr>
<tr>
<td>
<span style="color: orange;">✔</span>
Secure Payments
</td>
<td>
<span style="color: orange;">✔</span>
Premium hosting
</td>
</tr>
<tr>
<td>
<span style="color: orange;">✗</span>
Setup Fees
</td>
<td>
<span style="color: orange;">✗</span>
Nonsense
</td>
</tr>
</table>
</td>
<td>
<img src="assets/images/Wither.png" height="100%" width="100%">
</td>
</tr>
</table>