Newbie help

This is a discussion on "Newbie help" within the Starting Out section. This forum, and the thread "Newbie help are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Starting Out

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 17th, 2007, 00:52
Junior Member
Join Date: May 2007
Location: london
Age: 26
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Newbie help

I have notice that newbies webdesigner uss tables. If their dont uses tables then their use dream waver. When their use dream weaver, their have coding problems.

I feel that I can convert from tables to css. Infact It is a challenge.
If you can make a site useing tables I will convert it to css.

<notagz1>
Reply With Quote

  #2 (permalink)  
Old Jun 17th, 2007, 02:13
New Member
Join Date: Jun 2007
Location: Australia
Age: 14
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie help

Making a site using tables is much easier you just need to work on it. I always design my website with tables. It's possible to make a site without tables but if you do have tables your site looks much tidier therefore influencing people to comeback for more.
Reply With Quote
  #3 (permalink)  
Old Jun 17th, 2007, 05:39
Up'n'Coming Member
Join Date: May 2007
Location: Tamworth
Age: 30
Posts: 91
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to cocoonfx
Re: Newbie help

I used to design in tables until i got to grips with CSS and then i found using CSS a lot easier to work in. I use dreamwever and its a breeze.
Reply With Quote
  #4 (permalink)  
Old Jun 17th, 2007, 11:05
SuperMember

SuperMember
Join Date: Sep 2006
Location: Pink House
Posts: 3,946
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie help

Many people start out designing in tables because that is how they were taught in school or by tutorials on the web. Tables however were meant for tabular data/information.

Correct designing of websites are by handcoding. Dreamweaver is fine for that if you already own it use it. But use the code view. Place bit and pieces in your html doc using div's, id's, p, and then style it all with css. Cascading Style Sheets. It is more difficult at the beginning than tables and does take a bit longer to design, however to displays much more accurately across browsers. It also is better since the code is minimal for less load time and for SEO purposes it is much better.

The true benefit comes with updating. It's so easy and slick!
Did I persuade you?
Reply With Quote
  #5 (permalink)  
Old Jun 18th, 2007, 06:11
sannbe's Avatar
SuperMember

SuperMember
Join Date: Dec 2006
Location: San Francisco
Age: 57
Posts: 1,567
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie help

You got me, Linda....hook, line and sinker...CSS forever!!!!lol
Last Blog Entry: More Sara Blogging (Nov 29th, 2007)
Reply With Quote
  #6 (permalink)  
Old Jun 19th, 2007, 00:17
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Newbie help

Quote:
Originally Posted by Joshyboy View Post
Making a site using tables is much easier you just need to work on it. I always design my website with tables. It's possible to make a site without tables but if you do have tables your site looks much tidier therefore influencing people to comeback for more.
Hmmm, nah I am going to have to disagree with you there. When you layout your site using tables your site tends to look...well boxy. Not to mention that you are using tables for the wrong reason, and probably slowing down load time.

Quote:
It's possible to make a site without tables
Let's hope so, cause tables are not supposed to be used for laying out your website, they never were and never will be meant for that. Tables are meant for displaying tabular data!
Reply With Quote
  #7 (permalink)  
Old Jun 19th, 2007, 01:02
Junior Member
Join Date: May 2007
Location: london
Age: 26
Posts: 33
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie help

In the old day tables where being used. But now you dont have to.

Hard-coding tables is hell. hand-coding css, is so easy.

just look at the code at the bottom.

<table width="100" height="100">

</table>

or

css setup
.p1{margin-top: 10px;
margin-left: 30px;
width: 100px
height: 100px;

}
}

HTMLL CODE.

<div class="p1">Here is p1</div>

if you use your class with div tags. its easiers then tables.
You can change your source html.
Plus you can nested in div tags.


<div>1<div2></2div></div>

You can nest tables, but that is way to hard, and can get confusing.

The points
Tables are used for data,
Tables are also used with xml.
Table can display with missing pixs. in I.E.

CSS. can fix the margin gaps that tables make.
Css, can change over 1000pages a one time.
it can also change the colour, style, margin and size of font at once.


You can have more then one style at a time.
You could have margin.css
fonts.css.

But mostly you would write a style sheet for I.E 7
I.E6 I.E5.5
Firefox
opera.
<notagz1>

I am working on other project as wll. I can wait to post them.
Reply With Quote
  #8 (permalink)  
Old Jun 19th, 2007, 04:51
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Newbie help

Let me add one more thing to that. Tables were used back in the day because that was all they really had to style pages like they wanted to. Even though tables were never meant to layout a page.
Reply With Quote
  #9 (permalink)  
Old Jun 21st, 2007, 09:51
Up'n'Coming Member
Join Date: Jun 2007
Location: Germany
Posts: 59
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie help

When I started, I also used tables, because you have to start easy.

So I only try to convert people to css after a few months.
Reply With Quote
  #10 (permalink)  
Old Jun 21st, 2007, 09:59
Reputable Member
Join Date: Jun 2007
Location: Bellevue, SK, Canada
Age: 28
Posts: 222
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie help

When I first came here,all my sites were built in tables (they still are), but now I'm getting the hang of CSS and I love it! It's a bit more complicated, but I really like the source-file when finished.

A big thank you go out to everyone who helped me out on this forum through the first baby-steps of CSS
Reply With Quote
  #11 (permalink)  
Old Jun 21st, 2007, 16:00
SuperMember

SuperMember
Join Date: May 2007
Location: UK
Age: 27
Posts: 1,111
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie help

I can't imagine going back to tables. Even simple designs took ages to make.

CSS is much more efficient, and it can do everything that tables can, with no more effort.

...Well, it would be able to if IE supported display: table-cell. One day!
Reply With Quote
  #12 (permalink)  
Old Jun 21st, 2007, 16:42
JustinStudios's Avatar
SuperMember

SuperMember
Join Date: Mar 2007
Location: USA
Posts: 406
Blog Entries: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to JustinStudios
Re: Newbie help

Yeah, A table design took me an average of 3 hours to code. A css design takes me an average of 25 minutes. You do the math and figure out which is easier. Also, when updating a website good luck because alot of the time your going to be spending trying to drag your content to where you wanted it. CSS is not hard to learn, but it requires a lot more knowledge than <table> , <th>, <tr>, and <td> plus for SEO its a huge mistake to use tables.
Reply With Quote
  #13 (permalink)  
Old Jun 22nd, 2007, 10:51
Junior Member
Join Date: Jan 2007
Location: Latvia
Age: 27
Posts: 27
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Newbie help

I'm glad that when I started learning html/css some months ago, I started right away with CSS and not tables, and have even no idea how to design with tables!
Reply With Quote
  #14 (permalink)  
Old Jun 23rd, 2007, 07:40
JacobHaug's Avatar
SuperMember

SuperMember
Join Date: Dec 2005
Location: On Internet
Posts: 4,859
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via AIM to JacobHaug Send a message via MSN to JacobHaug
Re: Newbie help

You are a lucky one, you started on the right path. Congratulations!
Reply With Quote
Reply

Tags
convert, coding problems, challenge, css, tableless

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Hello everyone! Another newbie here. Joker Introduce Yourself 6 Aug 19th, 2007 20:52
newbie Janna122003 Introduce Yourself 7 Feb 6th, 2007 17:21
Hi newbie to all! Brooksy Introduce Yourself 3 Dec 7th, 2006 22:24
Newbie toefunky Introduce Yourself 6 Nov 19th, 2006 05:54
help with css for a newbie sing2trees Web Page Design 2 Jan 29th, 2006 16:24


All times are GMT. The time now is 07:09.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43