Delete the right column. (Hover your mouse at
the top of the right column until the cursor turns
into a down arrow. Click once to select the cell.
Right-click in the cell and choose "Delete cell."
Right-click in the top row and select Table
Properties. Change the width to 100% if it's not
already.
Right-click in the bottom row and select Cell
Properties. Change the width to 100% as well.
With your cursor still in the bottom row, switch
to HTML view. Scroll down a few lines to find a line
that looks like this:
<IMG BORDER="0" SRC="images/spacer.gif" ALT="Spacer
graphic" WIDTH="500" HEIGHT="1">
Change the "500" to "300."
Scroll down a few more lines in the HTML until
you see a line that looks like this:
<IMG BORDER="0" SRC="images/spacer.gif" ALT="Spacer
graphic" WIDTH="749" HEIGHT="1">
Change the "749" to "500."
The last thing you have to do is change the size
of the Swish movie. In Normal View, click on the
Swish movie once to select it, then switch to HTML
view. You'll see a block of code highlighted. Look
for the width and height:
<OBJECT CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
CODEBASE="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
ID="homepage"
WIDTH="535" HEIGHT="100">
<PARAM NAME="movie" VALUE="flash/needswish.swf">
<PARAM NAME="quality" VALUE="high">
<PARAM NAME="bgcolor" VALUE="#91A5C1">
<EMBED NAME="homepage" SRC="flash/needswish.swf"
QUALITY="high" BGCOLOR="#91A5C1"
WIDTH="535"
HEIGHT="100"
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED></OBJECT>
Change the width to 445 and the height to 83.