Jump to content

holmedwa04

Members
  • Posts

    743
  • Joined

  • Last visited

Posts posted by holmedwa04

  1. 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?

  2. 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.

  3. To make that more scarier we got a few moving black holes in our galaxy and one of them is pretty huge.To get back at the universe expanding witch I read I think on the first page this is called "The big cut" the moment the universe reaches it's maximum width and implodes swallowing everything even time, light and darkness.Makes you wonder.....what's the meaning of life???Btw. Einstein was a fake his o so famous theories where discovered before by others only thing he did was explain them in a way every one could understand.Ruud Hermans
    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!
  4. @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.

  5. 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?

  6. 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.

  7. 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! :)

  8. 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

  9. 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?

  10. 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.

  11. 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.

  12. 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.

  13. 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.

  14. 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?

  15. 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>

    <ahref="java script:MM_openBrWindow('filename.htm','filename','width=650,height=550,menubar=no,toolbar=no,status=no,scrollbars=yes,resizable=no')">click here </a>
    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...