The preview pane is one of the ways that viruses manage to run without "opening" an infected email. It is annoying for other reasons (appointments viewed in the preview pane don't offer the accept/decline controls).
Is there a way through Exchange, or otherwise, to disable the...
I have a number of public folders that are used to manage emails from
outside the organisation.
These public folders use Event scripts to change the message class into
a custom class that has forms set up for it.
The script is as follows:
Public Sub Folder_OnMessageCreated
Dim CDOSession...
It all depends what you want to do really. Netscape 4.x doesn't support all the CSS positioning, but it does to an extent. Obviously there will be cases where you feel you must use tables to lay out very complex graphic rich designs. But those are always going to be fixed width and look wrong...
Why not go for "liquid" design that will adapt to the size of the window, rather than fixed design. That way everyone sees something more or less the way you intended it.
After all, you never really know what size of window people are looking at. Once you have considered people...
I think the problem is that Dreamweaver is set up to accept Word documents set up the way most people use Word, and not in the way that you are "supposed" to.
Dreamweaver treats paragraph marks as line breaks. Some people will have Word set up so that they use paragraphs marks as...
Right! Nice piece of lateral thinking. And I can expand this to allow for the first and last in the field:
SELECT * FROM table WHERE (category + ',' LIKE '1,%') OR (',' + category + ',' LIKE '%,1,%') OR (',' + category LIKE '%,1)
Thanks.
Any idea how to get this working for selecting by...
You will need some sort of server side scripting ability like ASP or PHP and access to a database from the server.
Then you can get hold of any of a number of open source forum packages.
You could do worse than www.snitz.com (for ASP) or www.phpbb.com (for PHP). Both are relatively easy to...
When cutting and pasting from Word into Dreamweaver MX I have found that DWMX sees one paragraph mark as a line break, and two in a row as delimiting the end of a paragraph.
It deals with lists in an annoying way with some funny characters, but as long as your paragraphs are split with two...
I have a table with a field that contains a comma delimited list. The data for the table is input through an HTML form. The comma delimited list is created by checking check boxes on the form.
Eg
id | name | category
---|------|-----------
1 | bob | 1,10,11,14
2 | ted | 2,11,15...
I am trying to set up a form that can be used in multiple Public Folders.
The form is opened by replying to a message in public folders I have enabled it for (using another form).
The form needs to change the BCC field so that it adds the name or email address of the Public Folder - so that...
I think I need to get rid of Char(13)+Char(10), as the data was all created by a windows machine.
In the end I had to do most of the removal of whitespace manually, or just gave up on it. I just couldn't find any regular expression type stuff in MS's documentation that would allow me to get...
I am trying to replace </p><p> in an existing table (of over 800 records) with two newlines.
</p> and <p> are separated by an undetermined number of spaces.
Can I do this with an UPDATE query using replace and CHAR(10)? --
Dunx
How are newlines, tabs etc represented in Access 2002?
I need to replace some HTML in a SQL Server table with new lines, but I cannot for the life of me find this in the help.
It is driving me nuts.
I can't find it in the help file anywhere? --
Dunx
I create a record set as follows:
rs = Server.CreateObject("ADODB.Recordset");
sql = "SELECT id,text WHERE id = 1";
rs.Open(sql,my_connection);
The recordset rs should contain the following.
rs("id")
rs("text")
I now want to display the contents of my...
Lots of ways you could do this. I don't think there is a way to automatically press enter. You need to bypass the login part of the script if it isn't needed. In order to do that you need to work out in what circumstances the login isn't required.
Depending on what server technology you are...
You could always save all your text as a graphic....
:-)
Like the site...
Are you sure that you *have* to fix the text size? There are benefits for the design, but you are going to have to create a new page every time the text runs over - you might end up with your readers having to click on...
I agree with madhouse that using Powerpoint is a good place to start. If you have the latest version (that comes with office XP) you can use the Organisational chart to draw a hierarchy of web pages that look pretty good.
Also check out the flow chart features in words drawing menu. In the...
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.