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.