HTML - Please Help, Need A Code For A School Project!
Hi all,
I'm making a webpage for my computer science class. I'm trying to find a code (i don't know what it is called) whe When you click on a link of the same page, it still automatically scroll the the desire link More like those FAQs when the Q's are on top, and the Answers are on the bottom Thanks a bunch! Similar TutorialsHello, I have a school project for which I have to build a website using HTML. WE use visual web developer and Microsoft access, and I build mine using a Master Page. My problem: In one of the pages I have to show my database, I wrote the code and everything works fine. The only complication is the placing of the new table... It shows it up above the my Master Page parts and not where it should be... Does anyone know how I can choose where to place my "Response.Write" things?? Thanks A local High School Rock Band needs this but they have little or no money to spend on a site, I would like to help out these kids since as mentioned I have a music background stemming from since I was 12 years old and have done and still do free gigs for charity. Also, this project will of course add to my portfolio which I badly need so I would appreciate any help from you guys if possible please. Quote: We would need to have our band logo, a way for people to connect to our videos on youtube, to connect on facebook, a few pics with 4 short bios and contact info (email, phone) But what would it take to this, anyone? Quote: a way for people to connect to our videos on youtube, to connect on facebook, Hi i need one to one help with a big project ill explain the project down here and if you feel you can help then pm me i have not written any of the coding at this time. Anyone should feel free to add feedback aslong as its constructive i am working on a highscore database for a project in college this will be based around playstation 3 network and call of duty 4 i am attempting to make a website with the following pages - Login (Anyone) - Register (Anyone) - Add_Games (Moderator - Games_List (Registered) - Game_Data (Registered) - Edit_Data (Moderator - Financial (Admin) - Admin (Admin) i will give a step by step statement of how each one of them will function also the words Anyone, Registered, Moderator and Admin relate to there account status Anyone - Not Registered on the site yet Registered - Registered member but does not have any staff Priviledges Moderator - Member of Staff able to Edit Data Admin - Owner, High Staff Member - Full Access Login - a login page for registered members to login - If Member is just Registered they go directly to the Games list Page once logged in - If Member is Moderator / Admin they go Directly to the Edit Data Page once logged in Add_Games - Basically it Contains a Dropdown list of Games that we are using on the playstation and if we need to add another one we type the game into the box and click the button Add Game once add game is clicked a page is made for that game and it takes you directly to "Edit_Data" for that game Games_List - Takes you to a page with a dropdown box and a button with 'go' on it. The User selects the games and it will go to the page for that game. Game_Data - Holds the Records for certain fields, all records are data input by a staff member and field names may change depending on the game these work out as the Highscores so we can see who has the best skills Edit Data - A Page were staff can keep the Data they input updated all data input is logged and a note is sent to a shoutbox in 'Admin'. Dunno if this last one is possible Financial - on the computer ive made a excel spreadsheet were the person in charge of finances can enter the profits for the day, the loss for the day and it will take the profits - the loss = overall there is also a overall for Total Profits, Total Loss, and Final Profit which is Total Profits - Total Loss if its possible to do something like this but once the record is submitted it gives it a timestamp off the date/time it was submitted and sends it to 'admin' Admin - All Changes that are made within the last 48 hours are saved here and once 48 hours has past since it is added the data is automatically deleted As i said it is a Big Project and i would prefer it if i had help from the start I am doing this project for school but I can't figure why the map is on top of the text even though in the code I have the map inseted below the text. Any help would be appreciated, I am very new to HTML. Thanks! 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"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Untitled Document</title> <title>Longs Peak Online Map</title> <style type="text/css" media="screen, tv, tty"> body {font-family: sans-serif} a {text-decoration: none} img {border-width: 0px} #summary {position: absolute; top: 350px; width: 600px} #online_map {position: absolute; top: 5px; left: 5px} #lpmap {position: absolute; top: 0px; left: 0px; width: 600px; height: 294px; z-index: 1} #instruction {position: relative; top: 300px; width: 600px} .notes p {margin: 5px; font-size: 8pt} .notes p span {color: yellow} .notes a {width: 20px; height: 20px; overflow: hidden; background-color: blue; color: white; z-index: 2} .notes a:hover {width: 150px; height: 170px; overflow: visible; z-index: 3} #point0 a {position: absolute; top: 60px; left: 560px} #point1 a {position: absolute; top: 90px; left: 277px} #point2 a {position: absolute; top: 0px; left: 175px} #point3 a {position: absolute; top: 115px; left: 110px} #point4 a {position: absolute; top: 165px; left: 55px} #point5 a {position: absolute; top: 180px; left: 5px} #point6 a {position: absolute; top: 222px; left: 15px} #point7 a {position: absolute; top: 245px; left: 50px} #point8 a {position: absolute; top: 245px; left: 100px} #point9 a {position: absolute; top: 220px; left: 90px} </style> <style type="text/css" media="print"> body {font-family: sans-serif} a {text-decoration: none} img {border-width: 0px} a:link, a:visited {color: black} #instruction, #hideprint {display: none} #lpmap {page-break-after: always} .notes {page-break-inside: avoid; margin: 30px} </style> </head> <body> <div id="summary"> <h2>Longs Peak <span id="hideprint">Online</span> Trail Map</h2> <p>At 14,255 feet, Longs Peak towers above all other summits in Rocky Mountain National Park. The summer is the only season in which the peak can be climbed by a non-technical route. Early mornings break calm, clouds build in the afternoon sky, often exploding in storms of brief, heavy rain, thunder and dangerous lightning. Begin your hike early, way before dawn, to be back below timberline before the weather turns for the worse.</p> <p>The Keyhole Route, Longs Peak's only non-technical hiking pathway, is a 16 mile round trip with an elevation gain of 4,850 feet. Though non-technical, the Keyhole Route is still challenging and is not recommended for those who are afraid of heights or exposed ledges. Hikers should be properly outfitted with clothing, food and water. Use caution when ascending or descending steep areas. Don't be afraid to back down when bad weather threatens.</p> </div> <div id="online_map"> <div id="instruction">Move your mouse pointer over the numbered landmarks in the map to preview the hike. </div> <div id="lpmap"><img src="images/lpmap.jpg" alt="" ? /></div> <div class="notes" id="point0"> <a href="#"> <img src="images/image0.jpg" alt="" /><br /> <p> <span>3:30 a.m.</span> Start from the Longs Peak Ranger Station, nine miles south of Estes Park. Be sure to pack food, extra water, sunblock, and warm clothes, gloves, and caps. </p> </a> </div> <div class="notes" id="point1"> <a href="#"> <img src="images/image1.jpg" alt="" /><br /> <p> <span>5:30 a.m.</span> Stop at Mills Moraine for a view of the sunrise. </p> </a> </div> <div class="notes" id="point2"> <a href="#"> <img src="images/image2.jpg" alt="" /><br /> <p> <span>7:30 a.m.</span> Time for break at Granite Pass. </p> </a> </div> <div class="notes" id="point3"> <a href="#"> <img src="images/image3.jpg" alt="" /><br /> <p> <span>8:30 a.m.</span> Climb through the Boulder Field on the way to the Keyhole. </p> </a> </div> <div class="notes" id="point4"> <a href="#"> <img src="images/image4.jpg" alt="" /><br /> <p> <span>9:00 a.m.</span> Stop at the Agnes Vaille shelter for a well-deserved breakfast. </p> </a> </div> <div class="notes" id="point5"> <a href="#"> <img src="images/image5.jpg" alt="" /><br /> <p> <span>9:30 a.m.</span> It's time to go through the Keyhole. Be prepared for heavy winds. </p> </a> </div> <div class="notes" id="point6"> <a href="#"> <img src="images/image6.jpg" alt="" /><br /> <p> <span>10:00 a.m.</span> Follow the painted targets along the Ledges. </p> </a> </div> <div class="notes" id="point7"> <a href="#"> <img src="images/image7.jpg" alt="" /><br /> <p> <span>11:00 a.m.</span> Take special care when crossing the Narrows. </p> </a> </div> <div class="notes" id="point8"> <a href="#"> <img src="images/image8.jpg" alt="" /><br /> <p> <span>11:15 a.m.</span> You're almost there! Climb the Homestretch to reach the summit. </p> </a> </div> <div class="notes" id="point9"> <a href="#"> <img src="images/image9.jpg" alt="" /><br /> <p> <span>11:45 a.m.</span> Congratulations, you've reached the top! Time for lunch and a few photos. </p> </a> </div> </div> </body> </html> ok i play this php game online for over a year now and in this game u can build buildings and do some upgrades to your buildings. i have the list of all the buildings Upkeep and Production for every level her is a list to all the buildings that are level one http://www.pardus.at/index.php?section=manual_ref002. i did all the math so i have the list for all the buildings in excel and some times i don't have my laptop with me to see this file and i don't like lunching excel every time i need to see that file i was wanting to know if there is a way that i can have a web page that i can just click on the building and the level and it will tell me that will be the production and upkeep for it. and then later i have a map of the sector that my alliance owns and i am wanting to just have one more page that i just tell it what building, level and capacity it is and it will show on the map her is a link to what some of the map's look like http://www.thebluesuncorporation.com...s/sectors.html. if u know how or have any ideas u can email or MSN me at davidmeir19143@gmail.com or AIM @ meirp4 and yahoo davidmeir_19143 or if you play the game u can massage me in Artemis Meiramd and in orion David Meir Building production/consumption levels Level 1 2 3 4 5 6 7 8 9 10 ... Production 100% 150% 200% 250% 300% 350% 400% 450% 500% 550% ... Upkeep 100% 140% 180% 220% 260% 300% 340% 380% 420% 460% ... production := round (basevalue * (1 + 0.5*(level-1)) upkeep := round (basevalue * (1 + 0.4*(level-1)) Constants and Variables: basevalue: [REF:Buildings] level: Production level of building Examples: Space Farm with production level 7: production() := round (8 * (1 + 0.5*(7-1)) = 32 production() := round (2 * (1 + 0.5*(7-1)) = 8 production() := round (1 * (1 + 0.5*(7-1)) = 4 upkeep() := round (4 * (1 + 0.4*(7-1)) = 14 upkeep() := round (5 * (1 + 0.4*(7-1)) = 17 Warning: When baselevels are low (especially: 1), changes may only take effect after two upgrades due to rounding! Hello, I am Matthew B. founder of Tridiantgames.com. We are currently under development looking for people who are skilled in HTML/CSS. If you think you have the skills and would like an opportunity to work with a Gaming Corp, please use our online application form. The form can be found here. Please keep in mind these jobs are non-paying. What will I be doing, exactly? Great question! In matter of fact, you will be creating page templates. Basically working off of our layouts making pages needed throughout the site. Do I need to know PHP? Absolutely not. We have back-end programmers who work on this. What are these projects? IF you get the job, IF!, then you will have full access to html/css from our under development projects. Do I meet the requirements to apply? I don't know, are you at least 16 years of age, have experience in HTML/CSS and/or other fields? If so, then yes. You meet our requirements. Just remember, these are non-paying jobs. How do I apply? Please click here. Thank you, Matthew B. Comments on this post spyboy1o1 disagrees: get off trouble706 disagrees: Get Real....Free work, but dedicated to your company? You have to be joking. Hello people I've Just Downloaded NoteTab light It's a free html code/script software...Ok I wanna Learn How to Build something in code(script) YES I am NEW to Coding....OK but It has to be new(Like an idea thats not been used on any webpage/Site) It's gotta be fresh/new Or easy to learn, As I will type rather then copy & paste as that dosen't really teach you anything....Hope you help me on this one project I call it "Toxic Creation" It's wear I see some ones website & think "I like that" how do you write it in code. Then I do It again find something Try to learn it. All in all I Should at the end hav a web site thats different from every ones websites around. Ideas will come from ppl or sites. OK The Idea should teach me subconsciously about coding & Ideas on what works in the internet world. A 2 in 1 Learning Curve. I've got the first part ready.... <html> <head> <title><h3>Toxic Creation</h3> </title> </head> <script> <hr> </script> <p>To Teach is to Learn And Learn Is to Grow</p> <Body> <font size=size bgcolor=#ooffoo >...</FONT> </body> </html> At the moment Im having problems. I can only see what I've wrote rather then the webpage colour in Internet Explorer or my title heading. Any Help Would be an Help...pls Thank you carl can ya"ll show me your first site/project. I would like to see them just to see where my first project should be . ty alexx Hi everyone, i want a password field on my website, and then once a submit button is clicked- for it to link into a users account help? Okay, so I am currently working on a HTML/CSS project for my website. I am trying to make a Chatbox that will float, and open and close on command. Currently, I have all of the coding worked out perfectly for the Chatbox to float, but not to open and close yet. The question is, is there any way I can make an object go up and down (Open / Close)? Thank you for all of your help! Much is appreciated! - Chris Hello, Thank you for taking the time to read this over. I am working on a project using Frontpage 2003, and yes I know its rather old but it still does what I need it to do. What I am trying to do is be able to create seperate .txt files with data in them and display them in a textarea type box with a scroll bar. So imagine you have a chart at the top of your page, or a table at the top. The table has links within it and you click a link and the results show at the bottom in the text areabox which reads the .txt file. I have attached a photo, and please let me know if you have any questions. Hello, I am coming back after a long time without doing xhtml, but i have a question, I want one page to pretty much be a page where the user browses for the jpg file or bmp file and uploads it with the text box information they have below, i have 3 text boxes which will have their name, last name and description, after they click submit, i want it to be able get the image, with the text box information and post it on another web page, stupid question but, can this be done in xhtml? if so, i got the page already done with the 3 text boxes and the browse button to find jpg and bmp, but the rest such as getting that info and posting it on another webpage is a different story, how would I accomplish that? Also, on the browse feature, how do i tell it to find only jpg and bmp and not other file extensions? thanks again i want to show a hyperlink after a specific amount of time...how do i do dat.....lyk after my flash content has finished playing i want to show a hyperlink....say after 10 seconds.. i m using<embed> tag to put flash content on my project website ...i want to use a loading bar flash content which i will loop onli once at the start....after which i want to change the visibility....so dat my website can be seen,,,,visibility i know how to change...buh how do i come to know that my flashed has finished looping once coz i want to assign a variable so dat i can use it in d if statement..i hope you'll understood wat i meant...plz i hav jus a day left....thanks Hello, I learned HTML a few weeks ago, and I pretty much understood it all and scored a 100 on the final Test. However, I still got problems with Tables. My first website project (divinechaos.bplaced.net/beta) has an issue. On the right, there is a empty box with a black frame, but thats not supposed to be there. Also, on the left there is a...weirder box. I want to remove that one, too. I tried to fix it, but after spending a week on trying to fix it, I decided to post on this forum a friend told me about. So, here I am, asking for advice. If you have any ideas on how to fix that problem, please answer me. EDIT: In case you are wondering, Bplaced is only a free domain I am using for now, Ill purchase a TLD once the website is finished and working. Hi Guys, Not to sure if this is in the correct place to ask such a question, but iv recently down loaded the new version of Visual Studios, and all my projects were on my old laptop which recently died, before it did i managed to copy across all my projects on to a USB pen, My question is how do i transfer these projects to the newer version as they were built in visual studio 2008 and when i try and open one of them it gives me the option to convert which ideally is what i want to do, But it wont allow me to do so? Would it be worth me just installing the version they were orginally on? this is something i dont want to do because i prefer the lapout of the newer version but if it comes to it then i will. Hope some one can help me. Thanks in advance. I'm trying to make a website for class, and am having a problem. I made a table, but when I change the size of the window, the words wrap and distort. If I made the window big, the table stretches, and if I make it small it squishes up. What's the easiest way to fix this? 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! |