Habbo Themed Site [HELP]

Status
Not open for further replies.

Legion

Gaming Lord
Staff member
Nov 23, 2011
1,801
669
So, I am making a site and im getting this problem
YiJK6q.jpg


the code is:
Code:
<td style="width: 300px; height: 900px;" class="habboPage-col" valign="top">
         
            <div class="v2box red light">
         
            <div class="headline">
         
            <h3 align="left">Fansite Owner</h3><h3 align="right">Owner</h3>
 
 
            </div>
How do i fix this?
 

XenPHP

New Member
Apr 13, 2012
16
1
Be sure to close your tags, as you left them open.
HTML:
<td style="width: 300px; height: 900px;" class="habboPage-col" valign="top">
            <div class="v2box red light">
            <div class="headline">
            <h3 align="left">Fansite Owner</h3><h3 align="right">Owner</h3>
            </div>
</div>
</td>
 
Status
Not open for further replies.

Users who are viewing this thread

Top