I have a table for my webhosting site however the packages table loads REALLY slow and looks kinda bleek. Is there a way I could use css or html to speed it up while making it look nicer. I know alot of hosts have something like this.
I have a table for my webhosting site however the packages table loads REALLY slow and looks kinda bleek. Is there a way I could use css or html to speed it up while making it look nicer. I know alot of hosts have something like this.
Tables are made to increase load time, so I think you must not stick majorly on tables. Do other stuffs like <div>...</div> or something.
<div>'s + css will make your site load faster, like they say, tables have a little more code than divs, so if you have many many tables it could be a problem.