Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Design Forum > Web Site Design Reviews
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 06-05-2006, 06:06 PM   #1 (permalink)
RemindMe
Junior Member
 
Join Date: Apr 2006
Posts: 41
Default Launched June 05/06 - Please Review

Just launched yesterday.

Would like the following:

1) Do you understand the concept?
2) Do you like the idea?
3) Look & Feel?
4) Suggestions..

http://www.websitepromotionauction.com/

Let me know,
__________________
Our customer rely on our internet marketing tool to capture important events and personal dates of their website visitors.

Our Home Page Visitors Are Up for Sale
RemindMe is offline   Reply With Quote
Sponsored Links
Old 06-05-2006, 06:14 PM   #2 (permalink)
ApeXX
Member
 
ApeXX's Avatar
 
Join Date: May 2006
Location: 127.0.0.1
Posts: 110
Default Re: Launched June 05/06 - Please Review

To be honest with you without going too indepth into the site, I don't understand the premise of the "auction". Are you auctioning off advertising space?
ApeXX is offline   Reply With Quote
Old 06-05-2006, 07:54 PM   #3 (permalink)
RemindMe
Junior Member
 
Join Date: Apr 2006
Posts: 41
Default Re: Launched June 05/06 - Please Review

Hmm,

That is what I was affraid of..

Visitors not understanding what the concept is..

Basically, I am auctioning off the home page of this site..
As it stands right now to purchase the home page is $5.00
This comes with
1) home page anchor text linked to your site,
2) Your home page shown directly in an iFRAME
3) min 30 days anchor text lnik to your site guarantee.

Once their is a new top spot holder, the price increments by $0.25

Does that makes sense?? I guess I need to change the verbiage??
__________________
Our customer rely on our internet marketing tool to capture important events and personal dates of their website visitors.

Our Home Page Visitors Are Up for Sale
RemindMe is offline   Reply With Quote
Old 06-07-2006, 04:34 PM   #4 (permalink)
RemindMe
Junior Member
 
Join Date: Apr 2006
Posts: 41
Default Re: Launched June 05/06 - Please Review

Anyone else?
__________________
Our customer rely on our internet marketing tool to capture important events and personal dates of their website visitors.

Our Home Page Visitors Are Up for Sale
RemindMe is offline   Reply With Quote
Old 06-09-2006, 03:16 PM   #5 (permalink)
RemindMe
Junior Member
 
Join Date: Apr 2006
Posts: 41
Default Re: Launched June 05/06 - Please Review

I have changed verbiage and included FAQ pages..
anyone has any bad/good things to say??
__________________
Our customer rely on our internet marketing tool to capture important events and personal dates of their website visitors.

Our Home Page Visitors Are Up for Sale
RemindMe is offline   Reply With Quote
Old 06-09-2006, 03:19 PM   #6 (permalink)
ApeXX
Member
 
ApeXX's Avatar
 
Join Date: May 2006
Location: 127.0.0.1
Posts: 110
Default Re: Launched June 05/06 - Please Review

It is much easier to understand now, good job re-wording it.
__________________
Free Stuff: http://www.FriiBii.com
ApeXX is offline   Reply With Quote
Old 06-09-2006, 07:22 PM   #7 (permalink)
RemindMe
Junior Member
 
Join Date: Apr 2006
Posts: 41
Default Re: Launched June 05/06 - Please Review

Thanks ApeXX,

There is something still with the links I don;t like..
I just can't put my finger on it. :-)
__________________
Our customer rely on our internet marketing tool to capture important events and personal dates of their website visitors.

Our Home Page Visitors Are Up for Sale
RemindMe is offline   Reply With Quote
Old 06-17-2006, 01:12 PM   #8 (permalink)
RemindMe
Junior Member
 
Join Date: Apr 2006
Posts: 41
Default Re: Launched June 05/06 - Please Review

Can anyone help me with my CSS file??

I would like to make all visited links white and cannot figure out what i am doing wrong??

Here is the file syntax??

body {
background-color: #464646;
font-family:"Trebuchet MS", arial, helvetica, sans-serif;
text-align: center;
color:#000000;
link: #000000;
active: #0000ff;
visited: #008000;
hover: #ff0000;
}

#header

{
text-align: center;
background-repeat: no-repeat;
width:600px;
height:112px;
margin: 0 auto 5px auto;
}

#header h1
{
text-align: left;
padding-left: 110px;
padding-top:25px;
font-family:"Goudy Stout",arial, helvetica, sans-serif;
font-size:25px;
background-color:inherit;
color: #000000;

}

#nav
{
text-align:center;
padding-top: 10px;
padding-bottom: 15px;
padding-left: 15px;
border-top:1px solid #CCC;
border-bottom:1px solid #CCC;
background-color:inherit;
color:inherit;
}

#nav a {
color: #cacaca;
text-decoration: none;
padding-right: 20px;
text-transform: capitalize;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 15px;
font-weight: bolder;
background-color:inherit;


}
#nav a:hover

{
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-size: 15px;
font-weight: bolder;
background-color:inherit;
}

#container
{


text-align: center;
color:#d9d6d6;
width:600px;
height:auto;
margin: 0 auto 5px auto;
background-color:inherit;
}

#container p
{
border-bottom:1px solid #CCC;
padding-bottom:15px;
background-color:inherit;
color:#d9d6d6;
}

#mycontainer
{


text-align: justify;
color:#d9d6d6;
width:600px;
height:auto;
margin: 0 auto 5px auto;
background-color:inherit;
}

#mycontainer p
{
border-bottom:1px solid #CCC;
padding-bottom:15px;
background-color:inherit;
color:#d9d6d6;
}

.heading h4
{
color:#fefefe;
text-align:left;
font-weight:bolder;
border-bottom:0px solid #CCC;
margin: 0 auto 5px auto;
padding-top: 15px;
width:600px;
background-color:inherit;
}


/********************* THIS IS IMPORTANT. DONT ERASE OR MESS WITH IT ***********************/
.clear {
clear:both;
line-height:0px;
margin:0;
padding:0;
}
/*************************** OK *********/

#footer {
padding-top:5px;
text-align:center;
width:90%;
margin:auto;
color:#cacaca;
font-size:11px;
background-color:inherit;
}

#footer a
{
color: #cacaca;
background-color:inherit;
}

#footer a:hover
{
text-decoration: none;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FFFFFF;
font-weight: bolder;
background-color:inherit;
}

.footer {
margin-top:-2px;
}

.input1 {
FONT: 10px Verdana;
COLOR: Black;
BACKGROUND-COLOR: #999999
}
.txt
{
color:#d9d6d6;
font-family:"Trebuchet MS", arial, helvetica, sans-serif;
}
__________________
Our customer rely on our internet marketing tool to capture important events and personal dates of their website visitors.

Our Home Page Visitors Are Up for Sale
RemindMe is offline   Reply With Quote
Old 06-17-2006, 07:09 PM   #9 (permalink)
winyourbentley
Junior Member
 
Join Date: May 2006
Posts: 25
Default Re: Launched June 05/06 - Please Review

Idea is good, page is a bit poor and doesn't describe the purpose clearly.
Give a ''what's'' tab in order to show what page is all about.

Anyway, a bit of marketing could make page fly. Good luck!

Cheers,
__________________
Giovanni
winyourbentley is offline   Reply With Quote
Old 08-13-2006, 03:31 AM   #10 (permalink)
webtech
Junior Member
 
Join Date: Aug 2006
Posts: 8
Default Re: Launched June 05/06 - Please Review

When you put BIG highlighted links to some other site will driveaway your visitors from your site.
In your site "Home of Goodies" link would do the same thing....
very few visitors will click other pages...
webtech is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
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
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 08:59 AM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums