Focal Point
[SOLVED] styling the HTML code....

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/807107742

September 23, 2009, 12:13 PM
kiran
[SOLVED] styling the HTML code....
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
September 23, 2009, 12:32 PM
GinnyJakes
-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
September 23, 2009, 12:49 PM
Francis Mariani
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
September 23, 2009, 02:00 PM
kiran
Thank you sir,For the example...


WebFOCUS Version 7.6.7
windows
PDF
September 23, 2009, 03:27 PM
Tony A
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 
September 24, 2009, 03:28 AM
GamP
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