English 中文(简体)
vCard Microformat on a web page
原标题:

I m trying to use the vCard Microformat standard to provide a VCF export option on a web page, but when I try to export to Outlook 2003, it doesn t show the phone numbers at all. Here s the vCard code in the page; is this normal for Outlook to not pull in the phone numbers?

<div id="" class="vcard" style="float:left; display:inline-block;">
 <a class="url fn n" style="color: #EEFDFD; text-decoration:none" href="http://www.unctv.org">
 <span class="given-name"></span>
  <span class="additional-name"></span>
  <span class="family-name"></span>
 </a>
 <div class="org">UNC-TV</div>
 <div class="adr">
  <div class="street-address" style="display:inline">10 T.W. Alexander Drive, P.O. Box 14900</div>,
  <span class="locality">Research Triangle Park</span>, 
  <span class="region">N.C.</span> 
  <span class="postal-code">27709-4900</span>
  <span class="country-name"></span>
 </div>
 <span class="tel">
  (919) 555-7000
 </span>, 
 <span class="tel">
  <span class="type">Fax</span> 
    <span class="value">(919) 555-7201</span>
 </span>,
 <a class="email" id="email" style="color: #EEFDFD; text-decoration:none" title="Click to email UNC-TV" href="mailto:some_email@somedomain.com">some_email@somedomain.com</a>
</div>
最佳回答

The Operator plugin, as suggested by cygri, does the job. I m using both the Tails Export and Operator to show the power of microformats to folks.

问题回答

暂无回答




相关问题
MS Outlook macro to strikeout selected text

The task is to apply strikeout to current font in selected text area. The difficulty is that Outlook doesn t support recording macros on the fly - it wants code to be written by hand. For example, ...

Outlook shortcuts style toolbar in Qt

Is there any way to create outloook shortcuts style toolbar in Qt? Should use normal toolbar and try to style it somehow (I have little idea how to achieve this)? Or does Qt provide builtin widget for ...

Outlook 2007 CommandBarControl.Execute won t work

I recently switched to Outlook 2007 and noticed that my VBA-macros won t work. I use the following code to open a new appointment-item (and fill it automatically). It worked perfect in Outlook 2003, ...

outlook and programming with C#

I wish to use the my Microsoft Outlook Task list in my C# application. Do you have any idea if that is possible? Can you give me a starting point or some tips for this task? many thanks! ps: btw, now ...

get file icon for Outlook appointment (.msg)

I ve read Get File Icon used by Shell and the other similar posts - and already use SHFileInfo to get the associated icon for any given extension, and that works great. However, Outlook uses ".msg" ...

Outlook 2003 - Add an icon column to a View?

I want to add a custom column to the Inbox which is a Yes/No column. I want an icon to show in the Yes case. How can I do this? Everything I ve looked up is either about adding a column through the ...

热门标签