Page 1 of 1

quote display issue (resolved)

Posted: Fri Feb 06, 2004 11:32 pm
by m3rajk
for some reason some of the formatting is being lost once the linewraps and on the right. if anyone can enlighten me as to why so that i can fix it. the quote class is: .quote{ font-size:.8em; margin-left:3em; margin-right:3em; } /* replaces blockquote tag */

the result can be seen at this link: http://www.findyourdesire.com/forums.php?fid=2&tid=33




fix: switched to div

Posted: Sun Feb 08, 2004 10:13 am
by no_memories
ok,

I need to have very precise code snippets (CSS and HTML).

CSS id or class selectors and all the related CSS around them - show the exact place or div(s) affected.

I need detailed information on what it is exactly that is wrong? And what exactly you want to happen.

Maybe I can help. 8O

Posted: Mon Feb 09, 2004 2:33 pm
by m3rajk
you have allthat up there. the issue was using span (inline) versus using div (block) as someone at a diff board pointed out.