"blag-it" Forum
Internet related topics => Web standards => Topic started by: cybernut on 17 January, 2023, 07:03:57 AM
-
Having recently developed various websites using a responsive web editor, my conclusion is that CSS'd web pages aren't that much different from older table based ones, at least where devices with larger displays are concerned, e.g desktops/towers, laptops, larger tablet systems.
-
Table based web pages wouldn't be responsive, although I'm sure you took that into consideration...
-
Table based web pages wouldn't be responsive, although I'm sure you took that into consideration...
The o.p cybernut did qualify with 'at least where devices with larger displays are concerned, e.g ...' Depending on the CSS formatting, I tend to agree that there might not be much difference visually between how a table based page looks and how a CSSd one does.
Global Moderator
-
This is a difficult one to call. Where larger screens or displays are concerned it really makes little difference if web pages are responsive or not, so leaving that factor aside I also tend to agree with the topic starter. A css file or inline style can dictate say a three column x five row page, and you can achieve the same thing with a table.
Admin
-
I think you can achieve more formatting options with css, unless you have nested tables or something like you could have with table bsed pages.
-
Table based web pages wouldn't be responsive, although I'm sure you took that into consideration...
That's the only area where css is better imho, but for larger screened devices I honestly can't tell the difference visully.
-
Table based web pages wouldn't be responsive, although I'm sure you took that into consideration...
The o.p cybernut did qualify with 'at least where devices with larger displays are concerned, e.g ...' Depending on the CSS formatting, I tend to agree that there might not be much difference visually between how a table based page looks and how a CSSd one does.
Global Moderator
Thanks :) That's exactly why I made that qualifier.
-
I think you can achieve more formatting options with css, unless you have nested tables or something like you could have with table bsed pages.
Well I remember like it was yesterday, having say a table within a cell of a table that was itself in the main table using an early incarnation of Dreamweaver. There was little formatting options you couldn't do with this technique.
-
I think you can achieve more formatting options with css, unless you have nested tables or something like you could have with table bsed pages.
Well I remember like it was yesterday, having say a table within a cell of a table that was itself in the main table using an early incarnation of Dreamweaver. There was little formatting options you couldn't do with this technique.
Yeah there's some truth to this, but then you'll also remember that having nested tables resulted in terrible, over bloated html code. Using CSS or inline styles reduces all of that and makes a html page easier to read/follow.
-
I think you can achieve more formatting options with css, unless you have nested tables or something like you could have with table bsed pages.
Well I remember like it was yesterday, having say a table within a cell of a table that was itself in the main table using an early incarnation of Dreamweaver. There was little formatting options you couldn't do with this technique.
Yeah there's some truth to this, but then you'll also remember that having nested tables resulted in terrible, over bloated html code. Using CSS or inline styles reduces all of that and makes a html page easier to read/follow.
Ok I can accept that, but the point I'm making is, that whenever I look at some of my home pages, they don't look CSSd even though they are - they look just like table-based pages of yesteryear.
-
Yes I can see how that can happen, and so visitors might think they're not up to date... I can only suggest to search for example pages/sites to see how they differ in terms of look and feel.
Admin
-
Most Web 2.0 pages which accounts to about 70-75% of all web pages, and nearly all Web 3.0 pages tend to be full-width or near full-width pages, especially for cms/dbs driven sites. Visitors will therefore almost certainly know for certain that they are CSSd and not table-based pages/sites.
Global Moderator
-
Most Web 2.0 pages which accounts to about 70-75% of all web pages, and nearly all Web 3.0 pages tend to be full-width or near full-width pages, especially for cms/dbs driven sites. Visitors will therefore almost certainly know for certain that they are CSSd and not table-based pages/sites.
Global Moderator
But what about websites that aren't full-width which is still a fair number. Also many cssd pages are not database driven. They look like table based pages to me imho.
-
Most Web 2.0 pages which accounts to about 70-75% of all web pages, and nearly all Web 3.0 pages tend to be full-width or near full-width pages, especially for cms/dbs driven sites. Visitors will therefore almost certainly know for certain that they are CSSd and not table-based pages/sites.
Global Moderator
But what about websites that aren't full-width which is still a fair number. Also many cssd pages are not database driven. They look like table based pages to me imho.
I totally agree with this! There's little difference visually between non database driven sites or pages that aren't full-width but are still CSS'd and earlier table based pages.
-
Yes I can see how that can happen, and so visitors might think they're not up to date... I can only suggest to search for example pages/sites to see how they differ in terms of look and feel.
Admin
You can always have social media icons on the page if you have social media accounts to make them look up to date.
-
Yes I can see how that can happen, and so visitors might think they're not up to date... I can only suggest to search for example pages/sites to see how they differ in terms of look and feel.
Admin
You can always have social media icons on the page if you have social media accounts to make them look up to date.
Yes, this would certainly help. Well pointed out!
Admin
-
Yes I can see how that can happen, and so visitors might think they're not up to date... I can only suggest to search for example pages/sites to see how they differ in terms of look and feel.
Admin
You can always have social media icons on the page if you have social media accounts to make them look up to date.
Yes, this is a good idea!
Global Moderator