Thread: Tables vs. Css
View Single Post
Old 04-28-2005, 12:29 PM   #17 (permalink)
Jazzee
No Longer Here
 
Join Date: 09-27-03
Location: State College, PA
Posts: 9,354
iTrader: 0 / 0%
Latest Blog:
None

Jazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebodyJazzee is liked by somebody
Quote:
Originally Posted by austendesigns
I thought that was the point of CSS, using <p> for the placement, rather than tables... originally I was going to slice it up, but I guess I don't have the hang of how tables act yet becuase that got me nowhere.
You use <div> for placement when designing a site with no tables. You use css to tell each div where to sit on the page.

The way you are doing it is just using <p> to create line breaks and push the text where you want it.
Jazzee is offline   Reply With Quote