HTML - Insert This Code For Me Please?
Hi.. Can someone please edit my code so the empty part of the sidebar is as tall as the iframe, i want to put a hit counter/online counter in that empty space but it doesnt go down! these are the codes i would like for someone to put centred just under the site information in my site
Code: <div id="eXTReMe"><a href="http://extremetracking.com/open?login=callumeb"> <img src="http://t1.extreme-dm.com/i.gif" style="border: 0;" height="38" width="41" id="EXim" alt="eXTReMe Tracker" /></a> <script type="text/javascript"><!-- var EXlogin='callumeb' // Login var EXvsrv='s11' // VServer EXs=screen;EXw=EXs.width;navigator.appName!="Netscape"? EXb=EXs.colorDepth:EXb=EXs.pixelDepth; navigator.javaEnabled()==1?EXjv="y":EXjv="n"; EXd=document;EXw?"":EXw="na";EXb?"":EXb="na"; EXd.write("<img src=http://e2.extreme-dm.com", "/"+EXvsrv+".g?login="+EXlogin+"&", "jv="+EXjv+"&j=y&srw="+EXw+"&srb="+EXb+"&", "l="+escape(EXd.referrer)+" height=1 width=1>");//--> </script><noscript><div id="neXTReMe"><img height="1" width="1" alt="" src="http://e2.extreme-dm.com/s11.g?login=callumeb&j=n&jv=n" /> </div></noscript></div> Code: <!-- Start FastOnlineUsers.com --> <a href="http://www.fastonlineusers.com"><script type="text/javascript" src="http://fastonlineusers.com/on3.php?d=www.anastaciadreams.com.com"></script> online</a> <!-- End FastOnlineUsers.com --> my CSS (HTML can be sourcecode viewed at www.anastaciadreams.com) Code: body { background: url(bkbk.jpg); margin: 0; } #container { width: 748px; margin: 0 auto; } #header { margin-top: 18px; height: 379px; background: url(Velvet_lightslay/header.jpg) no-repeat; } #header img { float: right; } #iframe iframe{ float: right; width: 461px; height: 1345px; } #left { width: 287px; } #left img { float: left; } Similar TutorialsHello, I am needing to insert an adsense code in the side bar of my homepage... Alittle confused on where to put the code, I would appreciate in assistance... Here is the code where I want to put the adsense code Code: <div class="featured_categories_bar round5px"> {BROWSE_MAIN_CATEGORIES} </div> <div class="index_main_box"> <div class="sidebar round5px masoned"> <h3>{LANG[html][INDEX][14]}</h3> <div class='reset_index_location'>{RESET_LOCATION_MESSAGE}</div> {INDEX_LOCATIONS} </div> <div class="homepage_right"> <!--Start cat--> {FEATURED_ADS} <!--End cat--> <!--Start all cat--> <div class="list-area"> {BROWSE_CATEGORIES} </div> <!--End all cat--> <script type="text/javascript"> var moreLinkName = "{LANG[php][INDEX][2]}"; $(document).ready(function(){ $(".sidebar").masonry({columnWidth: 105, maxCount: 10, maxCountShift: 1 }); $(".list-area").masonry({columnWidth: 250, singleMode: true, animate: true }); $(".list-area dl").hover(function(){ $(this).addClass("box-shadow"); }, function(){ $(this).removeClass("box-shadow")}); $(".listing").hover(function(){ $(this).addClass("box-shadow"); }, function(){ $(this).removeClass("box-shadow")}); $(".next").click(function(){ $('.ad-thumbs').scrollTo( '+=200', 200, {axis: 'x'}, { queue:true } ); return false; }); $(".prev").click(function(){ $('.ad-thumbs').scrollTo( '-=200', 200, {axis: 'x'}, { queue:true } ); return false; }); }); </script> </div> <div class="clear_both_fix"> </div> </div> <style type="text/css"> {LOCATIONS_CSS} </style> The side bar starts where I've got the code in red... Again, I want the google ad the be placed below the side bar... If you need a better look at what I am wanting, it's the "Where are you looking?" on the homepage of buyorpost.com. Thanks in advance! Robert D. Great forum. Hello everyone! A question about html. I have a simple html webpage where i have a list of lines 1.2.3... which when clicking one, it takes you further down the page to the apropriate box - using <A href>. So clicking on "2. Hello" takes you further down the page to the relevant box with <A name=Hello> So everytime I add something to the list, I edit the .html in notepad. Now I would like to have a form in my page which when typing in the details and clicking submit, it would add a new line at the end of the list, as well as a description below. Does anyone know a way to do this? Thanks so much! Chris Hi, Can any one explain me whether its possible to insert an HTML code for all the pages in a directory with out modifying all the files. eg. Execute external file automatically with all the pages Thanks Hi . Here is my script HTML Code: <table width="200" border="0"> <tr> <td><span class="style2"> <input name="button" type="button" onclick="show('Hello')" value="Button 1" /> </span></td> </tr> <tr> <td><span class="style2"> <input name="button22" type="button" onclick="show('Goodbye')" value="Button 2" /> </span></td> </tr> <tr> <td><span class="style2"> <input name="button23" type="button" onclick="show('Good Morning')" value="Button 3" /> </span></td> </tr> <tr> <td><span class="style2"> <input name="button2" type="button" onclick="show('Goodnight')" value="Button 4" /> </span></td> </tr> </table> <p class="style2"> </p> <p class="style2"> <textarea name="textarea" cols="50" rows="10" readonly id="area"> </textarea> In the areas where it says, for example ="show('Goodnight')", how do I add HTML code in the brackets but as normal text? At the moment it is trying to read it as HTML code but I want it to be displayed as text. How would I accomplish this. It is probably pretty simple but I am a bit of a noob Thanks I have a web site and want to update it. I made a drop down nav bar but having trouble getting it on the webpage. the navbar has style and html in a table to keep it in a box. Can i save it in a folder and insert it like you preload a image. If so what do I need to do this. This old dog is trying to learn new tricks. Thanks GrampsEd 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 heyall, how do I go about putting a copyright symbol between a paragraph of wriitng in place of the @ symbol? HTML Code: <p>The Amazing Company, My very long addresss, post code @The Amazing Company 2011</p> Hi Everyone, I am trying to create my webpage such that I need to list all the images in a box where there is a scroll bar. because I am trying to control the box to have a certain size. For example, if I have a textarea with 100cm X 100cm and I have 10 images each with the size 50cm X 50cm so the screen can only fit 2 images and in order to view the rest I can use the scroll bar to slide up or down to view the other images Is it possible please help? Or is there another way to implement this? Thanks in advance for your help hi i need add webLink For droup-down Box Items without Submit buttom. but I dont code it . I am using the following script to pull in an RSS Feed into my website. Code: <script id="feed-1283959124649768" type="text/javascript" src="http://rss.bloople.net/?url=http%3A%2F%2Fwww.jeffajenkins.com%2Ffeed%2F&detail=50&showicon=true&type=js&id=1283959124649768"></script> The feed consists of the 10 most recent articles written, along with 50 words of the article, or roughly two lines. I would like to set up my website where there will be a table with 10 rows, and one article in each row. Is this possible to do? ...between thumbnails. And it's proving much more difficult than expected. Here's the old page: http://www.bunnyslippers.com/novelty-slippers.php And here's the new page. As you can see the thumbnails aren't wrapping properly. http://www.bunnyslippers.com/novelty...w-features.php Shrinking the images restores the gaps but it looks funny and it's not an ideal option. And linebreaks don't appear to be of any help. Ideally we will have 8 images split into two rows of four. Any advice appreciated... I'm designing an auxiliary site for a spirits company and it requires an age check page. I've created the page and saved it as lda.html. It functions properly but how do I insert it before the index.html without changing the url of the original index? Thanks for the help. Hi Guys I run a website for my pub/club and I want to add a button to a page that will allow visitors to download an application form for our new competition. I edit pages etc in frontpage 2003 I want them to be able to download it from the site and print it out to return. Any advise on how to do this? thanks John www.wylamleisure.co.uk/sunderlandsgottalent.htm Thats the page it's to go on How can I insert a movie into a HTML document? Anyone helps? Thanks in advance. Hi, My problem is the following: i would integer in a page of my website the data from a xml page of another website. i try to integer this sport ranking in my site : http://www.lffs.org/Page/PA4G_Class.xml). The use of an iframe is a solution. but the style of this table isn't suitable. In other words, i try to extract the date of the table and insert it in another table to which i can apply a css-sheet. Is-it possible? Thanks in advance. Julien www.massageforhealth.us/alert.html i am trying to identify where in the source code to insert our paypal add to cart button i am putting it close to the line with the button graphic but does it go above below after?? .....I want my visitors to select in which country they are.....e.g. select Europe.....list of all European countries comes up...... I know "<br>" causes a line break outside of a string, but how can I insert one INSIDE a string? Ex: <textarea value="" > example text <LINE BREAK> more example text </textarea> Where would i be able to learn how to make a script that goes like this: The person puts a script in the message box (eg. [.b]hello[/b] ), presses the button and on the main page it displays the code they put in. (hello) Thanks I'm trying to create a page that refreshes a frame at a random interval - I've used Javascript to come up with that random interval (minimum of 5, max of 10), but the page refreshes using a meta tag in the head. I'm obviously not getting any results - help anyone? Following is the code: Code: <html> <head> <script language="JavaScript"> var now = new Date(); var secs = now.getSeconds(); var raw_random_number = Math.random(secs); var random_number = Math.round(raw_random_number * (5)+5); <meta name="GENERATOR" content="Microsoft FrontPage 5.0"> <meta name="ProgId" content="FrontPage.Editor.Document"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <meta http-equiv="refresh" content="5"> </script> <title>New Page 1</title> </head> <FRAMESET COLS="*,1"> <FRAME SRC="http://htmlcodetutorial.com"> <FRAME> </FRAMESET> </HTML> |