Jump to content

holmedwa04

Members
  • Posts

    743
  • Joined

  • Last visited

Everything posted by holmedwa04

  1. You could just try using tables, but the code previously mentioned should work absolutely fine, so I owuldn't worry about tales unless you already have a website that has a table structure.
  2. Everyone talks about IE bugs, but why are there so many? Presumably IE are goin to try and irradicate them when they properly bring out IE 7?
  3. Akthough the marquee tag works I thought that it has been depriceated and that t won't validate?
  4. When using the title attribute I think you can't use ' perhaps that is a problem that you are havng, but then thinking about it, it wouldn't display at all. Sorry
  5. holmedwa04

    url icon

    Can anyone make me one that is based around my logo? My logo is my avatare by the way. I just can't seem to make one that doesn't look really rubish. Please can you help me?
  6. Hi,Sorry again to bring this topic back up but, is there a way of adding this to a stye sheet?Because the person who needs this would like it to be on more than one page without having to add it to each individual one.
  7. I have actually been to his house and looked round, it is a National Trust place near Nottingham. He must of discovered his theories because everyone even his mother said how boncuz he was and that things were the way they were because God made them that way. In those days people didn't question why things were as they were because it was against there religion. This is why Einstien was such an extrodinary person!
  8. @Ryusuke Many of your errors, if not all of them are where you have just forgot to close tags and missed out just a sngle character. It shouldn't take you too long to go through them and fix it up. I must say I saw a website the other day and it had about 6 or 7 different validtion things and it looked pretty impressive!I might go through my coding but I have to say, with over a hundred pages I am not looking forward to it at all.
  9. holmedwa04

    url icon

    I have always wanted one of those for my website, but I can never seem to be able to make an image that is small enough. Don't they have to be about 20 by 20 pixels?
  10. Yeh, I knew what books he had written, I just had never really thought what they were about, I did part of my ICT coursework on him, and about how ICT has helped him.
  11. I have never really thought about embeding files in a page, but com to think of it, all files on our intranet at school are embedded in this sortof way, because when you click on them, they open in a small ort of frame with all the different buttons, like a mini program!
  12. Welcome to the forums, hope you enjoy your time here and that someone here can answer your problems. Feel free to help people if yu want to but don't forget, you don't have to help people!
  13. Wow, I never realised that what Stephen Hawking wrote was about Balck Holes.
  14. I think they mean a button like a favorites button but one that will make their page the users homepage when they click?If so here is the code: <FORM><INPUT TYPE="button" VALUE="Your Text Here" onClick="this.style.behavior='url(#default#homepage)'; this.setHomePage('The URL of your page');"></FORM> there that should work
  15. Do you mean that the links that are images have a border around them?If so just put this code in the image tag: border="0" so for example:<img border="0" src="mypic.jpg">
  16. Can't you just link to them like a normal hyperlink, then just have a disclaimer that says you need Adobe so download the latest version here if you do not already have it.
  17. Wow, black holes are really interesting, do you think someone could write a whole book on black holes? In fact it seems scary that it could have sucg a gravitational pull, anyway, why don't they just start to take (can't use another word) the whole of space up, and our plants? Also surely eventually they would get so dense that they would just explode themseves and recreate the big bang.HEY, these as theory, eventually everythin gets sucked into a black hole and then it explode and the universe starts again!What do you think to that?
  18. Yeh I think your right, although I don't know what quite all of those are, but if you are making a website you really need to code it using Notepad. Well thats what I do So, to get started go to the W3schools website and follow the HTML tutorials.
  19. No problem, I use tables all the time for my webpages. in facts my whole website is made with table, and many other nested tables, infact, about 4 - 5 in some places.But you get used to tables after a while. There are other ways of making a template for a website, but i personally like tables.
  20. You are using tables are you not?If you are then you should have code simalar to this: <table><tr><td></td><td></td></tr><tr><td colspan="2"></td></tr></table> Within those codes you should have things like this:width="??" and height="??"You will need to replace those with percentages rather than number of pixels.You will also need to guage how big you want things because 1 pixel is never the same as 1%. A percentage will vary depending on the actual size of the brwser window, but a number of pixels won't, they are the size they are. Do you get me?So for example I want a page with a top bar for my title, then A navigation bar, a main page and an advert bar. I then want a bar along the bottom to put contact details in, the code would look something like this: <table height="100%" width="100%" border="1"><tr height="15%" width="100%"><td colspan="3">This is my top title bar!</td></tr><tr height="75%"><td width="15%">This is my navigation!</td><td width="70%">This is my main page!</td><td width="15%">This is my advert bar!</td></tr><tr height="10%" width="100%"><td colspan="3">This is my contact bar</td></tr></table> Can you see how the percentages are working? They need to add up right, there is a slight margin for error because if you used 33%, 33%, and 33% it would still work.
  21. This is just a really simple fix, instead of using sizes that are pixels use percentages e.g. <table width="100%">Also, you need to bear in mind that text will resize with the browser, just have more or less words on a line but pictures wont, so just be careful about the ammount and the size of pictures that you use and you should be fine.
  22. Erm wouldn't setting the page to offline work, like make available offline? Anyway, isn't it violating the rules of the exam?
  23. Wow, this topic is really interesting, I thank whoever bought it up. Space could drive anyone round the bend trying to work out why it is what it is and how did it form, and what is it expanding into and so on. And how come if you entered a black hole you would be stretched like spagetti before you could say bobs your uncle?In fact that is a scare thought, being sucked into a black hole. Am I rigth in saying that they have a huge gravitational pull?
  24. I am ever so sorry I have just realised some mistakes with that code that I sent you, so lets start agian:This code should work:Add this code to the head of your page, well inside: <script LANGUAGE="JAVASCRIPT">function MM_openBrWindow(theURL,winName,features) { //v2.0 window.open(theURL,winName,features);}// --></SCRIPT> There, just change the bits that are in bold, and I think it will work. You just need to make sure you get the first bits right, make sure that you do the second bold bit exactly the same as your file name without the extension.There that should work!
×
×
  • Create New...