The original code is pretty messy - but it's right under the user information table.
I viewed your source. All i'm seeing declared in the profile is
Code:
<td width="100%" valign="top" class="alt1"><EMBED SRC="Video Link from Field" autostart="false" ShowControls="true" loop="true" height="240" width="320" align="center" height="128"> </td>
Between two tables.... So what this is doing is telling the original table to add a new column.
Add
Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<tr class="tcat">
Code from up above
</tr>
</table>
You'll most likely need a line break in between the tables.
Quote:
Originally Posted by Loco.M
any ideas on this ?
it's basically the stock script that is posted,, but i used the newer media player code that Stangsta posted to me..
basically I see I have two different errors,, one is a profile with video, one is without..
basically I'm the only user with a video.. none of the others have messed with there profiles..
anyways
error 1
http://locoforum.com/members/brokenheart4anangel/
the blocks on the right side are stretched to me
http://locoforum.com/members/brandon/
most the right hand blocks didn't shift.
where is the area in the code that it's directed to start a new row ?
thank you
-Brandon
|