Jump to content

holmedwa04

Members
  • Posts

    743
  • Joined

  • Last visited

Everything posted by holmedwa04

  1. Just some tips on coding HTML, when opening a code you always need to close it in the right order, for example: <table><tr><td>This is cell 1</td><td>This is cell 2</td><tr><tr><td>Now this is cell one in row two.</td><td>This is cell two in row two.</td></tr><tr><td>This is before the nested table<table><tr><td>This is a nested table, notice how it has its own row, cell and table codes?</td></tr></table>This is after the nested table, I will now close the previous cell code.</td><td>This is a new cell next to the nested table, but it is still in the same row.</td></tr></table> Do you understand?
  2. I sort of get you, but can you change it for me please?And then I can just replace it!
  3. You may also like to try using photobucket.com
  4. Im not saying they are different, I am just saying that when coding, you have to use the same one when linking to it. Do you get me? And when inserting a picture, the extention has to be exactly the same, so it has to be the same case and not .htm when the file really is .html, do you see what im saying?Personally I use .html, .jpg and I never use uppercase extensions, to aviod any confusion.
  5. Yeh I soppose so, never thought of that! Lol
  6. Oh right, is that just to make them easier to remember?
  7. You may need to check that you are using the right extension, because it has to be exact.Some problems that may occur:Using .jpg when your image is .jpeg or visa versa.or...You may be using any of the following:JPEG with jpegJPG with jpgGIF with gifPNG with pngIt is case sensitive you see, it is also the same with .htm, .html, and many others.Has this worked?Edit: It is also worth noting that htm and html are not intercangable as with jpg and jpeg.
  8. I have this stylesheet:a:link {color:"blue"; text-decoration:"none"}a:visited {color:"blue"; text-decoration:"none"}a:hover {color:"green"; text-decoration:"underline overline"}a:link.2 {color:"blue"; text-decoration:"none"; font-weight: "bold";}a:visited.2 {color:"blue"; text-decoration:"none"; font-weight: "bold";}a:hover.2 {color:"green"; text-decoration:"underline overline"; font-weight; "bold";}a:link.3 {color:"black"; text-decoration:"none"}a:visited.3 {color:"black"; text-decoration:"none"}a:hover.3 {color:"green"; text-decoration:"underline overline"}a:link.4 {color:"red"; text-decoration:"none"}a:visited.4 {color:"red"; text-decoration:"none"}a:hover.4 {color:"green"; text-decoration:"underline overline"}body {scrollbar-3dlight-color:#000000; scrollbar-arrow-color:#FFFFFF; scrollbar-base-color:#000033; scrollbar-darkshadow-color:#000000; scrollbar-face-color:#000066;scrollbar-track-color:#000099; scrollbar-shadow-color:#000033} Now, I know that the bottom code for editing the scroll bar doesn't work in other browsers, which is not really a problem, but does anyone know how to get the rest of it working with firefox?Because now of my pre defined hyperlink styles work?And also to add to that, I doesn't use the font's I use sometimes, I mean I only want Arial?
  9. I am not being arrogant! I just have always used IE and I do have Firefox, and there have been problems that I have found. Anyways thanks to Dan!
  10. You dont need to use a server side script at all, although it is best, they can be done without, here are two pieces of code that I have used before, as I done have access to server side programs.<FORM METHOD=POST ACTION="mailto:your email?subject=form post" ENCTYPE="text/plain">First add your email and then add a subject for the email that is sent, this means then that you can set a rule up in your inbox to file you message straight away into an appropiate folder whilst still highlighting that you have mail. You need to use this instead of your <form> tag.Then...<INPUT TYPE="submit" VALUE="Submit Post" onclick="window.location='thankyou.html';"Then insert this code just before you reset form button, and make a thankyou.html page, telling your user that you have recieved their post and will respont ASAP.There are some problems with this, it depends whether the user has an email program, or if not then i will ask them to sign into their hotmail and click send.The other porblem is that even if you don't recieve any email at all it will still say thankyou and say you have recieved it.But this method works for me, and so appart from that it is fine.Hope this has helped you at all.
  11. IE is always the best, I have nver had any problems with it, anyway that is not to say that other web browsers are rubish.
  12. I thought you needed to use < and >Or is this just another way of doing it?
  13. You might like to try using this code instead:<a href="mailto:enquiries@address.com?subject=ENQUIRY&body=Text here to delete">email</a>Then they will actually know to delete it hence bringing them to the body of the email! But you can only use up to 30 words for this.
  14. You could try changing your basefont like this:<basefont size="4" color="name or hexcode" style="font">Insert after your body, pehaps this might work, I am not sure though.
  15. Can I just point out to you that, even if you have the movie on the actual site the user will still have to download it because their computer cant view it otherwise.Its is the same with pictures aswell, everything that the website needs is requested for and then once it is downloaded into the users tempory internet files it then displays it.This is in effect is what happens when someone opens you page.
  16. Cant you just look at the source code?
  17. The code I have given there relates to making a table like the diagram shown in post #4, but I think I might have forgotton to add the contacts cell, I will just edit it now.
  18. Of I didn't realise that you could do that, this is a big help for me!
  19. I cant see a yellow fish at all?
  20. I mainly use IE, and I only use firefox to check things, I dont really like firefox, because it doesn't use my stylesheet at all, and so all links dont follwo the right structure.Anyway, enough of me moaning, I have both fixefox and IE installed.
  21. Wow, that is seriously cool, I never knew that there were that many different colours you could use, the ones that I listed were from a HTML book that I have got but from reading it, I think that it was last printed in 2000, and so it might not be up to date.But I will certainly use those other ones, I mainly use just hexcodes but they are cool!
  22. Hi, you may also like to try:Bravenet andBT ConnetI know for sure about BT Connect being free, but things like server side scripts and things are limited, but other services can be paid for.Hope thias helps!
  23. I dont see anything wrong with it, it works in both IE and Firefox?
  24. If you are using a style sheet, you may want to set what H1 is formated to?
×
×
  • Create New...