Jump to content

eduard

Members
  • Posts

    2,375
  • Joined

  • Last visited

Everything posted by eduard

  1. You could exactly see where the problem was! I posted that 10 days ago (post 1!). You gave me some hints e. g. about the developer tool (I had never used, because I didn't know they existed - now I know, BUT NOT GOOD how to solve the problem!
  2. You can give me 1.000.000 excuses, but until now no one has written: yes, the link to your style sheet wasn't good!
  3. Wrong! I don't have a damaged file! The error was: ../. ex4.css has always been in that folder! Unnecesary questions? Wrong answers!!!
  4. Damaged page? You can see my html doc and you could see that the link to my css isn't good written!
  5. But the most important thing I miss: the link to my stylesheet (css) doesn´t work. So, all desperate attemps for more than 1 week didn´t make any sense
  6. Wasn´t such a clear and simple answer not possible at W3Schools? Why didn't you just post the URL http://www.eduardlid.net/nicolas/hos...hospedaje.html to make it easy for people to go right to the page in question. Any minute you save us will be use to try to solve the issue at hand. 2) Your CSS ex4.css cannot be found. So you need to solve the path. 3) Create a container div(<div id="imgecontainer">....your images go here</div>) then:- solution a: set its let and right margins to the specific pixels value you desire.#imageoontainer{margin:0 40px; /* 0 for top and bottom, 40px fro left and right margins. Change to whatever values */overflow:hidden;} - solution b: set the width of #imagecontainer to a certain percentage of the page width then set its margins to auto#imagecontainer{width:90%; /* change to whatever percentage can accommodate your images */margin:0 auto;overflow:hidden;}
  7. I´ve clearly written that you´ve to go to ´hospedaje´! and ´hospedaje´ is the 3 rd URL!Not published? Why do I refer to a web page that isn´t good???
  8. Why should I? Post nr. 1 was very clear, but if you don´t read this post carefully! By this I´ve lost much time and won much frustration! And no excuse (like argentinians!)
  9. What I don´t understand is that image 3 is beteen image 1 and 2! That´s not what I want: (image 3 left, under image 1)? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <head> <meta http-equiv="content-type" content="text/ html; charset=UTF-8"> <title>Hospedaje</title> <link rel="stylesheet" type="text/css" href="../ex4.css"> </head> <body> <div id="top"> </div> <h2>Hospedaje</h2> <div id="images"> <img id="image_1" src="1.JPG" width="400" height="300" align="left" alt="image hospedaje"> <img id="image_2" src="2.JPG" width="400" height="300" align="right" alt="image hospedaje"> </div> <div id=""> <img id="image_3" src="3.JPG" width="400" height="300" align="left" alt="image hospedaje"> <img id="image_4" src="4.JPG" width="400" height="300" align="right" alt="image hospedaje"> </div> </body> </HTML>
  10. What´s wrong with this? <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <head> <meta http-equiv="content-type" content="text/ html; charset=UTF-8"> <title>Hospedaje</title> <link rel="stylesheet" type="text/css" href="../ex4.css"> </head> <body> <div id="top"> </div> <h2>Hospedaje</h2> <div id="images"> <img id="image_1" src="1.JPG" alt="image hospedaje"> <img id="image_2" src="2.JPG" alt="image hospedaje"> <img src="3.JPG" alt="image hospedaje"> <img src="4.JPG" alt="image hospedaje"> </div> </body> </HTML> *{ margin:0px; padding:0px; } body { background-color:#FAFAD2; }#imga {text-align:center; min-width:960px;}img {width:20%; margin:2%; border: 3px solid #D3D3D3;} #h1 { font-family:arial,verdana,helvetica; font-size:30px; color:blue; text-align:center; } #images > img:nth-child(odd) {float:right;clear:left;} #images > img:nth-child(even) {float:left;} I finally found the cause of this problem (1 week!) In my html I refer to ex3.css! But it must be ex4.css! However, my images aren´t still good!
  11. This I don´t understand! I suppose I must also have an imga id in my html, but I´ve id ´images?
  12. I´ve tried, but without success! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <HTML> <head> <meta http-equiv="content-type" content="text/ html; charset=UTF-8"> <title>Hospedaje</title> <link rel="stylesheet" type="text/css" href="../ex3.css"> </head> <body> <div id="top"> </div> <h2>Hospedaje</h2> <div id="images"> <img id="image_1" src="1.JPG" alt="image hospedaje"> <img id="image_2" src="2.JPG" alt="image hospedaje"> <img src="3.JPG" alt="image hospedaje"> <img src="4.JPG" alt="image hospedaje"> </div> </body> </HTML> #images > img:nth-child(odd) {float:right;clear:left;} #images > img:nth-child(even) {float:left;}
  13. Ready? You gave the answer! Thanks!
  14. Do I´ve to do that 4 times (4 images)? (Sorry, the sun was on my screen!) I{ ve another question to you! (after this problem!)I want to make also a html contact form + php. Can I then (finally) say my website is ready?
  15. No, wrong page (that one is ok!). I'm talking about www.eduardlid.net/nicolas/hospedaje/hospedaje.html!I want the images equally spread on the page!
  16. I tried 'overfllow:hidden; to #main, but it didn't work! But isn't that also the wrong page?
  17. Many thanks! I'll do that tomorrow (sunday)!
  18. But that's another page! Are we looking at the same page? This page only has images; not a video!
  19. Thanks!, but not right! 2 different questions: you were able, the detective isn´t! How do you get to an iframe, because I didn´t use it there?
  20. Amazing! But still the same question: How do I know that the images don´t fix in their div?
  21. Ok (read my book in a few years!),thanks!
×
×
  • Create New...