Jump to content

vinpkl

Members
  • Posts

    448
  • Joined

  • Last visited

Posts posted by vinpkl

  1. yeah doing that made me go ahhh, but FYI the code was/is posted in full in the posts above

     

    when you paste the code in parts then we sometimes dont come to know where the user had exactly pasted the code in html.

     

    thats why we asked the user to post a link to page.

     

    the code sometimes have no problem,  but the placement of code makes it a problem.

     

    vineet

  2. fixed, needed to call the js in the <body> not outside <html> silly me :-)

     

    thats why i asked you to paste the full page code.

     

    good to know its now solved.

     

    vineet

  3. if in IE it is horizontally aligned (left align) and in firefox it is vertically center aligned, then there must be a big issue.

     

    start by validating your page with w3 validator.

     

    otherwise without seeing it online cant say anything.

     

    vineet

  4. you have 4 opening <table> tags but 2 closing </table> tags

     

    you have given 2 names to iframe.

     

    <iframe name="results" src="getkey.php" style='width: 500px; height: 1000px; border: 1px solid #000000; align: right;' name='test'></iframe>
    

     

    correct them.

     

    vineet

  5. a.white{
    color:#ffffff;
    }
    a.white:hover{
    color:#ffffff;
    }
    
    a.black{
    color:#000000;
    }
    a.black:hover{
    color:#000000;
    }
    ------------------------
    html
    <a href="#" class="white">hello</a>
    
    <a href="#" class="black">hello</a>
    

     

    vineet

     

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.