Quote:
Originally Posted by Hades-1
thanks for the quick reply, i do feel that your unique skin does not give me any idea what it would be like lol, guess its all trial and error.....do i dare?
|
The table widths are percentages so it should resize to your forum width
Code:
<table width=100% border=0 cellspacing=0 cellpadding=1>
<tr><td>
<font size=+1 color=black><b>$userinfo[username]'s webpage</b></font>
</td></tr>
<tr><td bgcolor="red"></td></tr>
<tr><td bgcolor="#FFCD78">
<if condition="$webpage[description]">
<b>Description:</b> <font color="#333333">$webpage[description]</font>
</if>
</td></tr>
This is what it looks like on
my forum
Swedie, the styles were a bit scattered and it took a while to find them and change them to match my forum design, would it be possible in future releases to seperate the styles from the rest of the code so that it's easier to customise?