Jump to content

learnerdeveloper

Members
  • Posts

    19
  • Joined

  • Last visited

learnerdeveloper's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. only the first image i listed appears but not the rest of the 32 images.
  2. tried that but slideshow still not working ???
  3. thank you guys. This site is wonderful so much help from everyone I put all the var as lowercase (showing up properly as i am doing this in notepad++) and put that 'I' for Image()as uppercase. But my slideshow still dosen't work, it stays on one image and doesn't move show any other photos. Any help please.
  4. Found a video on youtube about slideshow, but it is not working only 1 photo appears on the screen but not the rest and slideshow doesn't work. here is the youtube video i followed: Here is my code i put in my html file document page: <script type="text/javascript">Var image1 = new image()image1.src="thailand village.jpg"Var image2 = new image()image2.src="_MG_1994.jpg"Var image3 = new image()image3.src=".jpg"Var image4 = new image()image4.src="print3.jpg"Var image5 = new image()image5.src="Philippines Boracay.jpg"Var image6 = new image()image6.src="school transpot cycle rickshaw in old delhi2.jpg"Var image7 = new image()image7.src="local home in Jaisalmer town.jpg"Var image8 = new image()image8.src="DSCN5053.jpg"Var image9 = new image()image9.src=".jpg"Var image10 = new image()image10.src="DSCN5048.jpg"Var image11 = new image()image11.src="DSCN5023.jpg"Var image12 = new image()image12.src="DSCN4948.jpg"Var image13 = new image()image13.src="DSCN3870.jpg"Var image14 = new image()image14.src="DSCN3845.jpg"Var image15 = new image()image15.src="DSCN3844.jpg"Var image16 = new image()image16.src="DSCN3835.jpg"Var image17 = new image()image17.src="DSCN3833.jpg"Var image18 = new image()image18.src="DSCN3832.jpg"Var image19 = new image()image19.src="DSCN3778.jpg"Var image20 = new image()image20.src="DSCN3764.jpg"Var image21 = new image()image21.src="DSCN2596.jpg"Var image22 = new image()image22.src="DSCN2131.jpg"Var image23 = new image()image23.src="Agra.1.jpg"Var image24 = new image()image24.src="8250095229_b29953c3a0_b.jpg"Var image25 = new image()image25.src="girl.jpg"Var image26 = new image()image26.src="_MG_3094.jpg"Var image27 = new image()image27.src="_MG_3030.jpg"Var image28 = new image()image28.src="_MG_2485.jpg"Var image29 = new image()image29.src="8248131413_b9d468acf0_c.jpg"Var image30 = new image()image30.src="_MG_2418.jpg"Var image31 = new image()image31.src="_MG_2343.jpg"Var image32 = new image()image32.src="_MG_2325.jpg"Var image33 = new image()image33.src="_MG_1914.jpg" </script> <style> body{background-color:blue; margin: 0 auto; text-align:center} </style><link rel="stylesheet" href="style_folio.css"> </head> <body> <img src="thailand village.jpg" name="slideshow" alt="imageslideshow"> <script type="text/javascript"> var numberImage = 1 function myslide() { document.images.slideshow.src=eval("image" +numberImage+".src") If(numberImage < 33 ) numberImage = numberImage + 1 else numberImage = 1 SetTimeout("myslide()", 4500) } myslide() </script>
  5. so i was watching a youtube video of slideshow using javascript and it says saving it as a html file. So could i do a slideshow javascript inside the body of my html page?
  6. is it best to get a slideshow in wordpress? i haven't tryed wordpress yet but i am thinking i should try it. But i want to learn coding as it's important.
  7. How do i make a slideshow of my photos? what do i put in the html, css documents? i want to create a gallery for my images.
  8. doing some css looking good so far. CSS: nav { margin:0 auto; background-color:red; width:500px;}nav ul { list-style:none;}nav li { float:left; padding:10px;}nav li a{ color:red; text-decoration:none;}h1 { color:blue; font-family:verdana; font-size:200%; }p { color:black; font-family:courier; font-size:160%;} still not sure how to put my <h1>Land of Wonders</h1> onto the next line by itself as it is the title of the page? html: <body><h1>Land of Wonders</h1><p>Hi my name is Mark and welcome to my website of my photography adventures. I love to travel to different countries and experience to see different cultures and it's people. Travellingis a fascinating adventure which opens up your eyes.</p></body>
  9. <h1>Land of Wonders> on same line as menu toolbar. <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Untitled Document</title><link rel="stylesheet" href="style.css"> </head><body><nav> <ul> <li><a href="Home.html" title="to Home.html">Home page</a></li> <li><a href="About.html" title="to About.html">About page</a></li> <li><a href="folio.html" title="to folio.html">folio page</a></li> <li><a href="pet photography my dog.html" title="to pet photography my dog.html">pet photography page</a></li> </ul></nav><body><h1>Land of Wonders</h1><p>Hi my name is Mark and welcome to my website of my photography adventures. I love to travel to different countries and experience to see different cultures and it's people. Travellingis a fascinating adventure which opens up your eyes.</p></body><body> <p>Posted by: Mark</p> <a href="https://www.flickr.com/photos/56759154@N08/">My Flickr page</a> </body></html> need it to be on the next line as a heading/title.
  10. ok i must be doing something seriously wrong because it is not doing nothing. I put the following code in CSS: <!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>Untitled Document</title><style type="text/css">nav { margin:0 auto; background-color:red; width:500px;}nav ul { list-style:none;}nav li { float:left; padding:10px;}nav li a{ color:red; text-decoration:none;} </style></head><body><nav> <ul> <li><a href="Home.html" title="to Home.html">Home page</a></li> <li><a href="About.html" title="to About.html">About page</a></li> <li><a href="folio.html" title="to folio.html">folio page</a></li> <li><a href="pet photography my dog.html" title="to pet photography my dog.html">pet photography page</a></li> </ul></nav></body></html>
  11. it works when i do this in HTML file. But not sure what to put in CSS. If this works in HTML code then why do i need to do CSS? i understand that it will not work properly if i do all the styling in HTML file that is why you have to do coding in CSS but i am very confused what to put into CSS, is the code above the right code to pit into HTML? do you have to do coding for both HTML and CSS when you do styling likes colours, fronts, position text? here is the screen capture when i change the colour of text to blue when i did this in HTML file.
  12. If I put this code in HTML file for colour: In HTML file: <div style="color:#0000FF"><p>Hi my name is Mark and welcome to my website of my photography adventures. I love to travel to different countries and experience to see different cultures and it's people. Travellingis a fascinating adventure which opens up your eyes.</p></div> what do i need to put in CSS? I am very confused and need help. Thanks i just need a clear understanding how the process works in HTML and CSS. If I am doing styling do i need to put codes in both HTML and CSS?
  13. really confused here pleae help not working. please explain in easy terms as i am very new to web development. When i the <li> in html it lists the menu tool bar which is not what i want. I copied and paste the html code and css code which i believe is for navigation but don't see any difference. Have no idea how to change color of text, center text in middle of page. It works in HTML but when i delete the HTML and put this in CSS it doesn't do a thing. Sorry I am a bit slow and need someone to explain in simple terms so i fully understand what to do thanks, this is my results:
  14. Also trying to change the colour of the text. Try it in CSS doesn't work but when i try it in HTML file it works? Same problem i am having with centering the wording. Do i put that code in the HTML and do some coding in CSS, i opened it in my browser firefox to test it and it works when i do the code in HTML code but when i delete the color code in HTML and put it in CSS it doesn't work? Please help.
  15. also here is the screen capture of my HTML file and CSS file containing the codes: I use Notepad++ please tell me what i am doing wrong, is there any codes i need to add? I am really stuck and need to know what i'm doing wrong and need to know how to do it. I am a beginner and just learning web development.
×
×
  • Create New...