Adding an html table in VSD - Post ID...

User 2275881 Photo


Registered User
3 posts

I created a table to list some products neatly on a page. When I place the html box where I would like it on the page and then select "preview" the table jumps off center from the page and the text box I had above the html code box moves lower on the page and sits on top of the table. What am I doing wrong? I want the table to be underneath the text box, banner etc but can't figure it out! I have not published to the site because it does not look good. If I need to publish it so you can see what is going on, please let me know.
User 122279 Photo


Senior Advisor
14,649 posts
Online Now

We need to see this, so please let us have the URL.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2275881 Photo


Registered User
3 posts

User 187934 Photo


Senior Advisor
20,271 posts

I see an extra </html> tag in your source code. Did you copy some Source code from a VSD page and add that to a html box in VSD? Looks like your building your page with bits and pieces of VSD code.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 122279 Photo


Senior Advisor
14,649 posts
Online Now

There is also an extra <html> further up. And the table seems to be lacking a closing </table>

To me it seems the other way around, bits and bobs copy/pasted from the html Editor into VSD.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 2275881 Photo


Registered User
3 posts

I do not have the html editor.

I created the table by writing the html code in notepad and then copy and pasted that into the html box in VSD. I updated the site last night and it shifts all of my text boxes out of alignment. Does it have something to do with the way I have my table formatted?

Below is the code that I copy and paste into the html window in VSD. I did see the missing </table> tag and added that back in to my code. I won't be able to publish to the site again until this evening.

I see the extra </html> in the site code (I think it came from my table code). Will erasing that fix my issue? Also, in the site code it shows all the text code underneath the table code, but in VSD the text is above the table code.

<html>
<table width="780" height="100%" bgcolor="white" border="1" cellspacing="2" cellpadding="5" align="center" valign="bottom">

<tr>
<td width="20%" height="5" align="left" valign="bottom">
<font face="MV Boli" size="3" color="black">
<b>Song Title by Name</b>
</font>
</td>

<td width ="40%" height="5" align="center" valign="bottom">
<font face="MV Boli" size="3" color ="black">
<b>Difficulty Rating</b><br>
</font>
<font face="MV Boli" size="2" color="black">
(1=easiest,5=most difficult)
</font>
</td>
<td width="40%" height="5" align="right" valign="bottom">
<font face="MV Boli" size ="3" color="black">
<b>Purchase</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>A</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Always Be My Baby (OPB Mariah Carey)-SSAAA
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
4
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="NTMGFTSMGL7SE">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>



<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>B</b>
</font>
</td>


<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Battlefield (OPB Jordin Sparks)-SSAAA
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
3
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="3Y44G62Z52TYL">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Big Girls Don't Cry (OPB Fergie)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
2
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="QMAMAE6Q62E6S">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>


<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>C</b>
</font>
</td>


<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Candyman (OPB Christina Aguilera)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
2
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="G52HZWRH4CHN8">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>


<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
The Christmas Song (Chestnuts Roasting on an Open fire)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
1
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="55G4CLJSNRWWS">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>


<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Come Clean (OPB Hilary Duff)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
1
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="VGR4KMF7Q3SEW">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>D</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Dream On (OPB Aerosmith)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
4
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="P3K87R8VBZ3PU">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Dreaming With a Broken Heart (OPB John Mayer)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
2
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="6SFPJBYV9TZWJ">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>E</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>F</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>G</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>H</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
The Heart of the Matter (OPB India.Arie)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
3
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="5YHU6XDG2DJCU">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>


<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>I</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
I Will...But (OPB SheDaisy)-SSAAA
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
1
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="76F8NPTBHTLYS">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
It's Raining Men (OPB The Weather Girls)- SSAAA
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
5
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="C5AJTA9HUYUNN">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>J</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>K</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
King of Anything (OPB Sara Bareilles)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
3
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="G98C8H23C29SY">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>L</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>M</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>N</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
The National Anthem (OPB The Dixie Chicks)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
3
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="QE26JF6WS8EXW">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>


<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>O</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Over It (OPB Katherine McPhee)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
4
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="VJYFTAHAU37RN">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>P</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Poison and Wine (OPB The Civil Wars)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
3
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="6ETKBC8K2DHNY">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>Q</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>R</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Realize (OPB Colbie Caillet)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
2
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="GW2P8NPW3DL6Y">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Rhianna Medley (Includes Please Dont Stop the Music and Disturbia)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
3
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="KKGXD85B63QDQ">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Rock Your soul (OPB Elisa)-SSAAA
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
4
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="66T6E5D97VQUU">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>S</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Say it Right (OPB Nelly Furtado)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
1
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="QE3999E9SE4SG">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Signed, Sealed, Delivered (OPB Stevie Wonder)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
2
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="2ZA3S2K25MPGW">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>T</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Take Me Away (OPB Fefe Dobson)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
2
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<bR>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="KLQ4AUPPWGCAE">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Tattoo (OPB Jordin Sparks)- SSAAA <b>(featured on BOCA 2010)</b>
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
3
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="QGA7H24UHGX6L">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Teardrops on My Guitar (OPB Taylor Swift)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
2
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="WH4R4USLZQ3KY">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Telephone (OPB Lady Gaga)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
4
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="85E4YHB6UN262">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
There's More to Me Than You (OPB Jessica Andrews)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
3
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<Br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="ZU8TST8HG9EM8">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>U</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Uncharted (OPB Sara Bareilles)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
3
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="CRGA7Y5GTQLNS">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>V</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>W</b>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Walking on Broken Glass (OPB Annie Lennox)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
2
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="CQ5A3UPHYX2W6">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Walking on Sunshine (OPB Katrina & The Waves)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
2
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="MCU446PBBN2D6">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
The Way you Make Me Feel (OPB Michael Jackson)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
3
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="33YML8JXQ5YG6">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Where My Girls At (OPB 702)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
1
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="AY3Q3QLU7M65W">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="20%" height="5" align="left">
<font face="MV Boli" size="2" color="black">
Who Knew (OPB P!nk)
</font>
</td>
<td width ="40%" height="5" align="center">
<font face="MV Boli" size="2" color ="black">
4
</font>
</td>
<td width="40%" height="5" align="right">
<font face="MV Boli" size ="2" color="black">
$2.00<br>
<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="2524JAYSAHP6C">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_cart_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>X</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>Y</b>
</font>
</td>

<tr>
<td width="100%" height="5" align="left">
<font face="MV Boli" size ="3" color="black">
<b>Z</b>
</font>
</td>
</table>
</html>
User 187934 Photo


Senior Advisor
20,271 posts

Yes, delete the the <html> and </html> tags from your code and add the </table> tag, then we'll see how things look.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 2294341 Photo


Registered User
1 post

Hi:

I'm new to this so please don't laugh. I have created my own website with the VSD program. I love the program! Very easy to use. I am looking for an explanation concerning the "Insert HTML" tool. I have been able to add HTML code and display it properly. What I'm confused on is the Header HTML and Onload Events tabs including the HTML Object Name field.

Would some be kind enough to explain their functions?

Thanks for your help!


John
User 187934 Photo


Senior Advisor
20,271 posts

The object name field is for your reference. You would put a short description of what the code is for so it shows on the object in the design screen since what the code does won't be available until preview. The header html is where you place any code required to support some html code. examples are CSS code and and java scripts that are placed in the head section of a web page. The onload events is where you would place some java-scripts for example that you want to run only after everything else on the page has loaded.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.