hellohereisjim Posted February 27, 2009 Report Posted February 27, 2009 I am a beginner and my href links arnt linking to each page like it should , it shows up on the page like a link but when you click on it , the internet explorer page pops up this page can not be viewed ,I included my link code , maybe someone can see something I didnt I bet I watched the videos I got from killersites 40 or more times to see if I missed something.If its not the code then it may be a internet explorer setting issue.I just dont know and I want to get pass this and put products and pictures , but I need to learn this first. Home Tops Pants Sets Quote
Andrea Posted February 27, 2009 Report Posted February 27, 2009 You should really start a new thread for this, not hijack a sticky. The code is fine. Have you uploaded the files you are linking to? Are they in the right directory (in this case, in the same folder as your index.html)? Did you make sure the files are spelled exactly as the names you use in the code? File names are case sensitive. Also, it's best to always begin your file names with lower case letters. Quote
hellohereisjim Posted February 28, 2009 Author Report Posted February 28, 2009 I am very new , I understand case sensitive and yes I made sure the file name is same as the code name , the ones that begin with a cap is what is seen by on site.As far as tread or sticky ,I do not know that jargon , sorry , I am not exxagerating I am new , I bought stefan beginners webdesign videos and really tried to go by him exactly , I am not sure whats wrong .It shows up on the page when I view page on internet explorer as a link, but when I click on it to go to that page , I get the internet explorer cannot display this page . Quote
Andrea Posted February 28, 2009 Report Posted February 28, 2009 I moved this part into its own thread.... Do you have your site uploaded somewhere or is it just on your computer? - if uploaded, post the link. What do you mean by this: he ones that begin with a cap is what is seen by on site. But again - there are only 4 reasons a link is broken: 1. Discrepancy between the exact spelling/typing of the actual file name 2. Path issue (are the files in the exact same folder your index page is in?) 3. File that's being linked to isn't uploaded 4. Error in HTML or CSS linking code Quote
hellohereisjim Posted February 28, 2009 Author Report Posted February 28, 2009 the files are on my computer , I have all my pages in one folder ,to make it easy to find . Quote
Andrea Posted February 28, 2009 Report Posted February 28, 2009 What happens when you try to open one of the files that doesn't want to work via your Browser's 'File' - 'Open File' option? Quote
hellohereisjim Posted March 1, 2009 Author Report Posted March 1, 2009 the internet explorer page cannot be viewed , I tried today to rewrite the code a differant way , a simple way and no luck .could it be a internet explorer setting on my computer ,I dont know if it has anything to do with it , but I have a trial version of dreamweaver on my computer ,I am trying it out ,but I am still trying to write the code myself .I want to get this worked out so I can learn how to add style , pictures and products to a page , and I am going to have to find out how to add code for a shopping cart .But first thing first.I did go back to the code and carefully looked at spelling and letters make sure everything was same as the files ,its all good as far as I can see. Quote
Andrea Posted March 1, 2009 Report Posted March 1, 2009 You mean you are in IE, you go to File - Open - Browse, make your way to Tops.html and it won't open? Then post your code here. Quote
hellohereisjim Posted March 1, 2009 Author Report Posted March 1, 2009 logo goes here home tops pants sets Quote
hellohereisjim Posted March 1, 2009 Author Report Posted March 1, 2009 The pages will open in ie , but when i click on pages to go to that page , it wont link together ,in another words i cannot go from home page to tops, or tops to pants or pants to sets or so on. Quote
Andrea Posted March 1, 2009 Report Posted March 1, 2009 When 'the pages open in IE' - what is in your browser's url bar? And I do notice that in your last code, the file names are lower case, but in the first one, they are upper case. If your html has this in it: tops you have to have a file called tops.html (not Tops.html) uploaded to the SAME directory that your index.html is in. When you say 'click on the pages' - do you mean you click on the link on a page? And if you cannot get from home page to tops and from tops to pants - how do you get to tops to try to get to pants? Quote
hellohereisjim Posted March 1, 2009 Author Report Posted March 1, 2009 yes thats my problem my pages wont link together , I can my file in the browser and shows up linkable , but when i click on say tops ,ie shows page cant be viewed. Quote
hellohereisjim Posted March 1, 2009 Author Report Posted March 1, 2009 C:\Documents and Settings\Owner\Desktop\index.html.html is what is in url Quote
hellohereisjim Posted March 1, 2009 Author Report Posted March 1, 2009 I figured it out , my title of the file on my desktop for each file , index,tops,pants and sets.I had named them tops.html, so when the browser viewed them it put in the end another html and it wouldnt view, so i deleteed the end of the name just called it tops and it works now. Quote
hellohereisjim Posted March 2, 2009 Author Report Posted March 2, 2009 i need to learn other things , i am trying to put in my logo , but it wont appear in browser.is there a place i can learn how to add product pictures and descriptions and prices on the site . Quote
Wickham Posted March 2, 2009 Report Posted March 2, 2009 This is basic code for an image file:- Quote
hellohereisjim Posted March 4, 2009 Author Report Posted March 4, 2009 how do you add products and pictures and descriptions to your webpages ? Quote
Andrea Posted March 4, 2009 Report Posted March 4, 2009 Wickham gave you the code to add images. Descriptions would be text - likely inside tags, underneath those images. You might want to check into Stef's Shopping Cart Tutorial Quote
hellohereisjim Posted March 4, 2009 Author Report Posted March 4, 2009 I looked at some of the sample videos for the shopping cart ,jon,doesnt do as good as of a job making a novice like myself ,understand , I got lost quickly,stef's teaching method is pretty good I think . Quote
nathanchilds Posted March 6, 2009 Report Posted March 6, 2009 awesome i had the same problem as here thank you if any one was qwasting time for me i really do appologise Quote
hellohereisjim Posted March 7, 2009 Author Report Posted March 7, 2009 Print Jacket $20.00 i am trying to list products on the page ,the picture will not show up . Quote
Wickham Posted March 7, 2009 Report Posted March 7, 2009 Print Jacket $20.00 i am trying to list products on the page ,the picture will not show up . Edit the filename to scrub_pics/printjacket.jpg and edit the code to Print Jacket $20.00 .jpg is the same as .jpeg but some servers don't recognise .jpeg. Keep a copy of the original .jpeg file just in case you corrupt it editing the extension to .jpg, but that's unlikely. Also check the path to the folder images, the images folder should be inside the folder where your html file is. Quote
hellohereisjim Posted March 8, 2009 Author Report Posted March 8, 2009 still wont work and the path is ok .this is working to good , I need to list items on a page like a catalog and style it .my css isnt working either .How do you have buttons across top with drop downs for the differant menu cats.stef didnt cover that .I also want to know how to put background colors and make frames to encase the page or navigation.I got alot to learn ,I got the pages to link together , and a logo and thats it .my css dont seem to work on the navagation elements.I appreciate all your help . Quote
Wickham Posted March 8, 2009 Report Posted March 8, 2009 For drop down menus I suggest cssplay http://www.cssplay.co.uk/menus/ Choose one, open View / Source and look for the code for the example and copy the head section style tag styles (probably beginning #menu) and the relevant html markup probably inside . I have no idea why your images don't show. We might be able to cure it if we coud see your page online. Quote
hellohereisjim Posted March 8, 2009 Author Report Posted March 8, 2009 where can i find a color number chart , I would like to change the color on the menu Quote
hellohereisjim Posted March 8, 2009 Author Report Posted March 8, 2009 i have a root.css file how does it affect my webpage .it has the link ref in the index page ,but for some reason wont affect the page at all. Quote
Wickham Posted March 8, 2009 Report Posted March 8, 2009 These sites may help:- http://www.w3schools.com/html/html_colors.asp http://www.w3schools.com/tags/ref_colornames.asp http://www.321webmaster.com/hex-to-rgb.php Quote
virtual Posted March 9, 2009 Report Posted March 9, 2009 ww w.december.com/html/spec/color.html Quote
nathanchilds Posted March 9, 2009 Report Posted March 9, 2009 id strongly suggest looking over the code as it seems to be my problem everytime it is not the program you are using i would highly doubt it i would deffinately consider overlooking the code a few more times and make sure you close every rule you make in css i forgot to close just one and nothing worked but i soon seen the problem after several smokes and a few paces around my loungeroom lol also just make a header tag (example) Title in here just to run a quick test, just copy and paste from here so you do it right then apply the css to just that type of header then in css make the rule as i show you, h2 { border-top:2px solid black; color: red; } and make sure you save then go and have a look and see if that made any change, you should have a border above the Header and the header its self should be red fingers crossed if that don't work your just going to have to copy and paste your code for someone to have a look at it for you... Quote
nathanchilds Posted March 9, 2009 Report Posted March 9, 2009 also here is the hyper link tag to copy and paste if how you typed out your css file is the same as how it is in your directories then you should be right and also make sure you have your pages correct so they all link up and remember if you have your css in another directory from where your page is you want css to be displayed with you have to make sure you have the level side of things set right if all of your pages are on the same level then of course ignore what i just said and just copy and past this into your page where your old one is and it should be right, Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.