Using CSS in Myspace works doesnt it
make the html table like this
___________________________________________________________________
|--------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------|
|-----------------------------------------TV TOP-------------------------------------------|
|__________________________________________________________________|
|--------------|----------------------------------------------------------|------------------|
|--------------|----------------------------------------------------------|------------------|
|--------------|----------------------------------------------------------|------------------|
|--------------|----------------------------------------------------------|------------------|
|--------------|----------------------------------------------------------|------------------|
|--------------|----------------------------------------------------------|------------------|
|--------------|--------------------------YT VIDEO---------------------|------------------|
|-----LEFT----|----------------------------------------------------------|-----RIGHT-----|
|--------------|----------------------------------------------------------|------------------|
|--------------|----------------------------------------------------------|------------------|
|--------------|----------------------------------------------------------|------------------|
|--------------|----------------------------------------------------------|------------------|
___________________________________________________________________
|--------------------------------------------------------------------------------------------|
|--------------------------------------------------------------------------------------------|
|-----------------------------------------TV BASE-----------------------------------------|
|__________________________________________________________________|
Give each box a css style using
<table class="TV_TOP">
etc and then define each class with a css tag
.TV_TOP{
background: picture of top of tv;
border: none
}
Then place the embed link in the middle
Hope that helps
EDIT: Stupid forums fucked up my artwork -_-