Print Topic - Archive

E-Blah Community  /  Mod Requests and Support  /  User info bgcolor change
Posted by: Jolie, March 31, 2003, 6:05pm
I'm new at this coding thing so I took a look at my MessageDisplay.pl

I did this
changed line 223:
change:
  <td bgcolor="$bgcolor" valign="top" rowspan="3" width="165"><font size="2"><b>$membername</b></font><font size="1">
$memberstat
$mprofile</font></td>
  <td bgcolor="$bgcolor" colspan="2" height="25">

to this:
<TD vAlign=top align=middle width=165 background="" bgColor=#0bc000
    rowSpan=3>
      <P><FONT size=1><BR><BR></FONT>&nbsp;</P>
      <P>
      <TABLE borderColor=#000000 cellSpacing=0 borderColorDark=#000000
      cellPadding=0 width="100%" align=center bgColor=#666666 background=""
      border=1>
        <TBODY>
        <TR>
          <TD>
            <P align=center><STRONG><FONT
          size=2>$membername</FONT></STRONG></P></TD></TR>
        <TR>
          <TD>
            <P align=center><FONT size=1>$memberstat</FONT></P></TD></TR>
        <TR>
          <TD>
            <P align=center><FONT
      size=1>$mprofile</FONT></P></TD></TR></TBODY></TABLE></P></TD>
    <TD bgColor=#0bc000 colSpan=2 height=25>

then changed line line 256 or so:
<td><font size="1">$online$email</font></td>

with this:
<TD bgColor=#0bc000 colSpan=2 height=25>
      <TABLE borderColor=#000000 cellSpacing=0 borderColorDark=#000000
      cellPadding=0 width="100%" bgColor=#7f7f7f background="" border=1>
        <TBODY>
        <TR>
          <TD><FONT size=1>$online$email</FONT></TD>

and finally changed the default green color to the color I wanted. It worked BUT
my tables collapsed and the replies seemed to make the page scroll like this.

reply 1....
      reply2
            reply 3

LOL
I am also looking where it says : Posts per day, Gender and # of posts and I want those in tables as well with different bgcolors but I can't find the code for it.
I could really use some help with this. Thanks.
Print page generated: January 9, 2009, 5:17pm