Quote:
Originally Posted by Lazonby
What about keeping the code modern? Does it pay to use <div> and css rather than <table>? <-- that's what I'm doing but does it help with the SE?
.
|
the only issue I have run into regarding this is when there is too much code on the page.....like for instance you have 10 lines of meta up top and a bunch of needless code....you wanna optimize your code so there is as little as possible, which is why it is good to have a css file that isn't included with your main pages, it is a seperate file called from the main pages
too much code is bad, but I personally don't think se's care which you are using when it comes to div or table