2 replies [Last post]
pinehead
Offline
Regular
Last seen: 15 years 28 weeks ago
Joined: 2004-05-24
Posts: 36
Points: 0

Course i'm a newb, trying to getinto using xhtml for my standard design.
A couple of questions on site layout.

Currently i'm creating www.kcchristians.com/forums in css. for the allignment of the menu, top bar or what not. The text links like home and signup. Do i use DIV to place them on the site?
IS div the main way to go?

Thank you for your time and help
Anthony

ZB-Rob
ZB-Rob's picture
Offline
Regular
Netherlands
Last seen: 18 years 45 weeks ago
Netherlands
Timezone: GMT+2
Joined: 2004-05-16
Posts: 32
Points: 0

site structure

As said by many css gurus, tables shouldn't be used for lay-out. So that means you must put menu, top bar and whatever else that doesn't pull MySQLs etc. in DIVs. Tables are only 'allowed' for real tabular data, such as databse queries in forums.

Zooibaai.nl

pinehead
Offline
Regular
Last seen: 15 years 28 weeks ago
Joined: 2004-05-24
Posts: 36
Points: 0

site structure

So, the use of tables inside of my forums that you see is ok.

However, if i want to add links at the top i need to use div. Or any type of menu layout, i need to use div correct?

Thank you
Anthony