quote display issue (resolved)

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

quote display issue (resolved)

Post 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
User avatar
no_memories
Forum Contributor
Posts: 145
Joined: Sun Feb 01, 2004 7:12 pm
Location: New York City

Post 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
m3rajk
DevNet Resident
Posts: 1191
Joined: Mon Jun 02, 2003 3:37 pm

Post 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.
Post Reply