HTML - Wher Can I Find This For My Site
Hello
I am working on my site http://www.poker-business.net and in FAQ section i would like to have it like they have it on this website: http://www.raketherake.com/FAQs.html How can i make such FAQ that questions and answers opens up when i click on them? Any help apriciated Thanks, Rok Similar TutorialsHi All, Please Heeeeeeeeeeeeeeeeeeeeeeeeeeeellllllppp!!!!! Thanks in advanced!!! Have a few mistakes and / or something is missing below: Code: <html> <head>PLEASE FIND THE MISTAKE(S) or SOMETHING MISSING /</head> <script type="text/javascript"> window.onload=function() { document.getElementById('exampleletterList').onchange=function() { window.location=('http://www.example.org/'+this.value+''); } } </script> <body> <select id="exampleletterList"> <a target=\"_blank\" href=\"file.doc\" title=\"\">John Doe<br> XXXXXXXXXXX</br></a>. <option value=""><b> PLEASE SELECT THE FOLLOWING: <b/> </option><!--this option takes you to --> <body mar="0" marginheight="0" bgcolor="rgb(38,38,38)"> "BACKGROUND BLUE GREEN MARMOL " <embed width="100%" height="100%" name="plugin" src="http://www.example.pdf" type="application/pdf"> <br> <CENTER> <option value=index.htm>Option #1</option><!--this option takes you to --> <option value="example7">Option #2</option><!--this option takes you to --> <option value="example3">Option #3 </option><!--this option takes you to --> <option value="example4"><br>Option #4</br></option><!--this option takes you to --> <option value="example5">Option #5</option><!--this option takes you to --> <option value="example2">Option #6</option><!--this option takes you to --> <option value="blog/wp-login.php"><!--this option takes you to blog--> </select> </CENTER> </br> </body> <html xmlns:v="urn:schemas-microsoft-com:vml" xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz </body> </head> </html> I am wondering if it is possible to create an INDEX.HTML to redirect to another website? I would like it to display the redirected site, but if possible keep to the original address.. e.g. A site named www.mysite.com, with an INDEX.HTML to redirect to www.othersite.com, which displays OTHERSITE with www.mysite.com in the address bar. Hope I explained ok, any responce would be much appricated! Thanks! I am working on a webpage that is more than likely going to need to allow downloadable content. I am not quite sure how to go about this. Most likely its going to be video files downloaded and i want to find the most secure way to go about this. I am really in need of this info as i am on a deadline. Please Help Hi i am trying to make page http://klaedskeri.com and when i click this link, the botton goes up, why is that http://klaedskeri.com/myndir.html what am i doing wrong Hello, all! Newbie here.. and I mean a newbie! I am desperate to find out the color code for the attached color... any idea how I can find out? I tried to do a side by side comparison on a color chart.. and it just never matches right. I am hoping that one of you folks who have a clue what you're doing have a trick for figuring this out! Thanks so much!! Hello can anyone help me with a problem i have? Well i want to load a text file to a form select box and then by selecting something to it find the selection to another text and load matched line to another form select box. Thank you. Hey everyone, For some reason, when you view my webpage in either IE8 (or previous versions, I don't know how to test those yet though) and Firefox they cannot seem to locate the CSS stylesheet. I followed the link when viewing Source Code in Mozilla Firefox to my CSS stylesheet, and it is clearly locating it. However, they aren't displaying any of my CSS. Google Chrome and Safari work just fine, however, as they do display the page correctly. It's currently on my localhost server, so I had to upload it to a confidential directory: http://www.rheamaloney.com/donotenter/index.php If you look at the first page in IE/Firefox, then look at it in Safari/Chrome, you'll see what I mean. Notice: I tested them on all browsers (except Opera, IE6, IE7) for both the localhost and online versions. No difference. Oh, and for what it's worth, here's the code: ** Coot, if you are reading this, and you decide to remake my code, keep everything how it is and PLEASE don't change the navigation ** index.php: PHP Code: <?php include("head.php"); // These echo's just make it look as much like a regular HTML document as possible, easier to debug the code this way echo "\n"; echo "<body>"; echo "\n"; echo "\n"; include("doc_header.php"); include("doc_nav.php"); echo "\n"; echo ' <div class="bodyContainer">'; ?> <!-- Start static HTML code --> <h1>Welcome to the web's #1 online game card store</h1> <p>We carry everything related to the Yu-Gi-Oh! Card Game. Currently stocked with everything from the highest dollar foils all the way down to the most common trading cards.</p> <!-- End static HTML code --> <?php echo " </div>"; echo "\n"; echo "\n"; echo "\n"; echo "</body>"; echo "\n"; echo "</html>"; // Likewise with these ^^ ?> head.php: HTML Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> <head> <title>All Yugioh -- The #1 Online Yug-I-Oh Trading Card Store</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <meta http-equiv="Content-Language" content="en-US" /> <meta http-equiv="Content-Style-Type" content="text/css" /> <meta http-equiv="Content-Script-Type" content="text/javascript" /> <link href="css/screen.css" rel="Stylesheet" type="text/css" media="screen" /> <link href="http://www.allyugioh.com/favicon.ico" rel="Shortcut Icon" /> </head> doc_header.php: HTML Code: <div class="topContainerLeft"></div> <div class="topContainerRight"></div> <div class="headContainer"> <a href="index.php"> <img src="images/logo.png" alt="WELCOME" onmouseover="document.getElementById('home').src='images/nav_home_hover.png';" onmouseout="document.getElementById('home').src='images/nav_home.png';" /> </a> <img src="images/cards.png" alt="Yu-Gi-Oh!" style="float:right;top:10px;right:7em;position:relative" /> </div> doc_nav.php: HTML Code: <div class="navContainer"> <a href="index.php?" style="margin-left:20px"> <img src="images/nav_home.png" onmouseover="this.src='images/nav_home_hover.png';" onmouseout="this.src='images/nav_home.png';" alt="HOME" id="home" /> </a> <a href="about.php"> <img src="images/nav_about.png" onmouseover="this.src='images/nav_about_hover.png';" onmouseout="this.src='images/nav_about.png';" alt="ABOUT US" /> </a> <a href="products.php?"> <img src="images/nav_products.png" onmouseover="this.src='images/nav_products_hover.png';" onmouseout="this.src='images/nav_products.png';" alt="PRODUCTS" /> </a> <a href="policy.php"> <img src="images/nav_policy.png" onmouseover="this.src='images/nav_policy_hover.png';" onmouseout="this.src='images/nav_policy.png';" alt="POLICY" /> </a> <a href="contact.php?"> <img src="images/nav_contact.png" onmouseover="this.src='images/nav_contact_hover.png';" onmouseout="this.src='images/nav_contact.png';" alt="CONTACT" /> </a> <span id="cart"><!-- login OR logout PHP variables here --><a href="login.php">Login</a> | <a href="cart.php">View My Cart</a></span> </div> And finally, the CSS: Code: @charset "ISO-8559-1"; body { background-image: url("../images/gradient.png"); background-repeat: repeat-x; margin: 0px; padding: 0px; width: 100%; height: 1000px; } .headContainer { background-color: rgb(79,138,83); margin: 0px auto; padding: 0px; position: relative; width: 80%; height: 16%; border-width: 0px 6px 0px 6px; border-color: rgb(60,103,63); border-style: solid; } .topContainerLeft { background-color: rgb(65,114,68); margin: 0px auto; padding: 0px; width: 10%; height: 16%; border: 0px; float: left; position: relative; } .topContainerRight { background-color: rgb(65,114,68); margin: 0px auto; padding: 0px; width: 10%; height: 16%; border: 0px; float: right; position: relative; } .navContainer { background-color: #325635; margin: 0px auto; padding: 0px; position: relative; width: 100%; height: 4.2%; border: 0px; text-align: center; } .bodyContainer { background-color: rgb(79,138,83); margin: 0px auto; padding: 0em 1em 0em 1em; position: relative; width: 77.5%; height: 85%; border-width: 0px 6px 4px 6px; border-color: rgb(60,103,63); border-style: solid; border-top: 1px solid transparent; } .footerContainer { background-color: rgb(79,138,83); margin: 0px auto; padding: 0px; position: relative; width: 80%; height: 5%; border-width: 0px 6px 0px 6px; border-color: rgb(60,103,63); border-style: solid; } .navContainer a img { margin-left: -2px; } .bodyContainer h1 { font-family: 'georgia'; font-size: 34px; color: #fff; text-align: left; } .bodyContainer p { font-family: 'georgia'; font-size: 18px; color: #f3f3f3; text-align: left; width: 65%; text-indent: 1.5em; } span#cart { font-family: 'georgia'; font-size: 14px; color: #fff; position: relative; bottom: 15px; left: 4em; } span#cart a { text-decoration: underline; color: #fff; } span#cart a:hover { text-decoration: none; color: #fff; } As the title states, Is there any way to find out who a domain is registered too? Or even find out information on it etc? ok first off i would advise you to look at the page to show you what i want to accomplish how it is, is how im trying to make it look but i want to make it to w3c standards and keep it as html 4.01 strict HTML Code: <p style="background-color:red; border: 3px solid black; text-align:center; margin-left:100px; margin-right:100px; padding:20px;">Team Members</p> <p style="background-color:red; padding:2px; border: 1px solid black; text-align:center; margin-top:-20px; margin-left:100px; margin-right:100px"><a href="notavailable.htm"><img class="imgspace" src="RobertFace.png" alt="Robert Jones"></a><a href="notavailable.htm"><img class="imgspace" src="StuartFace.png" alt="Stuart Jackson"></a><a href="notavailable.htm"><a href="notavailable.htm"><img class="imgspace" src="SeanFace.png" alt="Sean Chaloner"></a></p> Code: <p style="background-color:red; border: 3px solid black; text-align:center; margin-left:100px; margin-right:100px; padding:20px;">Team Members</p> <p style="background-color:red; padding:2px; border: 1px solid black; text-align:center; margin-top:-20px; margin-left:100px; margin-right:100px"><a href="notavailable.htm"><img class="imgspace" src="RobertFace.png" alt="Robert Jones"></a><a href="notavailable.htm"><img class="imgspace" src="StuartFace.png" alt="Stuart Jackson"></a><a href="notavailable.htm"><a href="notavailable.htm"><img class="imgspace" src="SeanFace.png" alt="Sean Chaloner"></a></p> Using any type of FTP client. I am unable to check the FULL receipt of a URL for ANY file on my server. Basically I want to upload a video, take the url of the video on my server and post it onto one of my pages. post it via pasting the url in my template page. HOW DO I FIND FULL URL OF THE FILE??? Not just "/public_html/files/examplefile.html" Hello, I hope I'm posting in the correct forum. I work for a "No Kill" animal shelter. Once a month, we take animals to our local NBC station for adoptions. We used to be able to snag the video from their website to ours using Realplayer. They have had their website redesigned and we're no longer able to snag anymore video. I looked at their source code and all the pages say <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">earance. The files used to be .flv but are now mp4. Is there anyway to see the rest of their source code? The station outsourced their website and no longer maintain it themselves, but are fine with us adding our appearances on their website to ours. Their site is: www.kmir6.com Ours is: www.saveapetonline.org Many thanks, Rockinrick Hello, There is a big white space and I HAVE NO idea why its there. Its driving me mad the page is he http://www.timeshareadventures.com/index.php I have tracked it down to this... you see the table row with the phone number, contact us, about us... those are images and that row IS about 70 pixels tall??? the images are only 30 pixels.... that is what is being pushed down, but I have no clue why??? also, my H1 tag has a little higher line hieight..but not that much IF ANYONE can figure out why that big space appears there.... YOU have my many thanks! -larry This may be a really simple question but thank you all for your time none the less. A family member started making a site using the templates on one.com, he made a bit of a mess so having limited knowledge I took over and tidied it up a little, the problem I have is that I have 6 tabs across the top of the page and 7 hyperlinks down the side. But on certain pages I need another row of tabs along the top and not sure which is the best way to do it. Would it be altering the code of the tab menu already there of embeding a new template in to the sites body?? or maybe another way?? I have no idea how to do any of these things so any help would be thankfully recieved basically, im trying the find the specific URL web address for the webcounter on my myspace page so i can enter it into a script and artificially boost it. only problem is, i can't seem to do it. http://profile.myspace.com/index.cfm...ndid=112544176 thats the address to my page and the counter is currently on 526. i have already found the web address for my plays which can be found on the following page... http://mediaservices.myspace.com/ser...hx?b=112544176 its the addresses at the bottom that start 'url=http://media.myspace....' i understand that all myspace pages load themselves from a database but is there any way to find out what address it loads for the VIEWS counter? maybe there is a program that anyone knows about that can track EVERY url address a page requests when opening. please help! hi all What i need help with this time is this. I have been looking on the web to find code on creating the yellow highlight box. You know the box i mean? The one that comes up when you move the pointer over a image for example and it tells you what it is within the yellow box? I do hope you can help me out. Thanks Gaz. Hello all. Could someone please take a look at www.allseasonshvac.net and help me find that random "/" that is floating in the top left corner? Pretty please? Thank you! Im hosting my own web page with Apache and im not using a domain but i cant find the ip or anything that i would use to get to the address. Please help and thanks. Hello, We are developing a consumer applicance here with a simple web interface. The web pages are served using "echo" statements in bash scripts, so nothing very advanced. The pages interact with the a server application on the box, to display various text data such as statistics, and to allow the user to edit various configuration data. We would like to extend this as follows. The user will enter numeric data, which will be processed by the server application. The application will generate a rating score 0-100, which we would like to display to user using a simple visual display such as an analog VU-meter, or by some other means. It would be a bonus if the "100" and "0" ends of the display "100" side could be colored red and green. Are there simple HTML-coded widgets available that can do this? The fact that I don't even know what these widgets are called, shows up my limited level of GUI design. Many thanks, Paul I'm trying to replace a lot of text before that exists above the following tag <body id="{VALUE}"> in Dreamweaver. I can use the find&replace option to 'add before start of tag' but I want to actually remove the code/text before a certain tag. Does anyone know if this is possible? will I have to go down the regex route? Help would be much appreciated fellas. Thanks in advance! |