Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Search results

  1. L

    JavaScript JS to reveal images in same place

    Awesome thank you very much
  2. L

    JavaScript JS to reveal images in same place

    To add: Can this be used instead of buttons <a href="#" onClick="changeimage('image1.jpg')">Image One</a> <a href="#" onClick="changeimage('image2.jpg')">Image Two</a> <a href="#" onClick="changeimage('image3.jpg')">Image Three</a>
  3. L

    JavaScript JS to reveal images in same place

    I've thried this but it doesn't work sadly. I also tried the following code from a youtube and that also doesn't work. <!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> </head> <body> <img id="bannerImage" src="image1.jpg" width="600" /> <br /> <br />...
  4. L

    JavaScript JS to reveal images in same place

    I'll give that a try Thank you
  5. L

    JavaScript JS to reveal images in same place

    Afternoon all, What I need is instead of clicking the image to move to the next image I want to be able to chose to click on text "Image 1" or "Image 2" or "Image 3" to be able to be able reveal those images. On some pages there maybe the need for just one image or up to five images. Sometimes...
  6. L

    OnClick On Text words Change Image

    Hello all, I have found this bit of code online that is almost what I want but I can't fathom how to sort it in to something to use. Everything shows to click the image but not other text. <html> <body> <img id ="imageOne" src ="circleRed.png" onclick = "changeColor()"/>...
  7. L

    CSS: link not showing in colour and underlined

    Now all sorted. thanks
  8. L

    CSS: link not showing in colour and underlined

    This is a sample of the page of the site with all the includes with it. Main HTML page <!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"> <?php include('assets/variables.php')...
  9. L

    CSS: link not showing in colour and underlined

    body { margin:0; padding:0; background-color:#ffffff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; } /*a{text-decoration:underline; color:#2E3BB6;} */ blockquote { margin:1em; padding:.5em; font-size:.9em; background-color:#F3F2ED; border-top:1px solid #999999...
  10. L

    CSS: link not showing in colour and underlined

    I have now changed to this in the hope it'd be right but still not working right. I commented out the original link formatting. The items I have added are in Bold Red body { margin:0; padding:0; background-color:#ffffff; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:1em; }...
  11. L

    CSS: link not showing in colour and underlined

    Hi, Thanks. This is a paragraph in the centercolumn <p> At Dungeness a quick look and photo of the old lighthouse before heading to the station. The station is modern and clean and the café looks really nice but as we didn't have long before the train but we had a very quick look in the shop...
  12. L

    CSS: link not showing in colour and underlined

    Evening everyone, First proper post. I am building a website which is based as a php site. The css has been ok but I cannot get my links to show up as underlined and as a different colour (prefer blue - I'm traditional like that lol ) It is in the main body of the (in the centerColumn that is...
  13. L

    Fun activity Say hello... in a coding language!

    <?php echo 'Hello, everybody!'; ?>
Back
Top Bottom