Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] styling the HTML code....

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] styling the HTML code....
 Login/Join
 
Silver Member
posted
Hi guys,
i just want to know how can i style the code which is written in the HTML tag.

for eg:
-HTMLFORM BEGIN
"some data here"
-HTMLFORM END

Now my question is How can i style the data written in the HTML tag.i.e;i want styling for "some data here"

This message has been edited. Last edited by: Kerry,


WebFOCUS Version 7.6.7
windows
PDF
 
Posts: 44 | Location: Huntsville,Alabama | Registered: April 25, 2009Report This Post
Expert
posted Hide Post
-HTMLFORM BEGIN
<h1>"some data here"</h1>
-HTMLFORM END


You can use standard html style tags and/or css.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report This Post
Expert
posted Hide Post
I usually put a complete html document within the HTMLFORM tags.

-HTMLFORM BEGIN
<html>
<head>
<title>Test</title>
<style type="text/css">
body
{
background-color: #efefef;
font-family: "Trebuchet MS", sans-serif;
font-size: 12px;
font-weight: normal;
color: black;
}
h1
{
color: red;
}
</style>
<script type="text/javascript">
function allo()
{
alert('allo monde!')
}
</script>
</head>

<body onload='allo();'>
<h1>ha ha ha</h1>
blah blah blah
</body>
</html>
-HTMLFORM END


Ouch, my head hurts, there's so much to learn!


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Silver Member
posted Hide Post
Thank you sir,For the example...


WebFOCUS Version 7.6.7
windows
PDF
 
Posts: 44 | Location: Huntsville,Alabama | Registered: April 25, 2009Report This Post
Expert
posted Hide Post
Kiran,

Head for a site such as HTML Goodies if you want to learn HTML and some CSS, also search out the Ugly Javascript site (Google should hit it for you) to learn some JavaScript basics.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Virtuoso
posted Hide Post
And this forum is of course meant for (web)focus questions and answers, not for html or javascript or something like that. We do know how to work with it, but if you need specific answers, go to the best forum for that topic. Asking html questions here may give you an answer, but asking it on a html forum may give you a better one.


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] styling the HTML code....

Copyright © 1996-2020 Information Builders