Hi, I tried to sort members online on forumhome using <span>
and added this to CSS
but I get mixed when I preview the page, when I canged the DOCT Type from
to this Type
It works fine, but I get mixing view when I browsing a post contains qoutes, so what I can do to solve this.
HTML Code:
<span class="omarofflineu"><a href="member.php?$session[sessionurl]u=$loggedin[userid]">$loggedin[musername]</a>$loggedin[invisiblemark]$loggedin[buddymark]</span>
HTML Code:
.omarofflineu {height: 0px; width:120; background-color:#CBCBCB; padding:0px; border-width:2px; border-style: groove; text-align:center;}
HTML Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
HTML Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
Comment