JavaScript and client side scripting.
Moderator: General Moderators
m3rajk
DevNet Resident
Posts: 1191 Joined: Mon Jun 02, 2003 3:37 pm
Post
by m3rajk » Fri Feb 06, 2004 11:32 pm
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
no_memories
Forum Contributor
Posts: 145 Joined: Sun Feb 01, 2004 7:12 pm
Location: New York City
Post
by no_memories » Sun Feb 08, 2004 10:13 am
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.
m3rajk
DevNet Resident
Posts: 1191 Joined: Mon Jun 02, 2003 3:37 pm
Post
by m3rajk » Mon Feb 09, 2004 2:33 pm
you have allthat up there. the issue was using span (inline) versus using div (block) as someone at a diff board pointed out.