How can I place an external link at the bottom of this WikiTalk?

{   [ Presentations.ContainerStart("div", "InfoBoxProgrammer"), 
Presentations.ContainerStart("span", "infoboximg"),
"http://www.def.com/images/plainlogo.gif";,
Presentations.ContainerEnd("span"), Newline,    
Presentations.ContainerStart("span", "InfoBoxTitle"), "Member", 
Presentations.ContainerEnd("span"), Newline,    
Presentations.ContainerStart("span", "InfoBoxHdr"), "Member Name", 
Presentations.ContainerEnd("span"), Newline,         
Presentations.ContainerStart("span", "InfoBoxValue"), 
topic.GetProperty("Name"), Presentations.ContainerEnd("span"), Newline,   
Presentations.ContainerStart("span", "InfoBoxHdr"), "Joined", 
Presentations.ContainerEnd("span"), Newline,      
Presentations.ContainerStart("span", "InfoBoxValue"), 
topic.GetProperty("Joined"), Presentations.ContainerEnd("span"), Newline, 
Presentations.ContainerStart("span", "InfoBoxHdr"), "Affiliation", 
Presentations.ContainerEnd("span"), Newline, 
Presentations.ContainerStart("span", "InfoBoxValue"),
topic.GetProperty("Affiliation"), Presentations.ContainerEnd("span"),
Newline,        Presentations.ContainerStart("span", "InfoBoxHdr"), "Role", 
Presentations.ContainerEnd("span"), Newline,        
Presentations.ContainerStart("span", "InfoBoxValue"), 
topic.GetProperty("Role"), Presentations.ContainerEnd("span"), Newline,
Presentations.ContainerStart("span", "InfoBoxFooter"), "I want the external 
link here -- ??",
Presentations.ContainerEnd("span"),     Presentations.ContainerEnd("div"), 
Newline,    ]}

_________________________________________________________________
Helping your favorite cause is as easy as instant messaging. You IM, we give.
http://im.live.com/Messenger/IM/Home/?source=text_hotmail_join
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to