SOWPub Small Business Forums  
 

Click Here to see the latest posts!

Ask any questions related to business / entrepreneurship / money-making / life
or share your success stories (and educational "failures")...

Sign up for the Hidden Business Ideas Letter Free edition, and receive a free report straight to your inbox: "Idea that works in a pandemic: Ordinary housewife makes $50,000 a month in her spare time, using a simple idea - and her driveway..."

NO BLATANT ADS PLEASE
Also, please no insults or personal attacks.
Feel free to link to your web site though at the end of your posts.

Stay up to date! Get email notifications or
get "new thread" feeds here

 

Go Back   SOWPub Small Business Forums > Main Category > SOWPub Business Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

SOWPub Business Forum Seeds of Wisdom Forum

Reply
 
Thread Tools Display Modes
  #21  
Old December 31, 2008, 12:47 AM
Sir_Straw
 
Posts: n/a
Default Re: Paul - Do you Mean The Piles of Testimonials?

Dear Glenn,

**************
**************
No your too far down.

Paul
Reply With Quote
  #22  
Old December 31, 2008, 12:56 AM
Sir_Straw
 
Posts: n/a
Default Re: BRIBE Offered For Feedback on Ebay Auction Sales Letter

Dear Glenn,

In your sales letter you have the large picture of Mingo then the

*********
*********

then your Headline.

Paul
Reply With Quote
  #23  
Old December 31, 2008, 03:10 PM
Cornell
 
Posts: n/a
Default table code

Glenn:

Ignore the PM I sent you....table codes below.

Cornell

One solid table - no rows or columns

<table align="center" width="650" cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><font face="arial" size="2" color="#000000">

One solid table

</font></td>
</tr>
</table>

.................................................. ....

Table with 2 columns

<table align="center" width="650" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="325" valign="top"><font face="arial" size="2" color="#000000">

Left column

</font></td>
<td width="325" valign="top"><font face="arial" size="2" color="#000000">

Right column

</font></td>
</tr>
</table>

.................................................. ..

Table with 2 rows and no columns

<table align="center" width="650" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="650" valign="top"><font face="arial" size="2" color="#000000">

Top row

</font></td>
</tr>
<tr>
<td width="650" valign="top"><font face="arial" size="2" color="#000000">

Bottom row

</font></td>
</tr>
</table>

................................................

Table with top row spanning 2 lower columns

<table align="center" width="650" cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="2" width="650" valign="top"><font face="arial" size="2" color="#000000">

Top row spanning full table width

</font></td>
</tr>
<tr>
<td width="325" valign="top"><font face="arial" size="2" color="#000000">

Lower left hand column

</font></td>
<td width="325" valign="top"><font face="arial" size="2" color="#000000">

Lower right hand column

</font></td>
</tr>
</table>

.................................................. ..

Table with left and right column at top and row below columns spanning across both columns and full width of table

<table align="center" width="650" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="325" valign="top"><font face="arial" size="2" color="#000000">

Top left column

</font></td>
<td width="325" valign="top"><font face="arial" size="2" color="#000000">

Top right column

</font></td>
</tr>
<tr>
<td colspan="2" width="650" valign="top"><font face="arial" size="2" color="#000000">

Bottom row spanning 2 top columns

</font></td>
</tr>
</table>
Reply With Quote
  #24  
Old December 31, 2008, 04:21 PM
MichaelRoss
 
Posts: n/a
Default It Ain't Just Dolls - CLOWNS too. OMG!!!

I emailed you some basic table code - I see Cornell has since added some so others can see as well.

Yep. Got the Scooby Do List thing.

I also hate clowns... with their white makeup and fake noses...



And... clowns just aren't right...



Or...



And it's just the tip of the iceberg. These are just a tame sample of how scary clowns can be. There's worse out there. Much worse. {shudder}

Michael Ross

Last edited by MichaelRoss : December 31, 2008 at 04:25 PM. Reason: darn word sensor didn't like part of url name doh!
Reply With Quote
  #25  
Old December 31, 2008, 08:35 PM
Pete Egeler
 
Posts: n/a
Default Re: BRIBE Offered For Feedback on Ebay Auction Sales Letter

Quote:
Originally Posted by Glenn View Post
Dear Pete,

Thanks.

I didn't know any websites were "bleeding" and I DO wanna stop it.

Which site is too wide?

I'll send you the ""100 million dollar Movie Report"" for telling me.

Thanks,
glenn

Glen,

Your #1 version of the auction. All of the content bleeds off to the right of my screen.

I'm using FireFox

Pete
Reply With Quote
  #26  
Old January 1, 2009, 07:49 AM
Glenn Glenn is offline
Senior Member
 
Join Date: Oct 2006
Posts: 1,253
Default Re: BRIBE Offered For Feedback on Ebay Auction Sales Letter

Dear Cornell,

Thanks.

What is a "Table Code?" in the context of an E-bay salesletter?

What is it used for?

I appreciate the information.

Just don't know what to use it for or How.

Happy New YEar.

Glenn
Reply With Quote
  #27  
Old January 1, 2009, 04:33 PM
Cornell
 
Posts: n/a
Default Re: BRIBE Offered For Feedback on Ebay Auction Sales Letter

Hi Glenn:

Hope this explains okay.

You would use the code to position the content on the page.

By using the center atribute the whole table would be centered on the page in the section of the page that is alotted for the text contnent, and by using a setting of 650 and thus restricting the width of the table to only 650 it would mean that your content would not (should not) cause a left to right scroll of the page to be read. The ony exception that might cause scrolling would be if the page area for content was less than 650.

The table code would be added to the template you are using to set up your sales page.

All web pages/templates use tables of some sort for the layout.

Undoubtedly the template you have used for the sales page will have a table ...or part of a table,,,,to alot the spave for your content.

You would insert one of these table codes within that section to control the layout of your content on the page....and because you would be putting this table code within another table or table section it then becomes known as a nested table because you have nested it within another table.

When you look at the html code on the page where you are going to insert your content you will see one of the folloeing just above that point.....

<table width="xxx">
<tr>
<td> you would be adding your content at this point

or

<td> you would be adding your content at this point

In either case you would copy and paste one of the table codes right in aftert the <td>

Then in the table code you just inserted you would add your conten between the <td> and the </td> as in the example below....using the code below you would basically have the shate of a T where the top of the T would be the section of content that goes right across the top of your content.....on the left side of | in the T would be the left column, and on the right side of | in the T would be the right column......

<table align="center" width="650" cellspacing="0" cellpadding="0" border="0">
<tr>
<td colspan="2" width="650" valign="top"><font face="arial" size="2" color="#000000">

You would add your content here that would go across the full width of the table and it would be positioned over top of both the columns that would appear below it.

</font></td>
</tr>
<tr>
<td width="325" valign="top"><font face="arial" size="2" color="#000000">

The content you add here would be in the left hand column

</font></td>
<td width="325" valign="top"><font face="arial" size="2" color="#000000">

The content you add here would be in the right hand column

</font></td>
</tr>
</table>
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Other recent posts on the forum...


Seeds of Wisdom Publishing (front page) | Seeds of Wisdom Business forum | Seeds of Wisdom Original Business Forum (Archive) | Hidden Unusual Business Ideas Newsletter | Hotsheet Profits | Persuade via Remote Influence | Affia Band | The Entrepreneur's Hotsheet | The SeedZine (Entrepreneurial Ezine)

Get the report on Harvey Brody's Answers to a Question-Oriented-Person


All times are GMT -4. The time now is 05:47 AM.


Powered by vBulletin Version 3.6.0
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.