Real paragraph look

You could try something like

p {
    text-indent: 50px;
}

Place it in Rapidweaver’s site wide CSS section in Settings.

Gracias Rob

I give it a try and let you know.

humberto

Not the preferred coding way but you can simply add non-breakable spaces. The code for a non-breakable space is the & sign followed by nbsp and semicolon. (& nbsp; - without the space.) Just type in about five non-breakable spaces. As mentioned, using css text-indent would be the proper way. Depending on how you implement the css it could effect whole site, or individual pages.