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...
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
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...
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...
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
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
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...
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.
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.
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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.