Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
CSS Links inside Webscript
Gerald_Bulmash
Has anyone put a similar to below?It seems that no matter what is in the .css file, even if it is blank, a text box appears on the livelink where I am calling the link.Will Livelink allow multiple css calls?
Find more posts tagged with
Comments
PVA_Livelink_Developer_(pva_pva_-_(deleted))
Message from Joe Lesh via eLinkThe HTML standard doesn't allow link tags anywhere but in the body tag. Putting it in the body will result in behavior that depends on how the browser chooses to handle the non-standard tag placement. Most browsers handle those kinds of tags best when they are not inside a FORM tag.If you are in 9.5, you can set a file to be included in the HEAD tag. Look at SetHeadHTMLFile on the page managers in WebNode.--Joe LeshProduct Development DirectorPVA, Inc.(336) 217-4570jlesh@pvaglobal.comeLink Discussion: Development Discussion wrote:> CSS Links inside Webscript> Posted by Reckenwald, Greg on 03/10/2006 05:02 PM> > Has anyone put a similar to below?> > > > It seems that no matter what is in the .css file, even if it is blank, a text box appears on the livelink where I am calling the link.> > Will Livelink allow multiple css calls? > > [To reply to this thread, use your normal E-mail reply function.]> > ============================================================> > Discussion: Development Discussion>
https://knowledge.opentext.com/knowledge/livelink.exe/open/786303>
; > Livelink Server:>
https://knowledge.opentext.com/knowledge/livelink.exe>
; > To Unsubscribe from this Discussion, send an e-mail to unsubscribe.development@elinkkc.opentext.com.> >
PVA_Livelink_Developer_(pva_pva_-_(deleted))
Message from Joe Lesh via eLinkCorrection: I said that LINK is not allowed anywhere but in the BODY tag, but meant that it is only allowed in the HEAD tag.Blame it on the weekend!Cheers,Joe