News: September 09, 2010, 03:37:42 AM

Please help support the ongoing development of our Affiliate Website Script using our
recommended Hosting Company & Directory Submission Software

Stay informed with our eBay RSS Feeds from our eBay affiliates forum:

eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.  eBay Affiliate Forum latest news.
Welcome, Guest. Please login or register.
Did you miss your activation email?
*

3rd column
Pages: [1]   Go Down
  Print  

  3rd column
Author Message
0 Members and 1 Guest are viewing this topic.
Steve
Jr. EZAWBer
**

Karma: 3
Offline Offline

Posts: 85


One thing I know for sure about God... I'm not Him


WWW
« on: December 02, 2007, 03:28:23 PM »

I like the current standard setup of keywords down left side and large eBay column down the middle (looks like eBay), but I think it may be a good idea to add a third column on the right. Here's my thinking... I want to keep the feeds and the widget "above the fold" but if I add static content above the widget, the widget gets pushed below the fold, thus lessening its impact on potential sales. Also, why not use the full width of the page to maximize visuals? Anyway, what do you think?

Steve
Logged
EZAWB Admin
EZAWB Admin
Administrator
Master EZAWBer
*****

Karma: 61
Offline Offline

Posts: 1010


The Best Affiliate Website Builder!


WWW
« Reply #1 on: December 02, 2007, 03:33:53 PM »

Steve, great idea you can setup your own customized templates by using the eBay Affiliate Sites PHP Include Tags List & Their Functions.

For a list of the php include tags go to: http://ezaffiliatewebsitebuilder.com/eBay-Affiliate-Forum/index.php/topic,16.0.html
Logged

Steve
Jr. EZAWBer
**

Karma: 3
Offline Offline

Posts: 85


One thing I know for sure about God... I'm not Him


WWW
« Reply #2 on: December 02, 2007, 03:38:01 PM »

OK, OK, just where is it there that shows me how to add a 3rd column?  Huh? Huh? Huh? Huh? Huh? Huh?

Steve
Logged
EZAWB Admin
EZAWB Admin
Administrator
Master EZAWBer
*****

Karma: 61
Offline Offline

Posts: 1010


The Best Affiliate Website Builder!


WWW
« Reply #3 on: December 02, 2007, 04:02:56 PM »

No, it does not show you how to add a third column.

It gives you the php include codes to add to your custom design created by you with 3 columns.

You would have to create a custom design first and then add the ezAWB eBay software modules to your design.
Logged

Steve
Jr. EZAWBer
**

Karma: 3
Offline Offline

Posts: 85


One thing I know for sure about God... I'm not Him


WWW
« Reply #4 on: December 02, 2007, 04:19:09 PM »

So.... where's a good place to design this 3rd column. Fantastico in Cpanel? phpWCMS perhaps? I'm a bit unsure on this. How do I put Fantastico features onto my ezAWB sites? (Boy, I really do ask a lot of questions, don't I?)

Steve
Logged
Steve
Jr. EZAWBer
**

Karma: 3
Offline Offline

Posts: 85


One thing I know for sure about God... I'm not Him


WWW
« Reply #5 on: December 02, 2007, 04:20:17 PM »

BTW, would this be a good video topic, or am I the only one here?

Steve
Logged
EZAWB Admin
EZAWB Admin
Administrator
Master EZAWBer
*****

Karma: 61
Offline Offline

Posts: 1010


The Best Affiliate Website Builder!


WWW
« Reply #6 on: December 02, 2007, 04:30:19 PM »

I could do a video; however, you can easily learn how to create basic 3 column html designs with html tutorial websites like webmonkey.com

That can free up time required to do the video, and continue to work on the eBay software enhancements I am currently working on... Nice ones by the way  Grin

We should post a poll to see what ezAWB users want... Hmmm good idea??? Video OR Enhancements???

As far as as adding fantastico features to ezAWB eBay sites, all you have to do is install your fantastico software and then add a link to your eBay website that points to the fantastico software installed for example a forum or blog, etc.
Logged

EZAWB Admin
EZAWB Admin
Administrator
Master EZAWBer
*****

Karma: 61
Offline Offline

Posts: 1010


The Best Affiliate Website Builder!


WWW
« Reply #7 on: December 02, 2007, 04:46:19 PM »

Steve,

Here's a very basic and quick 3 column design you can use:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="200">LEFT COLUMN</td>
    <td>CENTER COLUMN</td>
    <td width="200">RIGHT COLUMN</td>
  </tr>
</table>


</body>
</html>
Logged

Steve
Jr. EZAWBer
**

Karma: 3
Offline Offline

Posts: 85


One thing I know for sure about God... I'm not Him


WWW
« Reply #8 on: December 03, 2007, 06:27:46 PM »

Steve,

Here's a very basic and quick 3 column design you can use:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>

<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td width="200">LEFT COLUMN</td>
    <td>CENTER COLUMN</td>
    <td width="200">RIGHT COLUMN</td>
  </tr>
</table>


</body>
</html>

Sorry to be such a dunce......  Where do I paste the above?

Steve

BTW, I added royalty free articles to echocolatiers.com. You'll see what I mean about pushing widget out of sight.
Logged
EZAWB Admin
EZAWB Admin
Administrator
Master EZAWBer
*****

Karma: 61
Offline Offline

Posts: 1010


The Best Affiliate Website Builder!


WWW
« Reply #9 on: December 03, 2007, 06:31:45 PM »

The above is the beginning of a design template. You would paste all the ezAWB php include tags into the design template.

You can move the static content module to the bottom of your eBay website.
Logged

!coyote!
New EZAWBer
*

Karma: 4
Offline Offline

Posts: 12


« Reply #10 on: August 05, 2010, 02:14:13 PM »



That can free up time required to do the video, and continue to work on the eBay software enhancements I am currently working on... Nice ones by the way  Grin


Hi Jorge, Would it be possible to make the "Tell-A-Friend" feature optional.
I'm having  a ton of problems with spammers using it to send their emails.
Can I remove any certain files from the cpanel to remove it without wrecking the whole site?
Thanks
Logged
EZAWB Admin
EZAWB Admin
Administrator
Master EZAWBer
*****

Karma: 61
Offline Offline

Posts: 1010


The Best Affiliate Website Builder!


WWW
« Reply #11 on: August 05, 2010, 02:20:40 PM »

You could remove the tell a friend php include tag from the template you are using.

Jorge
Logged

!coyote!
New EZAWBer
*

Karma: 4
Offline Offline

Posts: 12


« Reply #12 on: August 05, 2010, 02:49:56 PM »

Thanks what can I put in it's place to put it back to the same column width?
Logged
EZAWB Admin
EZAWB Admin
Administrator
Master EZAWBer
*****

Karma: 61
Offline Offline

Posts: 1010


The Best Affiliate Website Builder!


WWW
« Reply #13 on: August 05, 2010, 03:02:14 PM »

That should not change the column width... What is the site?

Jorge
Logged

!coyote!
New EZAWBer
*

Karma: 4
Offline Offline

Posts: 12


« Reply #14 on: August 06, 2010, 05:27:37 PM »

Cool- Got it Jorge it was easy thanks to you
Logged

Pages: [1]   Go Up
  Print  

 

Jump to:  

Get your website featured here through Jan 22 2010

Choose Your Keywords (2 keywords max)

Powered by ezClouds


Please consider using our Recommended Hosting & eBay website Directory Submission Software
Host UNLIMITED eBay affiliate websites for only $7.95 per month!
You will be supporting the ongoing development of ez Affiliate Website Builder.

eBay affiliate hosting