HTML - Affiliate Code Conflict
Hi All,
First off, I am a complete beginner with html and javascript so please bear with me. My website is http://fly-budget-airlines.com. I have added a Terminal A Search Engine to the index page and, although it displays fine, if you enter flight details and click enter it doesn't work. I have found that if you load http://fly-budget-airlines.com/main.htm then the Search Engine seems to work fine. Therefore I beleive the problem lies in a javascript conflict with the menu (http://fly-budget-airlines.com/menu.htm). Can anyone help with this? Thanks in advance. Guy Similar Tutorialsok, its an affiliate code that when you put your pointer over it, it slows down the pic, its a marquee (also dont laugh because im pretty sure that everyone knows it, but i feel really happy, i tried really hard!!! it took so long for me to find out the onMouseover part....): <!--start affiliates--!> <strong>affiliate program </strong> <marquee onMouseover="this.scrollAmount=3" onMouseout="this.scrollAmount=7"> </marquee> <!--end affiliates--!> So I want to design a website that people sign up for a free service. Upon signing up they get a referral link to send people to the website. They have a members back page where they can log-in and have access to tools to advertise for the website and also track their hits to the website. I would also need an admin page that I could track their hits to their referral website and be able to e-mail all members at one time. I don't really want to buy affiliate software since im not really selling anything and I do not need all the features, any advice? Hi All, I need help with an affiliate link on my website The usual link is affiliatesite.com/visitors. The person then enters my username and password that I have provided. I have removed the requirement for my details needing to be manually entered by using this URL affiliatesite.com/visitors/?username.password Here's my problem. The person still has to click on another link that takes them to the sign up page which is affiliatesite.com/Members/application/JoinStep1.asp My question is, is there a way I can add something to the original URL (like I have with the ?username.password) so that it also performs the second action as well? So not only are my details automatically entered, but it then also forward the person to the members/application/JoinStep1.asp page? Thanks Hello, I am creating a site which will have 1000s of links to individual products. 1. Is there an efficient linking method that I can use that will hide the affiliate links from users and google? One that I don't have to add something manual to every single link? 2. One of my affiliates only has a link to their main page, ie www.site.com/aff=131 But I want to link to individual products and still include the affiliate link. Is there a way I can link to products and still get the credit for the affiliate link? Hi everyone. I'm part of the 1&1 web hosting affiliate scheme. As part of this I display a banner on my website which when clicked and and account is signed up for, I get commission on the sale. Anyhow, the banner displays fine in IE7 but will not display in any version of Firefox. Here's the code. Code: <a href=" http://1and1.co.uk/xml/init/?k_id=15923576 " target=" _blank "> <img src=" http://banner.1and1.co.uk/xml/banner?size=6&number=1 " style=" margin=left:5px;width:140px;height:28px;border:0; " alt=" 1and1 Banner " /></a> Does anyone have an idea why this is the case? All of a sudden I can't put in an affiliate link that contain an image. There's no problem with a text link. I've tried all kinds of links but none of them work. Every time I put one in a "img class with 4 random 20 character sets jumps in and the link doesn't work. Here is what I mean I put this in <a href="http://www.tkqlhce.com/click-4072394-10684742" target="_top"> <img src="http://www.awltovhc.com/image-4072394-10684742" border="0" alt="$5.99 Flat Shipping up to 15lbs" width="120" height="90" /></a> and this comes out <a href="http://www.tkqlhce.com/click-4072394-10684742" target="_top"> <img class=" gyucpbdejrxphzavvzpr gyucpbdejrxphzavvzpr" src="http://www.awltovhc.com/image-4072394-10684742" border="0" alt="$5.99 Flat Shipping up to 15lbs" width="120" height="90" /></a> I imagine it's something I have done as I seem to be able to mess up just about everything in my computer sooner or later. I sure would appreciate any help I can get on this as I've been playing with it for the past week. Thank you, donrock I lost a bookmark that showed me how to cloak a affiliate link that looked like he copied the whole web page & added it to a subfolder. How do I do this, it really looked like he copied the whole sales page & just added it to his site. This way looks more professional & also looks like we own the affiliate product. Ok I would like to create an affiliate system for members of my site. How exactly do you go about doing this? I'd like this to be in the form of banners of my logo, so how do I write the code for the banner to become an active, trackable link for each person? I have google analytics I dont know if that helps. Ok I want to get involved with a few affiliates. Now they've given me the link I need to set up my store within my website, but I need to know how and what is needed to build the HTML/CSS page so that the store works. They salso said that I am able to skin the storefront with my websites look. So is just the very basics of an HTML page needed for an affiliate link to work? Or is it going to be something more advanced? Hello, On one of my pages I have 2 forms and only one of them seems to work. The other one (which I have on all 600 pages of my website as it is part of a template I use) does not work on this page where I already have another form. There seems to be a conflict. Here is the code first form (working): <form name=ftInCmForm> <center> <table border="1" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" cellpadding="3" cellspacing="0" bgcolor="#C0C0C0"> <tr> <td>Convert to centimeters</td> <td><INPUT type=radio value=0 name=choice onClick="killChoice(this.form)" checked ; tabindex="1"><font size="3">(i.e. 5' 3" to 160 cm)</font></td> </tr> <tr> <td>Convert to feet and inches</td> <td><INPUT type=radio value=1 name=choice onClick="killChoice(this.form)" ; tabindex="2"><font size="3">(i.e. 160 cm to 5' 3" </font></td> </tr> <tr> <td rowspan="2" valign="middle">enter length</td> <td><input type=text name=ft size=5 onClick="form.ft.select()" ; style="font-family: Georgia" tabindex="3"> ft</td> </tr> <tr> <td><input type=text name=inCm size=5 onClick="form.inCm.select()" ; style="font-family: Georgia" tabindex="4"> in/cm</td> </tr> <tr> <td></td> <td><INPUT onClick="ftInCm(this.form)" type=button value="convert" ; tabindex="5"></td> </tr> <tr> <td></td> <td><input name=answer size=40 value="The answer will appear here..." style="background-color: #C0C0C0; font-family: Georgia" tabindex="6" ></td> </tr> <tr> <td></td> <td><INPUT type=reset value=reset onClick="form.ft.disabled=false" tabindex="7" ;></td> </tr> </table> </td> </tr> </table> </center> </div> <br> <div align="center"> <center> <table border="1" cellpadding="0" cellspacing="0"> <tr> <td> <table border="0" cellpadding="0" cellspacing="0" bgcolor="#C0C0C0"> <tr> <td align="center"> Solution</td> </tr> <tr> <td><textarea rows="3" name="solution" cols="68" style="background-color: #C0C0C0; font-family: Georgia"> A more comprehensive solution will appear here...</textarea></td> </tr> </table> </td> </tr> </table> And here is the code for the form which is working on all but 1 page (the page with the above form on it). This is a Google site search form: <form method="get" action="http://www.google.com/search" target="_blank"> <div style="border:1px solid black;padding:4px;width:14em;" align="center"> <table border="0" cellpadding="0" align="center"> <tr><td> <input type="text" name="q" size="25" maxlength="255" value="" /> <input type="submit" value="Google Search" /></td></tr> <tr><td align="center" style="font-size:75%"> <input type="checkbox" name="sitesearch" value="www.thetallestman.com" checked /> only search TheTallestMan.com<br /> </td></tr></table> </div> </form> I have looked and looked, but have no idea where the conflict lies. Any help would be very much appreciated. Kind regards, The Tallest Man I'm having trouble with my menu. the content displays properly when the menu drop-down boxes are not activated, but shifts to accomodate the boxes when they are activated (by rollover). I want the menu boxes to drop down OVER the content, not shift it out of the way. How do I accomplish this? Here is the page: http://antiqueatlantic.com/oceaniana...togallery.html hi there, I am using this technique: http://www.smoothdivscroll.com/ im in a fairly complicated situation, if you take a look at my site here you will see a set of 4 images aligned neatly... well, they need to scroll to the left, slowly.. we just need to get the scrolling to work. Later on I can customize the options myself. I think the scrolling is failing to start because a lot of scripts are already loaded.. maybe there is a conflict somewhere? I dont know where to look to be honest.. could someone point me in the right direction? Thanks a bunch hello. i do my best to keep all of my html valid and because custom scrollbars dont validate i decided to put the css for that in a separate stylesheet. soo my pages have two stylesheets on them , i dont know if that makes a difference or not but my problem is that the scrollbars remain the default scrollbar when i wth the doctype on the page. i use XHTML1.0 Transitional. when i remeve the doctype the scrollbar works fine. is their a way to doo this while keeping my doctype? Hi all, Hopefully this forum is the right place to ask. Let me know if it isn't. I have a very basic tumblr site to display some artwork, with custom HTML enabled. The theme for the site has been altered with a line to create infinite scroll autopaging - instead of next page prompts that site scrolls down and loads pages as you go using this line: <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script> This works fine on the site and enables continuous scrolling. When thumbnails are clicked on the site it utilizes a kind of javascript slideshow, the "Slimbox" hovering style over the page background. This works fine for the first page of images, but after scrolling down a while, to where other pages would have been, all other images do not function in the slideshow. Q1 - Is there some addition I can make so that the slideshow can see beyond page limits so that the slideshow functions for all images? Q2 - Is it possible to retain the description from the image thumbnail in the slideshow replacing the image count (ie. image 16 of 29)? I am hoping that it is possible to click through a slideshow of all images on the site. Any help would be greatly appreciated. I wish I was better at this stuff. Thanks in advance... The website address is www.rydavidbradley.tumblr.com The page code is: HTML 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" xml:lang="en" lang="en"> <head> <script type="text/javascript" src="http://pixelspread.com/tumblr/portfolio/mootools.js"></script> <script type="text/javascript" src="http://pixelspread.com/tumblr/portfolio/slimbox.js"></script> <!-- DEFAULT COLORS --> <meta name="color:Background" content="#eee"/> <meta name="color:Content Background" content="#fff"/> <meta name="color:Title" content="#444"/> <meta name="color:Description" content="#666"/> <meta name="color:Post Title" content="#c00"/> <meta name="color:Text" content="#444"/> <meta name="color:Inline Link" content="#c00"/> <meta name="color:Quote" content="#666"/> <meta name="color:Quote Source" content="#444"/> <meta name="color:Link Post" content="#c00"/> <meta name="color:Conversation Background" content="#f8f8f8"/> <meta name="color:Conversation Border" content="#ddd"/> <meta name="color:Conversation Text" content="#444"/> <meta name="color:Conversation Label" content="#111"/> <meta name="color:Photo Border" content="#eee"/> <meta name="color:Date" content="#fff"/> <meta name="color:Date Background" content="#ccc"/> <!-- END DEFAULT COLORS --> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title> <link rel="icon" href="{Favicon}"/> <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}"/> <meta name="viewport" content="width=775"/> <!-- iPhone --> <style type="text/css"> body { margin: 0px; background-color: {color:Background}; font-family: Helvetica, arial, sans-serif; } #content { width: 90%; margin: auto; padding: 15px; background-color: {color:Content Background}; position: relative; } a { color: {color:Inline Link}; } h1 { font-size:22px; } h1 a { color: {color:Title}; text-decoration: none; } #description{ color: {color:Title}; margin-bottom: 20px; font-size:12px; } /* Photo Post */ .photo { float:left; width:125px; } .photo img { border: solid 5px {color:Photo Border}; } .photo div.caption { font-size: 11px; color: {color:Text}; margin-top: 5px; } .photo div.caption a { color: {color:Text}; } /* Footer */ #footer { margin: 40px 0px 30px 0px; text-align: center; font-size: 12px; color: {color:Text}; } #footer a { text-decoration: none; color: {color:Text}; } #footer a:hover { text-decoration: underline; } .clear{clear:both;} .designed{font-size:11px;} {CustomCSS} /* SLIMBOX */ #lbOverlay { position: absolute; left: 0; top: 50px; width: 100%; background:#FFFFFF; cursor: pointer; } #lbCenter, #lbBottomContainer { position: absolute; left: 50%; overflow: hidden; background-color: #FFFFFF; } .lbLoading { background: #fff url([url]http://pixelspread.com/tumblr/portfolio/loading.gif[/url]) no-repeat center; } #lbImage { border: 10px solid #FFFFFF; } #lbPrevLink, #lbNextLink { display: block; position: absolute; top: 0; width: 50%; outline: none; } #lbPrevLink { left: 0; } #lbPrevLink:hover { background: transparent url([url]http://pixelspread.com/tumblr/portfolio/prevlabel.gif[/url]) no-repeat 0% 15%; } #lbNextLink { right: 0; } #lbNextLink:hover { background: transparent url([url]http://pixelspread.com/tumblr/portfolio/nextlabel.gif[/url]) no-repeat 100% 15%; } #lbBottom { font-family: Verdana, Helvetica, sans-serif; font-size: 10px; color: #666; line-height: 1.4em; text-align: left; border: 10px solid #FFFFFF; border-top-style: none; } #lbCloseLink { display: block; float: right; width: 66px; height: 22px; background: transparent url([url]http://pixelspread.com/tumblr/portfolio/closelabel.gif[/url]) no-repeat center; margin: 5px 0; } #lbCaption, #lbNumber { margin-right: 71px; } #lbCaption { font-weight: bold; } </style> </head> <body> <div id="content"> <h1><a href="/">{Title}</a></h1> <div id="description"> {Description} </div> {block:Posts} {block:Photo} <div class="photo"> <a href="{PhotoURL-500}" rel="lightbox-smd" title=""><img src="{PhotoURL-100}" alt="{PhotoAlt}"/></a> {block:Caption} <div class="caption"> {Caption} </div> {/block:Caption} </div> {/block:Photo} {/block:Posts} <div class="clear"></div> <div id="footer"> </p> </div> </div> </body> </html> Hello, this is my first message here and I hope it will be for all you experts a serious one. This is my page I am developing right now: http://www.travelevros.gr/main.htm The page has one IFrame that loads its subpage of the flash menu. Please dont tell me to get rid of it, I need that IFrame. The flash menu it is placed outside of that IFrame of course, its container is the main page main.htm. In IE, everything works ok and the menu (as transparent) drops down nicely and the user can click the submenus alright, even if they are above the IFrame area. But with Firefox Mozilla, even though the menu drops down nicely too, the user cannot click the submenus, not even the links inside the IFrame page (that covered from the swf rectangular region). So there is a confusion in the Mozilla browser, where to send the click events: to the flash menu or the html page located in the IFrame. What should I do to make this work with Firefox Mozilla? I've tried some solutions i've found in Google, like entering the "z-index" property, placing the flash menu and/or IFrame inside a DIV layer, but I couldnt make it to work. The submenus still cannot be clicked when they drop over the IFrame content. As I said, in IE works fine. I've found somewhere else that the tip for this problem is to place the menu in a DIV and make that DIV load AFTER the IFrame is displayed, at the end of the page, thing that I dont have the knowledge to do. If this is right solution, can somebody help me doing this? On the other hand, if there is some other solution then I am ready to listen. Thank you very much for your time. p/s Check the first menu on the left, it works in Mozilla too, but thats because this region its outside the IFrame. The other menu choices falls down to the IFrame region, so the problem is with the layer placement. Conflict between Mime Type and Document Type... Morning - I have recently been learning CSS and have been upgrading my site to Semantically correct code. The first templat I am building is the following page http://www.colletts.co.uk/colletts_n...ndexflash.html and validates here validates... sort of. Should I be worried about the mime type, what effect will this have on the page. If I follow the instructions and change the file extension to xhtml all hell breaks loose - http://www.colletts.co.uk/colletts_n...dexflash.xhtml IE Error - can't open thios document etc... What am I doing wrong??? Best, Mas Hello, I am a student and working on a simple first project. All I'm doing right now is writing my code in text edit, saving it as "test.html", and dragging and dropping the file onto Safari/Firefox to view my code. Everything works when I'm at my college's computer lab, but when I'm on my own mac notebook, the files load in the browser as my code. I've tried a variety of samples and checked my preferences, but I can't figure out what I'm doing wrong. Sample code I'm using - <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN"> <HTML> <HEAD> <TITLE>Simple Link Example 2</TITLE> </HEAD> <BODY> <H1 ALIGN="CENTER">Creating Relative Reference Links</H> <HR> <P>Open <A HREF="practice1.html">Practice 1</A>.</P> <P> Open <A HREF="practice2.html">Practice 2</A>.</P> <P>Open <A HREF="practice3.html" TARGET="_blank"> Practice 3</A> in a new window.</P> </BODY> </HTML> Please help! I'm trying to wrap up an assignment and have been banging my head against the wall all night. Thanks! cordelia I was curious to find out, where can i find a cool looking shoutbox code where i can put on my message forum? Looking for some neat, and cozy with some advance options. Meaning, i would like to change the colors to match with my forum and stuff. Thanks. Hello! I have a blog on blogger and i want to make a c++ tutorial.. But every time i type "<iostream>" on post, when i see it, it is only "iostream". How can i make a code like the "[code]" from BBcode to cancel the compiling from HTML? Thanx! I have a website where I want to make a drop down menu that will bring you to different pages. It is a very basic, sort of old-fashioned website that relies entirely on html. What I'm trying to do is make a drop-down menu that will be used as navigation for a section of a website and I want to have it in each internally linked page in that section, but I'm going to be adding more pages to it over time so I want to be able to put the drop-down menu code in a separate text file and then substitute it into the pages that I make that the options in the menu link to and then just edit the code in the text file when I add another page so that I don't have to go back and edit the code every single individual page whenever I add a new one among them. Basically all I'm asking is how I can put html code in a text file and then substitute that code into an html page by referring to the file. Thanks in advance for any help. |