Jump to content

holmedwa04

Members
  • Posts

    743
  • Joined

  • Last visited

Posts posted by holmedwa04

  1. You just need to consider the sizes of images that you use, otherwise if they are to big they will not resize with the browser, causing scroll bars, which I presume you dont want?And yes, if you just use tables and width and height, it should work.

  2. Can't you just use this code:

    <SELECT NAME="namehere" class="select-box" ROW="??" COLS="??">

    Not sure whether it will work though, just an idea.

  3. This code should work:

    <a href="java script:MM_openBrWindow('link to your page.html','text that you would like to appear','width=your width in pixels,height=your height in pixels,menubar=yes/no,toolbar=yes/no,status=yes/no,scrollbars=yes/no,resizable=yes/no')">your text that you want to appear</a>
    There, just change the bits that are in bold, and I think it will qork, not quite sure what all of the things like status and things mean.
  4. Right from what I understand, this code should help you:

    <html><head><title>My Page</title></head><body leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0"><table border="1" cellspacing="0" cellpadding="10" height="100%" width="100%"><tr height="15%"><td colspan="2">Your banner and adds go in here</td></tr><tr><td width="15%">Your Navigation</td><td>Your Main Body of content</td></tr></table></body></html>

    Right, it should work, I have briefly tested it, just bung it into notepad and then save it as temp.html or template.html.

  5. But has anyone thought about moving on from our universe and into another? It is just such a wierd concept to grasp that space go on and on forever.Because if it doesn't then what is after it and if it does surely it must end, just two different contraditions.Wow, I never knew space could be so interesting. I was at one poin making a website about space but I never got round to completing it!

  6. This code is for textareas, but I think you can change it to whatever you like:

    <TEXTAREA NAME="Textarea Name" ROWS="??" COLS="??" style="font-family: arial;" onfocus="if (this.value=='Your Message.') {this.value='';}" onblur="if (this.value=='') {this.value='Your Message.';}">Your Message.</TEXTAREA>
    Just change the bits in bold, but make sure that you don't use an apposrophe '.
  7. You may like to try both of these websites:www.pageresource.comwww.yourhtmlsource.comAlso if you would like to use a mailto form you may find the following codes useful:

    <FORM METHOD=POST ACTION="mailto:Your Email Address?subject=Your Subject" ENCTYPE="text/plain">
    and...
    <INPUT TYPE="submit" VALUE="Submit Post" onclick="window.location=Link to your thankyou page';">
    Enjoy, but do realise there are problems with this as it relies on using the user email and other things. It is not one of the best methods but it works fine for me.
  8. Right, I have shortened it down, but why can't I have the links, other people have them for things like conTEXT and Fire Fox? They are all web development related, can I keep the W3Schools validation and W3Schools ones?

  9. I imagine that you have a code similar to this:

    <table width="100%" height="100%"><tr><td width="30%">My Navigation</td><td width="70%">My Main Page</td></table>

    If you just add valign="top" into the <td width="70%"> so it looks like this:<td width="70%" valign="top">It should make your text go to the top of the cell

  10. Oh no, I am not saying that we should forget Space exploration all together, Sapce is great, I just think that if we learnt what is on our planet first, then started to go outside and beyond. I mean their are maybe even two other ecosystems in the oceans that don't evolve around the sun at all, right in the bottom of great vast crevices on the sea bed.Really the Blue Planet is an awsome series!

  11. Oh rihgt, so it is about 10 or more methods. Do you think that my signature is better now? Because Jonas told me off, and suggested some improvments. Also, I know this is not really relevant but where has dantheprof been recently?

  12. This only works for IE as far as I'm aware of.
    <a href="java script:window.external.AddFavorite('http://www.yourwebsite.nl','My Website!')">Click here to bookmark this page</a>

    The browser needs to support Javascript.Ruud Hermans

    This is the one that I was taking about, I didn't realise that it already said I think it only works in IE, sorry for the confussion there. :)
  13. I don't get you, I am not going to use it. Beside, am I not right in saying that whne someone views your page it downloads all of the content into their tempory internet files, so wouldn't it be in there? They would be able to get it that way wouldn't they? If they really wanted to.

  14. That is very impressive, but why don't they spend more time looking at our earth and its vast oceans, because some of the things that we are finding out about the oceans is amazing. It would take much less time to seach everyinch of our oceans if we didn't spend all of the money on research into space.Have you ever watched the whole Blue Planet series, it is amazing.

  15. Thanks, I understand that it is not everybodys cup of tea, and so I don't take it as crisism when you say "the content is not my type of thing". Yeh, I like the colour scheme, I don't know exactly where it came from, but since trying to make it ages ago, I stuck with blues and obviously the white content area.And with the feedback, I would love to set it up to use a perl script that I know of, hence bypassing useing the users email and using BT instead to process it, but as BT dont support this function I can't. I have been thinking of using another free hoster for just the feedback and guestbook and just getting it to redirect or link to those instead.Anyway Thanks again for your feedback, it is much appreciated! :)

×
×
  • Create New...