I was just woundering what would be the proper way to set a paragraph were you want it in a page. I would normaly use a div with absolute pos. but i dont think thats a good way to do it. What would you sugest?
fo instace i got a navigation table all the way to the left and i want my paragraphs to be to the right of that but below some pictures i got, should i go ahead and set a class with absolute pos.?
Usually, absolute positioning is the last thing you would want to do. Look at my home page layout for inspiration. Try it on your own, and bring us specific questions about specific layout issues. Once you get the idea of going with the flow, layout will be much easier to do. cheers, gary
Are you thinking of a pull quotes? Relative positioning with use of float is always desirable however you could give the P tag a class of its own if it is 1 paragraph only such as a pull quote.