I have a one column layout on my webpage im currently building.
But in that one column I want 3 columns on text right next to each other.
Page:
------------------------------------------------
Col 1 Col 2 Col 3
-------- ----------- -----------
-------- ----------- -----------
-------- ----------- -----------
-------- ----------- -----------
-------- ----------- -----------
-------- ----------- -----------
------------------------------------------------
Hope someone can help
Use a CSS grid system.
Examples are http://cssgrid.net/ or others like http://960.gs, Twitter Bootstrap, Blueprint CSS.. take your pick.
You can learn how to work with a grid rather quickly, and it will help you imensely in keeping your layout clean.