HTML - How To Insert Nav Bar
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 Similar Tutorialsheyall, 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.. 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; } 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 Hello, 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 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 hi i need add webLink For droup-down Box Items without Submit buttom. but I dont code it . 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?? How can I insert a movie into a HTML document? Anyone helps? Thanks in advance. .....I want my visitors to select in which country they are.....e.g. select Europe.....list of all European countries comes up...... 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> We have just started to using a ad tracking program on our forum that using javascript tags for advertising banners. The javascript causes the forum pages to load slower so we would like to use the html tags instead. The problem with html tags is cached pages/banners will not count towards impressions of that banner unless we code it to include a random number to bust the cache. Below is the code: Code: <a href='http://www.hometheatershack.com/openads/www/delivery/ck.php?n=ad3d0be0&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://www.hometheatershack.com/openads/www/delivery/avw.php?zoneid=3&cb=INSERT_RANDOM_NUMBER_HERE&n=ad3d0be0' border='0' alt='' /></a> Where it reads: cb=INSERT_RANDOM_NUMBER_HERE' Do we simply plug a random number in the cb=1234' Can it be the same random number for each banner code? I need some simple hillbilly term explanation of what we need to plug into that spot. Any help is appreciated! Many thanks! Hi I have a couple of webcams around the house, which requires me to login to the webcams webpage with username and password, before I can view the picture from the cams. I wanted to put the pictures from all cams on the same webpage, so that I can view them all at ones, and I created a page, where I insert the images path to the cam pictures like this: HTML Code: <img src="http://username:password@webcam.page.com/picture.jpg"> This works fine in Firefox and Android browser, but in IE the pictures are not shown. Is there any way to fix this? Ps. I realise that the username and password are exposed in the image address, but since the webpage the pictures are displayed in is also password protected, I figured that this would not be a problem. Thanks. 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 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> 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 |