scorpio_chick
07-16-2006, 01:00 PM
I want tables like on this site
http://www.xtinaweb.org/
but my problem is i forgot most of my table coding skills.
Can someone please explain to me those kinds of coding skills?
thanks in advance!
Quietus
07-16-2006, 02:46 PM
http://www.lissaexplains.com/tables.shtml
:)
hmm. interesting. i was going to suggest looking at their source code as well just so you can reference how they created that particular set. to prevent people from seeing the source, they put a nasty note in the start and a bunch of spaces (easy trick, just scroll down). then they put the whole thing in an iframe (check the src and view that page). then the layout itself is a bunch of iframes so you will have to check the src values of those to see the webpage themselves and then view the source coding to see how it was created.
so, if you want to go through all that, then you can see how they did their particular stuff, but yeah, learn to do tables in a basic style and you can create a bunch of your own easily too.