nykademis
Feb 15 2005, 08:53 PM
| | Hello everyone. First of all, hello. I want to make a really nice website. I don't want to use tables but if I want to make a page with Adobe Image Ready it would be tables based. I know when I use DIV tags it's simpler and the loading time seems to be faster. I don't know if i can make a good looking site with just DIV tags. Does anyone have a preference when doing the layout of their site?
If I use DIV tags the main graphic on the site will be the banner. I'm not a very big fan of heavy graphics. The content of the site is actually my main concern, and hopefully will attract a lot of people. Also, tables are just horrific for me. The coding is heavy. |
Reply
MajesticTreeFrog
Feb 15 2005, 09:26 PM
QUOTE(nykademis @ Feb 15 2005, 04:53 PM) Hello everyone. First of all, hello. I want to make a really nice website. I don't want to use tables but if I want to make a page with Adobe Image Ready it would be tables based. I know when I use DIV tags it's simpler and the loading time seems to be faster. I don't know if i can make a good looking site with just DIV tags. Does anyone have a preference when doing the layout of their site? If I use DIV tags the main graphic on the site will be the banner. I'm not a very big fan of heavy graphics. The content of the site is actually my main concern, and hopefully will attract a lot of people. Also, tables are just horrific for me. The coding is heavy. Its more a question of convenience. With Div tags and CSS, you can write the CSS once and then never worry about the styling of your site again, and then spend your time entirely on content. With tables, you have to redo things every time content changes significantly(in certain ways). In this way CSS is much more efficient.
Reply
SingleDaddyof2
Feb 16 2005, 12:00 AM
I used tables to layout my first webpages just so I could gain some HTML skills. Then I decided I wanted to learn CSS and redid my webpage layout using CSS (wasn't all that difficult). I love CSS. It offers much more convenience, flexibility and style to websites. I read many online CSS tutorials and also bought a book on CSS to get a handle on it. In general, tables are discouraged for laying out webpages, although many, many sites still use tables for their layout. I try to just use tables for tabular data.
Reply
harriko
Feb 16 2005, 12:33 AM
i have used tables for my lastest layout and it seems to works with css! i havent came across any major websites that use div. i use them for layering with scrolls. i think tables maybe the best layouts for websites.
Reply
ChronicLoser
Feb 16 2005, 04:24 AM
i also use tables for my site...and i've regretted it >_< divs seem much more efficient and easier to change. Tables (if you use them for designing) are hard to change when I want to change something in the design/layout. THe reason I used tables was because, like nykademis i found that imageready does a better job with tables then divs, though I know it is possible to change the settings to use divs instead ^_^
Reply
miCRoSCoPiC^eaRthLinG
Feb 16 2005, 07:35 AM
I found a combination of css and tables (and sometimes divs - for floating layers or moving layers) the most useful.. But css rulez... with css you can completely skin your site - have a different theme loading depending on the weekday (i.e. if you are going to put in that much of hard work  )
Reply
l337 Nurse Pedestrian
Feb 21 2005, 07:43 PM
I wouldn't use DIV. I use tables for my site. I tried using DIVs, and it only messed up my site, things wouldn't display right. It's up to you though, it depends more on the site, and the Css you are using, if any. I'd use Div/layers for things inside my body, not for the body/layout itself. Maybe I worded that wrong...
Reply
NilsC
Feb 22 2005, 04:30 PM
I'm working on setting up my website without tables (very slow comming) The layout are with containers and no tables, unless it's data that are expected to be in a table  I use CSS for styling and layout with as little or no java-script unless needed for support of IE. The problem right now with CSS is that it's evolving faster than most browsers so no browsers are 100% compliant at any given time. CSS will be easier to maintain and work with when more browsers are compliant. Changing a whole sites layout is easier with CSS than with frames as far as I have experiensed. One of the issues are how the different browsers don't show the same layout for your web site. Gecco based browsers support the rounded corners when you create a box other browser will show the same box with square corners unless you slice a circle in 4 and use them as images or you can use stacked 1 pixel <div>'s for the same effect. CODE -moz-border-radius:25px; this code will show up with curved edges in mozilla-based browsers. If you create a class for the curvedbox in your CSS stylesheet it will look something like this. CODE .curvedbox { width: 200px; padding: 1em; background-clor; #CCFFCC; border: 2px solid #33527A; -moz-border-radius:25px; }
not to much to it when you code for compliant browsers! Nils
Reply
iGuest
Jun 24 2008, 06:36 AM
DIV based layout is esay to make and maintenance
Div Tags Vs Tables For Layout
Hi All, I have made lot of site, using DIV and CSS, Its is the great exp to build a site in DIV than the TABLE. Its really faster to browser..You can hava a look at the site www.Blue-webdesign.Com for the DIV/CSS Thanks Cheers -reply by Satyendra Kumar
Reply
Herbert
Jul 3 2008, 12:43 PM
I say extremism is bad, so I use both! Div tags load faster than nested tables would, but tables display better for the most part as what you see is what you get, and you don't have to worry about specifying exact pixel sizes with tables, as some can resize dynamically... So I say use DIVS for the overall layout of the site,so you can apply some cool CSS formatting, but when it comes to laying out content, sometimes it's just easier to throw things into a table so they lay out nice!
Reply
Recent Queries:--
divs vs tables load time - 5.12 hr back. (1)
-
example of div tags layout - 5.49 hr back. (1)
-
table vs div images - 5.76 hr back. (1)
-
div tags vs table commands - 7.21 hr back. (1)
-
page layout using div/css - 14.94 hr back. (1)
-
how to make a site in div tags - 15.54 hr back. (1)
-
layout design using div tags - 17.76 hr back. (1)
-
creating websites with div - 24.65 hr back. (1)
-
advantage of div tag versus table - 25.23 hr back. (1)
-
div tags on website - 30.79 hr back. (1)
-
php div tags - 31.73 hr back. (1)
-
which is faster table or divs? - 33.02 hr back. (1)
-
div tag vs. table tag - 40.10 hr back. (2)
-
using div tag - 53.13 hr back. (1)
Similar Topics
Keywords : div, tags, tables, layout
- Style P And H? Html Tags
(2)
Css Vs. Tables - A Reflection...
Will CSS foil Table's plot and save Gotham? (14) I'm in the process of trying to learn how to design with Cascading Style Sheets because, the way
I see it, they are portrayed as the next generation of web design and the end of Table layouts.
It's been years since I had a web site, and what I had back then wasn't exactly eye-popping
in regard to appearance (or content for that matter). I of course used tables to do my layout, as
that was just how it was done back then (and still is today, often times, which I'll cover
later), but even then -- and even to a novice like me -- it just didn't seem righ....
3 Column Css Layout
I am having some problems! (13) To make a CSS layout with two columns isn't a problem, but when making a 3 column layout without
tables, I encountered some things where I find tables to be better for designing layouts.. so here
is my problem: I have a menu bar at the left, a sidebar at the right and the content/center bar at
the center of the page and of course a header and a footer with which I didn't have any
problems, the problem is with the content/center bar, here is what I have: (all links won't be
anchors, due to those pages are only temporary) quatrux.net/index_css.html but my pag....
Free Code Snippets And Css Layout
(14) In this site you can find some excellent CSS layouts and code snipets, its very simple but more
important its very EFFECTIVE. So dont waiste time and visit : Code-Sucks Best regards,....
Need Help With Floating Layout!
Any coding experts out there? (11) First: I’m sorry, but I don’t know to which sub forum this topic belongs. Maybe a kind moderator
will move this in the future. And now to my question: I’m currently building a new website which
can be rather hard if you don’t know anything about coding (!). /tongue.gif' border='0'
style='vertical-align:middle' alt='tongue.gif' /> This is how I want my website to look like:
Now, my question is if it’s possible to make my content box float while the left box (with the
buttons) stays on top (where it is now)? I bet there is a solution, but as I said I’m no codi....
Table Layout Vs. Css Layout
So using tables is considered bad style? (18) I have heard that using tables for layout in a webpage is bad style. It is possible, but much more
of a hassle, to get the same results using CSS (float), but is using float in this way really better
style than tables? Most websitesstill use tables. Please give me your opinion, or the "general"
opinion uif you think you know it, I'm curious, and can't decide which way yo go.....
Help Needed: Tables
Formatting tables to get what you want (7) Hi all! I was trying to use (invisible) tables in the design of my site. I have an image that
I would like to be placed statically on the right, since it is a point of reference for the rest of
my site. I then have a header image that I wanted to be at the top of the page, running up right
next to the static image on the right. The lower-left hand corner of the page is the dynamic part,
where all the action happens. It's not as small a space as it sounds, don't worry. But my
problem is, I can't get the tables to work out the way I want. Is there a way ....
Website Layout
(10) hi all i planning to build a website. Theme: Job Info in India, forum for fresh graduates Can you
guyz suggest me the Best format for the front page. Thanks in advance.....
Html And Xml Tags
An tags get to know (2) Hi, Sometime that even an webmaster or webdesigner can forget or search after forgotten tags, like
me here today where I'm looking after an No Cache Meta tag. I thought that I had seen it some
time for many year ago, but now can't I find it again or get it to work. So to get this started
is this hereby my first post into this forum. Hope that many may find this an useful forum and
either help me with my above request. Cheers! Jens....
disable html tags
(23) hello how do i disable html tags in a part of html page??....
Divs/ tables ?
(19) "What is" better? I read an interesting article about the benifits of talbes & divs..
http://www.decloak.com/Dev/CSSTables/CSS_Tables_01.aspx Most prefer tables b/c they're
familiar, but it seems most people are turning their attention to div-style formats......
CSS for tables with diferent rows
(11) Hi, is there somekind of CSS style i could apply for tables to have diferent colors in diferent
lines??? Separated one by one? This way my tables will all have (for example) a red row, a yellow
row, a red row, a yellow row, a red row, a yello row, etc... If not, what can i do to achieve this?....
Anchor Tags
(4) I have cracked the Style setting for text in anchor tags (text-decoration:none) - but when I want to
have an image as a link, I get the blue border around the image and a purple when visited. How do I
get rid of the formatting around the image, just like I have for the formatting of the text? Many
thanks!....
Looking for div, tags, tables, layout
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for div, tags, tables, layout
|
advertisement
|
|