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 strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. rgautier

    ColGroup and cell alignment?

    I found this helpful page: http://www.severnsolutions.co.uk/twblog/category/firefox/ that shows how the author uses Javascript to create inline style on all child TD elements for his tables in Firefox/Mozilla. Apparetnly this is a known difference in the DOM handling of COLGROUPs within the...
  2. rgautier

    ColGroup and cell alignment?

    Looking at the DOM for those TD's in Firefox - the <COL> elements don't seem to be a parent of the TD at all... Viva la difference, eh? Rich Gautier http://www.richgautier.com
  3. rgautier

    ColGroup and cell alignment?

    Firefox doesn't seem to pick up style from the <col> style for the entire column! I tried changing the text to red in the style def for the column, but that didn't work either! Since you want different styles for each TD, it's going to be a pain in the ass (you'll have to use classed tags...
  4. rgautier

    ColGroup and cell alignment?

    The following code works for me in IE6 (but not in Firefox) - so now I'm confused..... <html> <body> <table> <colgroup> <col style="text-align:center; width: 10%;"/> <col style="text-align:center; width: 10%;"/> <col style="text-align:left; width: 70%;"/> <col style="text-align:center...
  5. rgautier

    ColGroup and cell alignment?

    You can add the style with: <col style="align: center; width: 10%;"/> <col style="align: center; width: 10%;"/> <col style="align: left; width: 70%;"/> etc.. Rich Gautier http://www.richgautier.com
  6. rgautier

    IIS FP Server Extension and Web Form

    You might have to code the Email using CDO instead of using FP Server Extensions. I believe the FP Server Extensions From field value is locked to whatever the FP Server Extensions are configured as. Rich Gautier http://www.richgautier.com
  7. rgautier

    nessus scan report.

    Right click on 'Web Sites' - choose Properties Click on 'Home Directory' tab at top. Click on Configuration.. button - there you are. Rich Gautier http://www.richgautier.com
  8. rgautier

    need to unmap .printer and .shtml in IIS 6

    You can unmap .shtml in IIS6 under the Configuration page within the web server config. 1. Open IIS Manager 2. Right Click Web Sites, choose Properties 3. Choose the Home Directory tab. 4. Click on the button marked Configuration. Application extensions are all defined here. Although I did...
  9. rgautier

    Running vbscript in ASP

    Have you enabled ASP in IIS 6.0? It's turned off by default. In IIS Manager, click on Web Service Extensions. If you've done this and can run other ASP code, cut and paste your code example here for us to look at.
  10. rgautier

    Console ring cadence

    The console buzz tone, its volume and pitch are controlled by the options menu (as previously stated) - this menu is accessed by the Shift key and the third key along the top row (the one immediately after night/day switch) - the menu is keypad driven.
  11. rgautier

    Meridian Mail Outdial Not Working

    Actually found the problem - the SCNs on MMail did not match the SCNs assigned to the ports in the PBX. They had been cross-assigned.
  12. rgautier

    How many controls can you add to a form?

    While I've never run into a limit of controls on a form, I would imagine that if you've run into this limitation, you must have thousands of such controls. You may want to try changing your tactics to creating just one control of the type you need, and changing the properties during runtime, or...
  13. rgautier

    Setting up DNS Records on WindowsXP

    The 'hosts' file is NOT a DNS database. It doesn't work the same way at all, and has no different data types. It is a mechanism that pre-dates DNS for looking up host names, and is valid only on the machine containing the file. It will only allow you to 'fake' A record lookups for your...
  14. rgautier

    Dns error

    First thing you want to do is check your protocols configured for your PPP dial-up. Under Dial-Up Networking, look to make sure only TCP/IP protocol is selected. Turn off NETBEUI and IPX/SPX. You can still use these protocols on your LAN connection, but you shouldn't use them on your dial-up...
  15. rgautier

    Meridian Mail Outdial Not Working

    Getting 2732 Error: date/time VSS Node=2 HWLOC=0-2-2-1-2(or other) DES: OutDial with invalid channel DN (DN, OtherInfor):2001 10 [LNTC=HEX Codes here] The DN changes from 2001-2025 or so... It also spits out about 20 of these at 2AM every day. We can't seem to get Remote Notification working...

Part and Inventory Search

Back
Top