Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Website forms in dreamweaver
#51
Ahh yes... tell the browser what it's looking at... good idea.
In the beginning, there is darkness – the emptiness of a matrix waiting for the light. Then a single photon flares into existence. Then another. Soon, thousands more. Optronic pathways connect, subroutines emerge from the chaos, and a holographic consciousness is born." -The Doctor
Reply
#52
Quote:1 more question about this though, how come no other site seems to have this problem? I doubt everyone is using tables.
Tables account for probably most of the designs on the internet. This forum is layed out in a table design. Most corporate homepages use a table to layout at least one thing that isn't data. Frankly I've seen less div based designs than table based ones by a longshot.
[Image: 1403.png]
^ Infrosoft
http://www.thecodeyouneed.us.to/ - A wiki of source code, mostly in PHP and FreeBASIC
http://www.osadvocacy.uk.to/ - Your opinion matters no matter your OS
Reply
#53
Tables used to be the way of layouting websites. Now adays we should use CSS, but many are too lazy to bother, since there are still quirks in the browsers that makes it a pain to layout with css - not that there isn't with tables, but we're more used to those Tongue
url=http://www.copy-pasta.com]CopyPasta[/url] - FilePasta
Reply
#54
Quote:Tables used to be the way of layouting websites. Now adays we should use CSS, but many are too lazy to bother, since there are still quirks in the browsers that makes it a pain to layout with css - not that there isn't with tables, but we're more used to those Tongue
That doesn't make any sense. CSS is meant to help design your web page, not to design 100% of it all for you. You still have to design the template in HTML with either tables or div tags.
Reply
#55
Ya, and how do you decide where the div tags go? Css.
url=http://www.copy-pasta.com]CopyPasta[/url] - FilePasta
Reply
#56
No doubt, but using tables with CSS is just as good.

So what you really mean is that div tags should be used over tables.
Reply
#57
Yea I agree about tables, but w3c doesnt. They want us to use div/css.
url=http://www.copy-pasta.com]CopyPasta[/url] - FilePasta
Reply
#58
What? Where's the article on that? I must see.
Reply
#59
As long as it works, who cares? Who's going to track you down and shoot you for using tables instead of CSS?
In the beginning, there is darkness – the emptiness of a matrix waiting for the light. Then a single photon flares into existence. Then another. Soon, thousands more. Optronic pathways connect, subroutines emerge from the chaos, and a holographic consciousness is born." -The Doctor
Reply
#60
Quote:As long as it works, who cares? Who's going to track you down and shoot you for using tables instead of CSS?
The w3 assassins.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)