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 Rhinorhino 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 sambo80

  1. sambo80

    Table Widths Grrrrrrrrrrrrrr!!

    Hi I'm on the verge of pulling my hair out :-) simple table code: <table width=775 border="1"> <tr> <td width="200">sasasasasasasasadddddffffdddddd </td> <td width=300>sasasasasssssssss</td> <td width=275>dsdsdsdsduuuuuuuuuuuuuuuuuuuuuuuuuuuuds</td> </tr> </table> But...
  2. sambo80

    &lt;a linking to multiple sections

    can you have a situation where if its case 0, then process case 1, 2, 3 and 4? thanks
  3. sambo80

    &lt;a linking to multiple sections

    ok... can i then just have another 'case'. for eg: <?php break; case 0: // HAVE PHP CODE here to say that case 1, 2 and 3 and 4 should be processed, therefore all the tables would appear one after the other. I don't want to have the table code repeated in this case. ?>
  4. sambo80

    centering web page and background colour

    Hi I think this is a quick and easy one, just that I can't get it to work. At the moment I have my main web page in a <div tag> as follows: <body> <div id="container"> <table........... WEB PAGE </table> </div> </body> My css for the container ID is as follows: body { text-align...
  5. sambo80

    menus overlapping content

    thanks a lot kaht!!! I added to the 'submenu' style and it worked. Cheers [2thumbsup]
  6. sambo80

    menus overlapping content

    Hi I've just added in a newsletter (javascript coded) and css positioned it into top right section. But now my menus are not overlapping the news ticker. When you drop down a menu, it always is overlapped by the news ticker. To see it screw up have a look at...
  7. sambo80

    &lt;a linking to multiple sections

    Hi I have a map, with the diffferent areas linking to their own tables. But all the code is in one page called index.php. So I have some php code that uses cases to distinguish between the tables. So if you click on NOrth America then case 1 is processed. see below for index.php?r=1. What I...
  8. sambo80

    showing/hiding layers problem

    Hi Dan Thanks for your reply....Changing the onClick to onChange didn't work (unless I needed to do something else to that line as well). But I've got a workaround. In my 3rd form I put in some more javascript, just above the select tags...: <SCRIPT LANGUAGE="JAVASCRIPT"> function...
  9. sambo80

    showing/hiding layers problem

    Hi I have web page, with 3 radio buttons. Clicking on either will display 1 of 3 different forms. I've got some javascript in my head tag, and then got "onClick" code on the radio buttons, then the 3 forms are each surrounded by div tags. It all works. But I want to show and hide 2 tables in...
  10. sambo80

    ! (exclamation mark) randomly appearing

    heres the perl script: (its a bit long) ************************************** #!/usr/bin/perl use CGI::Carp qw{fatalsToBrowser}; ############################################################################## # Software download Version 1.0 #...
  11. sambo80

    ! (exclamation mark) randomly appearing

    On our website: When a customer downloads our products, he/she fills in the following form: www.pertmaster.com/mcanalyzer/downloads/index.htm Once he fills this, in the back-end a perl script is called 'downloadmca.pl'. This is processed, and then the user is redirected to a thank you page...

Part and Inventory Search

Back
Top