I'm not an HTML expert by any means, but I know the basics. However, I can't figure out for the life of me how to put text in columns on a page using HTML. I've done it in tables to a degree, but I'm pretty sure there is another way. If someone could assist me I'd appreciate it!
Columns in HTML?
Started by El_Fantastico, Mar 30 2007 12:43 PM
7 replies to this topic
#1
Posted 30 March 2007 - 12:43 PM
|
|
|
#2
Posted 30 March 2007 - 03:26 PM
You could use CSS along with the DIV tags but those are a pain in the butt, best bet is to use tables.
#3
Posted 30 March 2007 - 04:35 PM
Sidewinder said:
You could use CSS along with the DIV tags but those are a pain in the butt, best bet is to use tables.
Alright, thanks for the reply. I guess I'll stick to tables then.:(
#4
Posted 30 March 2007 - 06:24 PM
Is there a reason you don't like tables?
#5
Posted 31 March 2007 - 11:37 AM
Sidewinder said:
Is there a reason you don't like tables?
It just doesn't look as good in my opinion.
#6
Posted 01 April 2007 - 10:46 AM
If you said more precisely what you meant by columns, I could probably point you in the right direction. And tables are as customizable as any other tag in HTML; they can be made to look how you want them to.

#7
Posted 10 April 2007 - 06:45 AM
Yes they are.
But I think he means the way things happen in MS word.
Its easier to use columns of that type. Using tables is not that hard either. All you have to do is arrange your content the way you want.
You can use a CMS perhaps.
But I think he means the way things happen in MS word.
Its easier to use columns of that type. Using tables is not that hard either. All you have to do is arrange your content the way you want.
You can use a CMS perhaps.
#8
Posted 17 April 2007 - 12:13 PM
CSS and div tags are easier though..
That way if you ever want to change the layout of a site you only have to change your .css file.
Plus it keeps the content and the design separate.
That way if you ever want to change the layout of a site you only have to change your .css file.
Plus it keeps the content and the design separate.
Everything in Life can be solved with an 'If/Else' statement.
Life is like one big try/catch statement, nested within a loop.
-Will
[SIGPIC][/SIGPIC]
Life is like one big try/catch statement, nested within a loop.
-Will
[SIGPIC][/SIGPIC]


Sign In
Create Account


Back to top









