Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Petrolhead

  1. Petrolhead

    What is the value of W3C validation if...

    Hi Henry, I have just set up my own personal website as a mock run to help me learn xhtml and css before I set up a site that my business will run off. I started out as a complete novice a month ago with no knowledge of code at all, and I managed to hand code a site without a programme. I...
  2. Petrolhead

    Floating Colums Forced Under

    Hi Dan, That got it, Thanks for the help. Don't know how you guys get so good at this, doing this website has been such a steep learning curve for me. Many thanks again.
  3. Petrolhead

    Floating Colums Forced Under

    I have added float left and also tried float right. This does line the 3 columns up but forces my content column to either the far left or the right,not the middle.
  4. Petrolhead

    Floating Colums Forced Under

    Hi there, I am having an issue where I am trying to align 3 columns. The central column is being displayed to the left on the top of the page, and the left and right columns are being forced under. Could anyone help me out, I'm having real trouble getting this one to work...
  5. Petrolhead

    response redirect path problem

    Well spotted. I have changed the variable as suggested but it is still loading the error page Thanks for the help so far, any other ideas, I'm stumped now...
  6. Petrolhead

    Positions menu's

    Hi there, I am having some trouble positioning my js menu's. When i load it in ie8 the menu sticks above the div boundary. In firefox it is kicked out into an overflow jumble down the bottom corner. I've tried making the div taller to accomodate it but it's still sitting up the top. I think...
  7. Petrolhead

    response redirect path problem

    sorted the path out now it just loads the error file. I seem to be having a bad day with this. If i post the html for table could anyone point out where I'm going wrong. <form method="post" action="./scripts/contact.asp"> <table width="90%" cellspacing="5" cellpadding="5"> <tr> <td...
  8. Petrolhead

    Script Error 'Expected End'

    got it I was missing a carraige return for the syntax
  9. Petrolhead

    response redirect path problem

    Hi there, I have resolved all other issues with my contct script script. I now get a 404 file not found error when I run it. I believe this is due to a path error on the final response redirect in the code. the thank-you.html file is in the root directory and the contact.asp script is in a...
  10. Petrolhead

    Script Error 'Expected End'

    I replaced the endif with end if and I'm now getting this error: Error Type: Sun ONE ASP VBScript compilation (0x800A0401) Syntax error, unexpected "Else ", expecting end of statement /thomas-irvine.com/scripts/contact.asp, line 32, column 1 I've moved the 2nd end if to the end of the script...
  11. Petrolhead

    Script Error 'Expected End'

    Hi There, When my contact page runs this script I get the following error: Error Type: Sun ONE ASP VBScript compilation (0x800A03F6) Expected 'End' /thomas-irvine.com/scripts/contact.asp, line 53, column 51 I think I have closed all the ifs unless the elseifs need closing too. Can anyone...
  12. Petrolhead

    Dynamic Menu Positioning

    Hi Dian, I have saved the file as a js but i'm not sure how to write the incldue or script statement. http://79.170.44.100/thomas-irvine.com/ I have put the js code in a span, now in IE it will display in the div but sticks out the edges (too wide) In firefox it simply appears as a jumble in...
  13. Petrolhead

    Dynamic Menu Positioning

    Hi there, I have used a dynamic menu creator to generate code for a dynamic html menu which I have inserted into the hmenu div on my index page. When viewed in firefox & ie however the menu appears at the very top of the page and rolls down when you scroll down. How do I get the menu to stay...
  14. Petrolhead

    Image WOn't Display

    Many thanks for the helpful reply. I never fully understood what the dots were for, makes a lot more sense now, ,and I've been able to get all the image links working. Thanks again. :-)
  15. Petrolhead

    Image WOn't Display

    I think I may have a path issue but not sure how to get around it. My web site is structured as follows: Root\CSS\CSS files Root\Images\Image files Troulbe I'm not sure how to construct a path relative to the CSS file, even the full drive location doesn't work.

Part and Inventory Search

Back
Top