Your code?
Posted: 01 December 2009 12:12 PM   [ Ignore ]
Newbie
Rank
Total Posts:  12
Joined  2009-12-01

Can you write table-less XHTML? Do you validate your code?

Profile
 
 
Posted: 08 December 2009 06:14 AM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  17
Joined  2009-12-08

Yes, you can. By using DIVs. Divs are used for layout, unlike tables, which are used for presentation of data such as charts.

Yes, you should validate your code using W3’s validator located at: http://validator.w3.org/

EDIT: I forgot to mention, when using DIVs, you should use CSS to STYLE the page, and have it in a seperate file (.css). You can import the file by using the following command.

<link rel="stylesheet" type="text/css" href="location/of/file.css" /> 
Profile
 
 
Posted: 11 June 2010 01:10 AM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  12
Joined  2010-05-09

which way is faster for a semi large volume of data, table or div’s?

How to Lose Weight
How to Lose Weight Fast
Ways to Lose Weight

Profile
 
 
Posted: 02 August 2010 07:32 AM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  3
Joined  2010-08-02

great read

Profile
 
 
Posted: 05 August 2010 07:52 AM   [ Ignore ]   [ # 4 ]
Member
Avatar
RankRankRank
Total Posts:  94
Joined  2010-06-17
nike shoes wholesale - 29 July 2010 04:56 PM

good topic, thanks for your posts, i like it.

Bud - I’ve looked through your threads and this is the ONLY thing you ever say.  Seriously - stop spamming and move on so this forum can properly serve the community.

Dave Davies, CEO
Beanstalk SEO

Profile
 
 
Posted: 05 August 2010 07:55 AM   [ Ignore ]   [ # 5 ]
Member
Avatar
RankRankRank
Total Posts:  94
Joined  2010-06-17
Robinalex - 01 December 2009 12:12 PM

Can you write table-less XHTML? Do you validate your code?

Yes you can (easier than tables once you know how) and validation isn’t necessary but it can help you make sure your code is clean. :)

Dave Davies, CEO
Beanstalk SEO

Profile
 
 
Posted: 14 November 2010 07:37 AM   [ Ignore ]   [ # 6 ]
Newbie
Rank
Total Posts:  1
Joined  2010-11-14

nice article… i must learn anymore….....

Profile