Computer Webmaster Gaming Console Graphics Forum

Welcome to the Computer Webmaster Gaming Console Graphics Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

MK PitStop Main Earn $25 Earn Money Posting Extras Members Blogs Image Hosting User Pages
Go Back   Computer Webmaster Gaming Console Graphics Forum > Webmaster Forum > Website Coding > HTML
Register FAQ/Rules Become A V.I.P. Member Search Today's Posts Mark Forums Read

HTML HTML problems, maybe you are trying to code for MySpace. Get all the HTML coding help here for your website.

Google
Closed Thread
 
LinkBack Thread Tools Display Modes
Old 03-27-2006, 11:03 AM   #1
Klaas_Koopman
MK PitStop Member
 
Klaas_Koopman's Avatar
 
Join Date: Mar 2006
Location: The Netherlands
Posts: 514
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.00
Donate


Klaas_Koopman has a spectacular aura aboutKlaas_Koopman has a spectacular aura about
Default Why don't the tables to what I want them to do!

Everytime I try to code my design I am having problems with the tables... I can get the top to work, no problem, but when I move onto the content part...

If I got 2 tables, one left, one right. And in the left table I got 6 rows in them, I can't have 2 rows in the table on the right, and put the line where I want it to be...

Does anyone understand me here ? And does anyone know how I can fix this?

And is it hard to start using div's?
__________________
My Portfolio: Koopman Media.com
My Weblog: KoopmansBlog.com
Also check out WebmastersPalace.com
Klaas_Koopman is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Advertisements
Old 05-29-2006, 6:22 PM   #2
danielbruzual
Member Level 2
 
danielbruzual's Avatar
 
Join Date: May 2006
Posts: 22
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.00
Donate

Recent Blog: None

danielbruzual is on a distinguished road
Default

Hey Klaas,

I think you should try to design your site with css (using divs) instead of using tables. Tables are very confussing since you have to set attributes (cellpadding and cellspacing) to ech individual cell and you have to create a lot of useless cells just to keep your content aligned properly. In css you can create a div for each section of your site and the simply position it and set padding/margin on a master document (the stylesheet).

Some css pages that I have found useful are:
http://www.subcide.com/tutorials/csslayout/
http://www.wpdfd.com/editorial/basics/
danielbruzual is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 05-29-2006, 7:30 PM   #3
GLD
MK Moderator
 
GLD's Avatar
 
Join Date: Apr 2006
Posts: 158
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.02
Donate

Recent Blog: None

GLD is a jewel in the roughGLD is a jewel in the roughGLD is a jewel in the rough
Default

Quote:
Originally Posted by Klaas_Koopman
Everytime I try to code my design I am having problems with the tables... I can get the top to work, no problem, but when I move onto the content part...
If I got 2 tables, one left, one right. And in the left table I got 6 rows in them, I can't have 2 rows in the table on the right, and put the line where I want it to be...
Does anyone understand me here ? And does anyone know how I can fix this?
And is it hard to start using div's?
I'm not sure I've understood the problem, but couldn't you just use rowspan to achieve the table layout you want.

I would advise you to start using divs. They're pretty simple and extremely useful.
__________________
Visit the Human Eight Ball or stop by the WebPool! :D
GLD is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 05-29-2006, 9:22 PM   #4
MadKad
Website Owner
 
MadKad's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 4,002
My Photos: (46)
iTrader: (3)

Banked:
MK Cash: $3.06

I am Worth:
MK Cash: $2.08
Donate


MadKad is a jewel in the roughMadKad is a jewel in the roughMadKad is a jewel in the rough
Default

Yer divs are fun to use, all I can say is I hate them I really think it makes the coding look a right mess
MadKad is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 05-29-2006, 9:37 PM   #5
GLD
MK Moderator
 
GLD's Avatar
 
Join Date: Apr 2006
Posts: 158
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.02
Donate

Recent Blog: None

GLD is a jewel in the roughGLD is a jewel in the roughGLD is a jewel in the rough
Default

Quote:
Originally Posted by MadKad
Yer divs are fun to use, all I can say is I hate them I really think it makes the coding look a right mess
I tend to find it's rather clean. Put all the CSS in an exterior file and your code should be clearer than if you use tables!
__________________
Visit the Human Eight Ball or stop by the WebPool! :D
GLD is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 05-29-2006, 9:52 PM   #6
MadKad
Website Owner
 
MadKad's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 4,002
My Photos: (46)
iTrader: (3)

Banked:
MK Cash: $3.06

I am Worth:
MK Cash: $2.08
Donate


MadKad is a jewel in the roughMadKad is a jewel in the roughMadKad is a jewel in the rough
Default

Well yer I serpose, but do you not find that its alot more work?
MadKad is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 05-29-2006, 10:14 PM   #7
GLD
MK Moderator
 
GLD's Avatar
 
Join Date: Apr 2006
Posts: 158
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.02
Donate

Recent Blog: None

GLD is a jewel in the roughGLD is a jewel in the roughGLD is a jewel in the rough
Default

Quote:
Originally Posted by MadKad
Well yer I serpose, but do you not find that its alot more work?
It may be initially, but CSS in general is really useful. You can make changes to plenty of tags (<h1>, <h2>, <p> etc...), meaning you can get rid of <font> tags and the like.
Besides it's a lot easier for me to create a design using CSS, because you can create the shell of it in minutes.
__________________
Visit the Human Eight Ball or stop by the WebPool! :D
GLD is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 05-30-2006, 10:22 AM   #8
MadKad
Website Owner
 
MadKad's Avatar
 
Join Date: Mar 2006
Location: UK
Posts: 4,002
My Photos: (46)
iTrader: (3)

Banked:
MK Cash: $3.06

I am Worth:
MK Cash: $2.08
Donate


MadKad is a jewel in the roughMadKad is a jewel in the roughMadKad is a jewel in the rough
Default

I use tables mostly with CSS for all the styling so I would have said I use the tables the same way your would use the divs, but I like tables for the SEO side of thinks as you can aim your coding in a differrent way so that the SE's read it different
MadKad is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 06-07-2006, 12:09 AM   #9
weirfire
MK PitStop Member
 
weirfire's Avatar
 
Join Date: Mar 2006
Posts: 66
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.00
Donate

Recent Blog: None

weirfire will become famous soon enoughweirfire will become famous soon enough
Default

I actually find it takes half the time writing the sites using divs and css. You basically just write all the content you want on your site into a notepad file. Then splash some divs around each paragraph and use the class names to position them with css.

I tend to find that using this method of building websites I get the content I want on the site without having to fit the content around the design.
__________________
web development Free diggs for your stories
bags of fashion - the latest in fashionable handbags
weirfire is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Old 06-25-2006, 4:00 PM   #10
dyrim
Member Level 3
 
dyrim's Avatar
 
Join Date: Jun 2006
Posts: 25
My Photos: (0)
iTrader: (0)

Banked:
MK Cash: $0.00

I am Worth:
MK Cash: $0.00
Donate

Recent Blog: None

dyrim is on a distinguished road
Default

yes tables are total bassys, use css.
__________________
// Please dont copy others sig's thank you \\
dyrim is offline  
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit!
Featured Websites
Free Space
Free Space
Free Space Free Space
Closed Thread
Tags: ,




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

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

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


Featured Websites




All times are GMT +1. The time now is 12:10 AM.


Powered by: vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
Cheap Computers
MK PitStop Copyright 2005 - 2008

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 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98