Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Need Help with Link text Box
Old 09-14-2007, 08:52 AM Need Help with Link text Box
Novice Talker

Posts: 9
Trades: 0
Hi all,

I'm going crazy trying to add a text box to a website's homepage and really would need the help of someone who is use to this and knows what he/she is doing.

When i use this code in my html editor:
Quote:
<table ="border: 1px solid black (0, 0, 0);" border="0" cellpadding="0" cellspacing="0" height="60" width="468">
<tbody><tr>
<td background="http://www.jdpoker.com/banners/text468x60/banerfindtlovk4" valign="top">

<p style="font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; margin-top:4px; color:#FFFFFF"> <img src="http://www.jdpoker.com/banners/text468x60/spaceej6.gif" height="3" width="140">Fascinés par le <a target="_blank" href="http://www.theedgepoker.com/en-ligne/poker" title="Poker en ligne" style="color:#FFFF00">poker</a>, et surtout le <a target="_blank" href="http://www.theedgepoker.com/en-ligne/poker-france" title="Poker online" style="color:#FFFF00">poker en ligne</a> genre <img src="http://www.jdpoker.com/banners/text468x60/spaceej6.gif" height="3" width="140"><a target"_blank" href="http://www.theedgepoker.com/en-ligne/poker/texas-holdem.php" title="Texas Holdem" style="color:#FFFF00" >texas holdem</a>
ainsi que des <a target="_blank" href="http://www.lecasinoonline.net/les_meilleures_casinos" title="Meilleurs casinos" style="color:#FFFF00"> meilleurs casinos</a>? <img src="http://www.jdpoker.com/banners/text468x60/spaceej6.gif" height="3" width="140">Consultez nos sites de '<a target="_blank" href="http://www.daspoker.com/fr/" title="Reference en Poker" style="color:#FFFF00">reference en poker</a>', de revues <img src="http://www.jdpoker.com/banners/text468x60/spaceej6.gif" height="3" width="140">des <a target="_blank" href="http://www.daspoker.com/fr/salles/index.php" title="Salles de poker" style="color:#FFFF00">salles en ligne </a>, des '<a target="_blank" href="http://www.daspoker.com/fr/regles_du_poker.php" title="regles du poker" style="color:#FFFF00">r&eacute;gles du poker</a> et des <img src="http://www.jdpoker.com/banners/text468x60/spaceej6.gif" height="3" width="140"><a target="_blank" href="http://www.daspoker.com/fr/les_nouvelles_du_poker.php" title="Nouvelles du poker" style="color:#FFFF00">nouvelles du poker</a> ainsi que notre <a target="_blank" href="http://www.jdpoker.com" title="Annuaire des Joueurs de poker" style="color:#FFFF00">annuaire de joueurs</a>

</p>
</td>
</tr>
</tbody></table>
It shows out right like this:

img371.imageshack.us/img371/8096/screenshotmd1.jpg

But when i try to put it in this page: annuaire.3asy-dollars.info
Under the top menu instead of the google adsense adverts, it doesn't come out correctly.

I've been at it for days without success and am seriously out of ideas!


__________________
You French and English Bilingual Website and Community:
Please login or register to view this content. Registration is FREE

Our
Please login or register to view this content. Registration is FREE
and Our
Please login or register to view this content. Registration is FREE
dirty nappie is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-14-2007, 02:50 PM Re: Need Help with Link text Box
Defies a Status

Posts: 1,606
Trades: 0
It looks like you are working with a scripted site. I verified that the code above does produce the image you linked to.

Why don't you try doing it this way. Save that code above to a file which I am going to call banner.php (you name it anything you like). Upload that file to the server in the same directory as the file you want to change.

Make a backup copy of whicever file you are trying to change. Then open whichever file you are working with trying to change the code, find and delete the text shown below. Don't delete anything except what I have in the box below. The top google ad is located just after these lines
<div class="coin_b_d" style="float:left;">
</div>
</div>
</div></div><div align="center">

Quote:
<script type="text/javascript"><!--
google_ad_client = "pub-*****obscured********355";
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = "728x90_as";
google_ad_type = "text_image";
google_ad_channel = "";
google_color_border = "6699FF";
google_color_bg = "6699FF";
google_color_link = "333333";
google_color_text = "000000";
google_color_url = "000000";
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
In the same place where that was enter the text from the next box using the filename you chose if it was not banner.php.

PHP Code:
<?php include("banner.php"); ?>
After you save and upload the file, your banner should appear.

Your google ads should be in the footer. If those are gambling links you may want to review G's TOS before you do this.
__________________
Colbyt

Please login or register to view this content. Registration is FREE
colbyt is offline
Reply With Quote
View Public Profile
 
Old 09-14-2007, 05:25 PM Re: Need Help with Link text Box
Novice Talker

Posts: 9
Trades: 0
Cool thanks a lot, I'm going to try this first thing tomorrow morning.
This is a box I bought on the site in question and neither the webmaster or I were getting anywhere....

Will let you know if it worked oki.

Thanks again!
__________________
You French and English Bilingual Website and Community:
Please login or register to view this content. Registration is FREE

Our
Please login or register to view this content. Registration is FREE
and Our
Please login or register to view this content. Registration is FREE
dirty nappie is offline
Reply With Quote
View Public Profile
 
Old 09-17-2007, 06:02 PM Re: Need Help with Link text Box
Novice Talker

Posts: 9
Trades: 0
I didn't work....

And 2 days after i still haven't found a solution.
He managed to put an allopass ad up instead of the google adsense but noway can we manage to get a text box in!
__________________
You French and English Bilingual Website and Community:
Please login or register to view this content. Registration is FREE

Our
Please login or register to view this content. Registration is FREE
and Our
Please login or register to view this content. Registration is FREE
dirty nappie is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Need Help with Link text Box
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.75358 seconds with 12 queries