Q695 Posted July 17, 2009 Share Posted July 17, 2009 I found this: http://apptools.com/examples/tableheight.php How do I apply it to all tables within the website at once, because it's not applying itself to all the nested tables in one action (to save time)? Quote Link to comment Share on other sites More sharing options...
BillyBoB Posted July 17, 2009 Share Posted July 17, 2009 Why exactly are you using tables? and that old website looks ancient... it can't be trusted for any of the web standards today. I would advise looking up css and xhtml Quote Link to comment Share on other sites More sharing options...
Q695 Posted July 17, 2009 Author Share Posted July 17, 2009 I use CSS to do color changes, ans things like that. Is there a good video explanation on how div tables work, since I'm trained as a programmer, not a designer? Quote Link to comment Share on other sites More sharing options...
Q695 Posted July 17, 2009 Author Share Posted July 17, 2009 It's also backwards compatible. Quote Link to comment Share on other sites More sharing options...
haku Posted July 18, 2009 Share Posted July 18, 2009 You have programming training?!?! Quote Link to comment Share on other sites More sharing options...
Q695 Posted July 20, 2009 Author Share Posted July 20, 2009 Yes, I have a degree in IT (my BS), focusing in Web Development (my AAS), and looking for work more along the lines of QA and eventually becoming an architect. Why is that so shocking? Quote Link to comment Share on other sites More sharing options...
play_ Posted July 20, 2009 Share Posted July 20, 2009 If you're doing exactly like what the website posted, then you need to change #fullheight{height:100%} to table {height:100%} and you won't need to have <table id="fullheight" ... > you can just have <table> the # means 'ID'. meaning, you can(should) only have one element on page with that ID. You cannot have two tables with the same IDs. so from the website you posted, having more than one "<table id="fullheight" ... >" would not work. Quote Link to comment Share on other sites More sharing options...
haku Posted July 21, 2009 Share Posted July 21, 2009 Yes, I have a degree in IT (my BS), focusing in Web Development (my AAS), and looking for work more along the lines of QA and eventually becoming an architect. Why is that so shocking? It just goes to show that someone can graduate university, and still not have any idea what they are doing. Quote Link to comment Share on other sites More sharing options...
Q695 Posted July 29, 2009 Author Share Posted July 29, 2009 When I put that in, it screwed everythigng up Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.