PDA

View Full Version : Adding new pagraphs in News (eSyndicat Pro v1.1)


eddy2099
05-21-2006, 01:32 AM
I am still maintaining one site with eSyndicat Pro v1.1 as there are too much mods which needs to be done.

I noticed that when I tried to add link break to denote a new paragraph, there is no paragraphing. I tried adding

which gives me a line break but I need a new paragraph.

How do I go about doing that ? Thanks.

redeye
05-21-2006, 11:06 AM
I just stick in
for a new line, and

for a line space.

eddy2099
05-21-2006, 12:35 PM
thanks that works..

< p > doesn't seems to work

WTM
05-21-2006, 05:18 PM
thanks that works..

< p > doesn't seems to work

Eddy, please post a link to the page you are working on and describe which lines you want to separate

May be I can figure out something...

Greg
05-21-2006, 06:10 PM
Something like this maybe.
In your css there may be a "p.news" already there. If not you could add to the css:p.news
{
margin-top: 0px;
font-size: 0.85em;
text-indent: 20px;
}

Play around with the sizes. If you wanted more spacing between paragraghs add some bottom padding - "padding-bottom:20px;"

Then in the news story add class="news" to the

tag.
For an example:<p class="news">Aenean eros arcu, condimentum nec, dapibus ut, tincidunt sit amet, urna. Quisque viverra, eros sed imperdiet iaculis, est risus facilisis quam, id malesuada arcu nulla luctus urna. Nullam et est. Vestibulum velit sem, faucibus cursus, dapibus vestibulum, pellentesque et, urna. Donec luctus. Donec lectus. Aliquam eget eros facilisis tortor feugiat sollicitudin. Integer lobortis vulputate sapien. Sed iaculis erat ac nunc. Etiam eu enim. Mauris ipsum urna, rhoncus at, bibendum sit amet, euismod eget, dolor. Mauris fermentum quam vitae ligula.</p>
<p class="news">Aenean eros arcu, condimentum nec, dapibus ut, tincidunt sit amet, urna. Quisque viverra, eros sed imperdiet iaculis, est risus facilisis quam, id malesuada arcu nulla luctus urna. Nullam et est. Vestibulum velit sem, faucibus cursus, dapibus vestibulum, pellentesque et, urna. Donec luctus. Donec lectus. Aliquam eget eros facilisis tortor feugiat sollicitudin. Integer lobortis vulputate sapien. Sed iaculis erat ac nunc. Etiam eu enim. Mauris ipsum urna, rhoncus at, bibendum sit amet, euismod eget, dolor. Mauris fermentum quam vitae ligula.</p>

As an after thought. But if that also changes the way the news box displays it's info, just change the class name.