Jump to content

mrkidd85

Members
  • Posts

    54
  • Joined

  • Last visited

mrkidd85's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. mrkidd85

    need help

    does anyone have any idea what the best way to put my site onto the search engines. we don't mind paying a small amount of money but does anyone know what the best way to do it is?
  2. www.villa-clarissa.com
  3. i have created a website with Angelfire. Everything is going OK except for the fact that when my browser goes onto the home page, and I click one of the links, the link always appears in a new window. I have tried this with different browsers and it's the same with every one. The HTML is exactly the same on every page, so why does this happen?
  4. sorry I didn't make myself clear enough. When I type what you said the background does go fixed but it is no longer stretched and the background image comes to an end before the page, is there anything i can put in between the script that I said to make it fixed?=<html><head> <title>How to stretch a background image.</title><style type="text/css">body {margin:0px;}#bg_image {width: 100%;height: 100%;left: 0px;top: 0px;position: absolute;z-index: 0;}#contents {z-index: 1;position: absolute;}</style></head><body><!-- this creates the background image --><div id="bg_image"> <img src="Beach.jpg" style="width: 100%; height: 100%;"> </div><!-- this puts the contents of the page ontop of the background image --><div id="layer1"> this is the script I have pasted, is there anything I can put in the middle of this to make it fixed. If there is could someone show me the whole script that I should paste into the page, as I have no clue how to do it
  5. i tried to do this but it doesnt work and where abouts do I add this to my script that I already have?
  6. I have added and stretched a background image and it works fine, i did it using this script<html><head> <title>How to stretch a background image.</title><style type="text/css">body {margin:0px;}#bg_image {width: 100%;height: 100%;left: 0px;top: 0px;position: absolute;z-index: 0;}#contents {z-index: 1;position: absolute;}</style></head><body><!-- this creates the background image --><div id="bg_image"> <img src="Beach.jpg" style="width: 100%; height: 100%;"> </div>But is there anyting I can add to this so that the background image remains fixed when I scroll down and up?
  7. i know how to create an email link but how do I add a CC aswell as subject?
  8. mrkidd85

    <DIV>

    I don't understant what you just said and I tried to put padding in but it didn't work. how in HTML terms to I add another column. One to go on the left (the contents), one to go to the right (pictures) and one (text)to go in the middle?is there a more simpler way to do it?
  9. mrkidd85

    <DIV>

    ok thanks but could you explain it a little because what if I want to add more div's? and the links are too close together to the content how can i separate it a little
  10. mrkidd85

    <DIV>

    i want them side by side, I have my links/contents on the left of the page, then I want to begin the home page in the middle, no overlapping, but its driving me insane
  11. mrkidd85

    <DIV>

    well im not really that good at HTML, I'm just a beginner really, could you tell me of a better way to do it because i copied and pasted this code off a beginner's website.
  12. mrkidd85

    <DIV>

    i just did, still no luck though
  13. mrkidd85

    <DIV>

    im having a nightmare trying to divide my page. firstly, I used<div id=layer1 style="position:absolute; top:20; left:00; width:25%; height:80%; padding:5px; border: #000000 2px dotted; background-color:#ffffff;></DIV> for the first part of my page, then when I completed that I did this<div id=layer1 style="position:absolute; top:20; left:30%; width:50%; height:80%; padding:5px; border: #000000 2px dotted; background-color:#ffffff;>, but all it does is underlaps the other one. does anyone know what I'm doing wrong??
  14. hey, i'm new to javascript, and I tried the animated banner code on my site as taught on this site. It worked fine with the first button, it changed colour when highlited, then when I repeat the code and attempt to do the same to my next button, not only does it not work but it stops the other one from working again.I used this <html><head><script type="text/javascript">function mouseOver(){document.b1.src ="b_blue.gif"}function mouseOut(){document.b1.src ="b_pink.gif"}</script></head><body><a href="http://www.w3schools.com" target="_blank"onmouseOver="mouseOver()"onmouseOut="mouseOut()"><img border="0" alt="Visit W3Schools!"src="b_pink.gif" name="b1" /></a></body></html> when i did this I then copied it and wrote out the next thing but it doesn't work. both of them now stay on the mouseout image. can anyone help me?
×
×
  • Create New...