HTML - Help, Noob Alert
Okay well the way i have done my website is quite simple i made the site in photoshop and the sliced it up and used dreamweaver to do the whole html thing, but in the main page i have the box for news and do not know how to make it so i can have it like scrolling because the way it's now is just a grey box.
this is the site; Da-nexgen.com If there is a site or something that teaches you better how to make a site from photoshop please let me know. Similar Tutorialshi all, i have just written a book and am putting it online. i have some groovy buttons but want them to change when hovered over and also depress or change when clicked. can one of you experts give me the code for this pretty please. we could take it that: A.jpg = normal button B.jpg = when hovered (mouse over i think in your expert world) C.jpg = when clicked also i would like to know where and how the code looks to 'download XY.PDF' please help us on planet noobian, we are at a loss. okay, so i'm editing my blog and i want to add my own picture to appear as the wallpaper. the blog doesn't have the option to upload your own picture so i have to modify the html. since i'm a noob at html, i looked up some tutorials, but i didn't quite understand it. could someone please help me? so, i copied all of my html code from the blog he http://pastebay.com/103487 so, could anyone tell me where do i need to paste the pic's url to get a wallpaper. tnx very much! aaaaaaaaaaaaaaaaaaaaaaaaaa Ok I know how to create simple html web sites but I want to make my links appear in the following format like in many pages out there - http://www.digitalplayers.org/index....roducts_id=103 instead of showing the actual page like - http://www.digitalplayers.org/main.html I know it's a stupid question and I'm almost sure it's got something to do with php? can you point me to some sort of tutorial for this? I'm pretty new at creating websites. This is officially my first "REAL" website. I've tried to set up a kind of "league" for Halo 3 players from Kentucky. There are a couple of things I want to do with this site. 1. Make it possible for members to sign into the site. 2. Have some kind of program that will track stats from games that are played between the teams (I'm hoping for some kind of program that I can manipulate offline, then upload to the site which will automatically update scores/ranks/etc. I realize that this may not be possible. Don't judge me too harshly... I am a noob after all...) 3. A professional "feel" to the site. I would have the page professionally designed, but the people that do that in my area make horrible looking web pages. I would have it designed by someone on the web, but usually people ask for money that is far outside of my budget. The work that has been done so far has been done by me during any spare time I have away from my job. If you want to take a look then by all means go to http://www.ekhlonline.com . Any kind of help that you could give me would be greatly appreciated. Thanks in advance. Bobby Akers Im getting an error in line 44 of my code, my body tag with upload in it. The error says object expected. Any advice? Code: <HTML> <HEAD> <TITLE> **** </TITLE> <SCRIPT type="text/javascipt"> var Color= new Array(9); Color[1] = "ff"; Color[2] = "ee"; Color[3] = "dd"; Color[4] = "cc"; Color[5] = "bb"; Color[6] = "aa"; Color[7] = "99"; Color[8] = "88"; Color[9] = "77"; Color[10] = "66"; Color[11] = "55"; Color[12] = "44"; Color[13] = "33"; Color[14] = "22"; Color[15] = "11"; Color[16] = "00"; function fadeIn(where) { if (where >= 1) { document.bgColor="#" + Color[where] +"0000"; where -= 1; setTimeout("fadeIn("+where+")", 15); } else { setTimeout('fadeOut(1)', 15); } } function fadeOut(where) { if (where <=16) { document.bgColor="#" + Color[where] +"0000"; where += 1; setTimeout("fadeOut("+where+")", 15); } else { setTimeout("fadeIn(16)", 15); } } </SCRIPT> </HEAD> <body onLoad="fadeIn(16)"> <p></p> </body> </HTML> how do i make it that when i click on a button it goes to an alert but i already have an onclick functiion for the button. HTML Code: <html> <head> <title> iodhaoidhoa </title> <script language="javascript"> function add(a,b) { var ans = a + b document.write("The sum is " + ans) } </script> </head> <body> <input type="button" value="Whats 6+4" onclick="add(6, 4)") </body> <html> basically i want it that when i click the button it will show an alert saying that the sum is 10 Hey guys, I'm totally new at building websites, and I currently make one for my church. I use a Mac and use Firefox and Safari and the site looks great on them, but on PCs with IE6 or 7 it looks pretty neglected and ugly. I was wondering, to discourage people from using IE6 or 7, is there was a way to display a banner or text box (Using HTML) at the top of the page that would be displayed only if the viewer was using IE? Thanks in advance. can anyone write up a quick script on how to do the following? Please? Well, i just want visitors to be able to click on a link and then a have to wait 2 secs, then it opens in a new window. Please this is very important for me. Help. I have this alert box that I would like to add a sound after you click ok. Can this be done to the script I have here? Thanks //<![CDATA[ var alertmessage="Well this the last and finale Assignment for the JavaScript Level One Course" //Alert only once per browser session (0=no, 1=yes) var once_per_session=1 function get_cookie(Name) { var search = Name + "=" var returnvalue = ""; if (document.cookie.length > 0) { offset = document.cookie.indexOf(search) if (offset != -1) { // if cookie exists offset += search.length // set index of beginning of value end = document.cookie.indexOf(";", offset); // set index of end of cookie value if (end == -1) end = document.cookie.length; returnvalue=unescape(document.cookie.substring(offset, end)) } } return returnvalue; } function alertornot(){ if (get_cookie('alerted')==''){ loadalert() document.cookie="alerted=yes" } } function loadalert(){ alert(alertmessage) } if (once_per_session==0) loadalert() else alertornot() //]]> I'm not sure if this is the right forum - I just signed up. But my question: I'm making a video for youtube that is going to require a couple of websites (I'm making) and an alert box. I've gotten the alert box to say what I want, but I want to change the 'title' on the box. Code: <script language="javascript" type="text/javascript"> alert('Error-Internet is full. Please try again later.') </script> It says, for the title, "JavaScript Application". Is there a way I can edit this? Thank you! Hello, i recently attempted to swap from a table style nav bar to getting them to float you can see my before and after here. Befo www.cleverblobs.co.uk/index2.html after: www.cleverblobs.co.uk/index1.html hey guys, I don't know if you can do this in HTML or should it be in server side, but: is it possible for like when you click on a link that will be going to other website, to have a note popup saying that you are leaving the (current)website. I don't want to use Javascript alert messg for this becuase it's annoying. I just want it to say it and then like 3 secs later, just disappear. yes, i think this is worthless, but it's from the people above me that wants it on the site. Gosh i just dont know. please help So I just started to use FTP Zilla. The website is www.thesoulofashark.com. I am pretty sure all the images referenced are in the folders. I don't see why they don't show up. Is it because the links are invalid? Another question I have is, so if I want to make another page, how do I link it to that page? Here is my code. I am not sure what "alt=" does. <html> <head> <title>The Soul of a Shark - Home</title> </head> <body background="paper1.jpg"> <img src="title.png" alt="title"> <br><br><br><br> <a href="home.html"><img src="home.png" alt="My Image"></a><br> <a href="home.html"><img src="finance.png" alt="My Image"></a><br> <a href="home.html"><img src="photos.png" alt="My Image"></a><br> <a href="home.html"><img src="poker.png" alt="My Image"></a><br> <a href="home.html"><img src="forums.png" alt="My Image"></a><br> <a href="home.html"><img src="about.png" alt="My Image"></a><br> <a href="home.html"><img src="email.png" alt="My Image"></a><br> </body> </html> What Im trying to do is create boxes with curved corners. I can't see to figure out why the top left corner is not showing up, or the gaps in the border along the sides. I tried posting for help in the CSS forum but didn't get any response. what Im not understanding is how the code knows what graphic to pull from the sprpanelcrns.png file for the various corners. So if someone could explain it to me or provide me with a link or url that has an explanation I would greatly appreciate it. http://surrenderyourwings.com/tester/tester.html Hello, Im new to the site and the whole html/css thing ;p So please excuse me if I come off as a complete noob ^^; Anyways, I designed my own layout in PS CS2 and sliced it, then imported it to frontpage to finish coding it. Everything was fine and dandy up until I tried adding some links to my navigation bar. It stretched the layout along with it and vice versa. when adding too much text in the content section it stretched out the nav and makes it look hidious. Here's a screenie explaining my situation. [img=http://img291.imageshack.us/img291/8866/somethingsk1.th.jpg] That's how it is in firefox. It's a bit better in IE. http://multico.yurx.com/anime-me/anime-me(lay).html Please no flamming^^; I know im not the best at hml ;p Is it possible to loginto this site by using the url? https://secure.tibia.com/account/?su...&page=overview Like the same way you can turn this: http://www.tibia.com/community/?subtopic=characters Into this: http://www.tibia.com/community/?subt...&name=testname You know what I mean? Been tryin to figure this out for hours Hello all!! Well I'm new to the HTML thing and I just started my first page. I have a few specific questions that i'll list below. I'll end with the source code for everyone to see how the design works and feel free to let me know if something is wrong. I'm open to all comments, positive or negative, but I'd like everyone to keep in mind that this is my first site so be nice.. I'm shy and I have a fragile ego... lol... Desired Appearance View Larger 1.) The spacers between the buttons match up perfectly and the beveled look is preserved. 2.) The excess space continues to the bottom of the page. 3.) A list of links also appear at the bottom of the page. I have the links already created but I'm not sure how to force the text to the bottom. Browser Appearance View Larger 1.) The top and left side of the table seems to have a margin of 10px. How do I get rid of this or am I, by using a table, causing it to do this? 2.) I created a table inside a table to provide correct alignment, however, a single pixel still remains for each of the table column borders. If you look closely you can see how this ruins the look of the design for the section. 3.) I'd like for the bottom row of the table to align with the bottom of the page. I may use either a scrolling section in the text area or leave it as a full page but I'd like the bottom row on the bottom. Source Code!! 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>Nova Computer Solutions | Computer Repair | Upgrades | New and Refurbished Parts </title> <style type="text/css"> body { background-color: #000000; background-image: url('images/GradBG.jpg'); background-position:top center; background-repeat: repeat-y; background-attachment:fixed; } #buttonlogo a { display:block; width:180px; height:120px; font: bold 24px/1 sans-serif; color:#999999; background: url("images/borders/ButtonLogo.jpg") 0 0 no-repeat; text-decoration: none; } #buttonlogo a:hover { background-position: -180px 0; } #buttonlogo a:active { background-position: -360px 0; } #buttonhome a { display:block; width:180px; height:40px; font: bold 24px/1 sans-serif; color:#999999; background: url("images/borders/ButtonHome.gif") 0 0 no-repeat; text-decoration: none; } #buttonhome a:hover { background-position: -180px 0; } #buttonhome a:active { background-position: -360px 0; } #buttonprices a { display:block; width:180px; height:40px; font: bold 24px/1 sans-serif; color:#999999; background: url("images/borders/ButtonPrices.gif") 0 0 no-repeat; text-decoration: none; } #buttonprices a:hover { background-position: -180px 0; } #buttonprices a:active { background-position: -360px 0; } #buttonmap a { display:block; width:180px; height:40px; font: bold 24px/1 sans-serif; color:#999999; background: url("images/borders/ButtonMap.gif") 0 0 no-repeat; text-decoration: none; } #buttonmap a:hover { background-position: -180px 0; } #buttonmap a:active { background-position: -360px 0; } #buttonhours a { display:block; width:180px; height:40px; font: bold 24px/1 sans-serif; color:#999999; background: url("images/borders/ButtonHours.gif") 0 0 no-repeat; text-decoration: none; } #buttonhours a:hover { background-position: -180px 0; } #buttonhours a:active { background-position: -360px 0; } #buttonsupport a { display:block; width:180px; height:40px; font: bold 24px/1 sans-serif; color:#999999; background: url("images/borders/ButtonSupport.gif") 0 0 no-repeat; text-decoration: none; } #buttonsupport a:hover { background-position: -180px 0; } #buttonsupport a:active { background-position: -360px 0; } #buttontips a { display:block; width:180px; height:40px; font: bold 24px/1 sans-serif; color:#999999; background: url("images/borders/ButtonTips.gif") 0 0 no-repeat; text-decoration: none; } #buttontips a:hover { background-position: -180px 0; } #buttontips a:active { background-position: -360px 0; } #buttondownloads a { display:block; width:180px; height:40px; font: bold 24px/1 sans-serif; color:#999999; background: url("images/borders/ButtonDownloads.gif") 0 0 no-repeat; text-decoration: none; } #buttondownloads a:hover { background-position: -180px 0; } #buttondownloads a:active { background-position: -360px 0; } </style> </head> <body> <table border="0" align="center" valign="0" cellpadding="0" cellspacing="0" background-color="transparent" > <tr> <td><img src="images/borders/01-01.gif" width="10" height="10" /></td> <td><img src="images/borders/01-02.jpg" width="180" height="10" /></td> <td><img src="images/borders/01-03.jpg" width="20" height="10" /></td> <td><img src="images/borders/01-04.jpg" width="560" height="10" /></td> <td><img src="images/borders/01-05.gif" width="10" height="10" /></td> </tr> <tr height="120"> <td><img src="images/borders/02-01.jpg" width="10" height="120" /></td> <td> <Div id="buttonlogo"> <a href="Home.html" ><span class="style7"></span></a> </Div> </td> <td><img src="images/borders/02-03.jpg" width="20" height="120" /></td> <td><img src="Images/StoreFrontBanner.jpg" alt="Nova Computer Solutions store front."/></td> <td><img src="images/borders/02-05.jpg" width="10" height="120" /></td> </tr> <tr> <td><img src="images/borders/03-01.jpg" width="10" height="20" /></td> <td><img src="images/borders/03-02.jpg" width="180" height="20" /></td> <td><img src="images/borders/03-03.jpg" width="20" height="20" /></td> <td><img src="images/borders/03-04.jpg" width="560" height="20" /></td> <td><img src="images/borders/03-05.jpg" width="10" height="20" /></td> </tr> <tr width="440" height="440"> <td><img src="images/borders/04-01.jpg" width="10" height="440" /></td> <td height="440"><table width="180" height="440" border="0" cellspacing="0" cellpadding="0" valign="top" background-color="transparent" > <tr> <td width="180" height="40" > <div id="buttonhome" height="40"> <a href="home.html"></a> </div> </td> </tr> <tr> <td><img src="images/borders/Butspacer.jpg" width="180" height="20" /></td> </tr> <tr> <td width="180" height="40" > <div id="buttonprices" height="40"> <a href="Prices.html"></a> </div> </td> </tr> <td><img src="images/borders/ButSpacer.jpg" width="180" height="20" /></td> </tr> <td width="180" height="40" > <div id="buttonhours" height="40"> <a href="Hours.html"></a> </div> </td> <tr> <td><img src="images/borders/ButSpacer.jpg" width="180" height="20" /></td> </tr> <tr> <td width="180" height="40" > <div id="buttonmap" height="40"> <a href="Map.html"></a> </div> </td> </tr> <tr> <td><img src="images/borders/ButSpacer.jpg" width="180" height="20" /></td> </tr> <tr> <td width="180" height="40" > <div id="buttonsupport" height="40"> <a href="Support.html"></a> </div> </td> </tr> <tr> <td><img src="images/borders/ButSpacer.jpg" width="180" height="20" /></td> </tr> <tr> <td width="180" height="40" > <div id="buttontips" height="40"> <a href="Tips.html"></a> </div> </tr> <tr> <td><img src="images/borders/ButSpacer.jpg" width="180" height="20" /></td> </tr> <tr> <td width="180" height="40" > <div id="buttondownloads" height="40"> <a href="Downloads.html"></a> </div> </tr> <tr> <td><img src="images/borders/ButSpacer.jpg" width="180" height="20" /></td> </tr> <tr> <td width="180"><center><font color="#999999" size="-1">site by Anonymiter</font></center></td> </tr> </table> </td> <td><img src="images/borders/04-03.jpg" width="20" height="440" /></td> <td> Insert page text here. </td> <td><img src="images/borders/04-05.jpg" width="11" height="440" /></td> </tr> <tr valign="bottum"> <td><img src="images/borders/08-01.gif" width="10" valign="bottum" /></td> <td><img src="images/borders/08-02.jpg" width="180" valign="bottum" /></td> <td><img src="images/borders/08-03.jpg" width="20" valign="bottum" /></td> <td><img src="images/borders/08-04.jpg" width="560" valign="bottum" /></td> <td><img src="images/borders/08-05.gif" width="10" valign="bottum" /></td> </tr> </table> </div> </body> </html> Hello everyone, I have got a very noob questions which I tried to look for an answer from the internet but I couldnt get a result from the search engine. I hope u guys here around are professional and could be able to help me out with it. I want to know if I could hyperlink multi-areas on only one file. For example, I have an JPEG image which has couple of pictures on there, and would like to hyperlink each of the photos into different links. If yes, how to do, any specific site that teaches this techique. I needed it so badly and really hope u guys can help out. THanks alot in advance! Hi there, I set up a blog a while back at www.agirlcalledsam.co.uk I don't use IE, ever, and have only just realised that the column is to the left: when I want it to look like this, as it does in firefox: I'm using Tumblr, with some customizations and have trial-and-errored my way to the point it's at now, but just can't work it out- Is this an easy fix? Happy to copypaste code in neccessary. Cheers Alistair |