Jump to content

Odessa Huggins

Member
  • Posts

    9
  • Joined

  • Last visited

Everything posted by Odessa Huggins

  1. Hi Stefan Thanks for responding I do understand what you are saying but even before I studied the codes and realize what was happening I constantly received that error whenever I accessed the site. I only deleted it after I created the the menu bar. If you remember when the rollover image was created we had to copy and paste the js in the script folder, well it did not create the code for the spry menu bar at all. I actually copy and pasted the js. code from the completed stitchintime site in order for my menu bar to work properly. Thanks for your response. I will try the javascript tutorial. I am enjoying your videos. Odessa
  2. Also, my dropdown does not work in IE8. It works well in Safari, Google Chrome and Firefox. Can anyone tell me why? Thanks Odessa
  3. I have been learning web design through the Complete Webdesign videos. I am at Dreamweaver Chapter 7 Part 1 - Inserting Flash and rollover image. However, I am encountering a problem which I tried researching myself. When I open the Dreamweaver Template file - stitchintime.dwt, it gives me an error message that says: The document contains Javascript code for a widget that no longer exists. If you don't remove the code, the browser might display Javascript errors when loading the page. Would you like Dreamweaver to find all instances of the code for you? Widget: var MenuBar1 = new Spry.Widget.MenuBar("Menubar1", {imgDown:"../SpryAssets/SpryMenuBarDownHover.gif", imgRight:"../SpryAssets/SpryMenuBarRightHover.gif"}) See attached, screenshot of error message I have since realized that the stitchintime.dwt that was downloaded, the codes included the above widget (menu bar 1) and had to delete it. Also, I followed the video to create the spry menu bar but it did not create the javascript code for it, so the SpryMenuBar.js file was empty and my menu bar was not functioning like it should. I copied the codes from the SpryMenuBar.js file in the other stitchintime file (not stitchintime – start) in Chapter 7 practice files to the empty file. My menu bar now works properly. Ok, with all that said, my question is why was the script not created because without that other file I would not have known what to do. I need to know what I might have done wrong so that I would know what to do to correct it the next time around. Thanks Odessa DW_error.pdf
  4. Thank you, I figured it out. My file path was screwed up.
  5. To Ben and Andrea Thanks for your help but I got through. I messed up on my file paths. This is fun, really enjoying this. I am going to now continue with learning CSS. Thanks alot
  6. Hi Andrea Thanks for responding. The file name is tablesTutorial.html. I learnt this format from the video tutorial. I have another file name which is productList.html and it works. I can try the format you suggested to see if it works. Thanks again will check back.
  7. I have just started the Complete Web Design video tutorials. I was almost successful in completing the code for the first web site but somehow some of my links are not working on some of my pages. I will post the code for the index page below. The tables tutorial link is not working on that page. I have 2 more pages with broken links but I will wait to see what response I get here and try to fix the others if I can. I am pretty new here so I will appreciate any help that can be offered from this forum. Thanks! Index Page <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>web design - tutorials: HOME</title> <META NAME="description" content="Learn webdesign."> <META NAME="keywords" content="web design, web designers, creating a website'> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href=ROOT.CSS" rel="stylesheet" type="text/css"> </head> <body> LOGO GOES HERE <div id="navigation"> <ul> <li>Home</li> <li><a href="productList.html">Products</a></li> <li><a href="cssTutorial/css.html">CSS</a></li> <li><a href="tablesTutorial.html">Tables Tutorial</a></li> </ul> </div> <!-- MAIN DOCUMENT STARTS HERE--> <!-- MAIN DOCUMENT STARTS HERE--> <div id="centerDoc"> <h3>XXX THE PLACE TO LEARN WEB DESIGN!</h3> <p> If you want to learn web design, <span class="makeBold">you've come to the right place!</span> The following is a list of some of the key areas of this website that will get you on your way designing web pages in no time: </p class="makeBold"> <h3>WEB DESIGN ARTICLES FOR BEGINNERS AND EXPERTS</h3> <p> The <a href="articles/ArticlesHome.htm"> <span class="LARGER">articles</span></a> section of killersites.com contains a grab bag of information related to web design ... anyting from Flash to XML. It is best to just snoop around and you will probably find something you're interested in. </p> <h3>FOR TOTAL BEGINNERS</h3> <p> If you are totally new to web design, your first stop to learning web design should be at <a href="http://www.how-to-build-websites.com</span class="LARGER">www.how-to-build-websites.com</span></a>. When you're done there, come back to killersites.com for more. <p> The killersites.com <href="mvnforum/index.jsp"><span class="LARGER">message/bulletin board</span></a> has plenty of helpful people - don't be shy to join in on the converstation! BTW, the message board is also a little treasure chest of information that you can search with the boards' search tool. </p> <h3> WHAT ELSE IS THERE?</h3> <p> Killersites.com has a few other 'goody' sections that you might want to explore: the <a href="photoStock/indexPhotoStock.htm"><span class="LARGER">free stock photography</span></a> and the <a href="webDesignersHandbook/webdesignersHandbook.htm"><span class="LARGER">Web Designers Handbook</span></a> come to mind. </p> <p> Thanks for stopping by. </p> <h3>Stefan Mischook</h3> <div class=footer"> © 2004 killersites.com – all rights reserved </div> </div> </body> </html>
  8. Hi, I am new here. I have just downloaded the Complete Web Design Video Tutorial. Has been fun so far. I have just completed part 8 of building website but I am having problems with some of my links. I cannot figure out what I have done wrong. Can someone help, please?

    1. Andrea

      Andrea

      Go to the forum and post a link to your site - if it's not uploaded, at least post the code. Without seeing what you have, we can only guess.

    2. Odessa Huggins
    3. nwest

      nwest

      I'm new too. I'm on lesson 15 and have fought through some of the same stuff you are dealing with i'm sure. don't get discouraged it will come to you. this course is fun, but can be frustrating for sure. I'm on part 15 of Web design 1, and i'm stuck too.

  9. Hi, I am new here. I have just downloaded the Complete Web Design Video Tutorial. Has been fun so far. I have just completed part 8 of building website but I am having problems with some of my links. I cannot figure out what I have done wrong. Can someone help, please?

×
×
  • Create New...