[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.ua] Re: intro xml - html tags inside text element

I implemented it with static html pages instead, like the following:
introcontent.xml
<page id="run"
url="how_to_run.html" />


how_to_run.html
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css" >
</head>
<body>
<h1>How to run</h1>
<ol>
<li>tralala</li>
<li>trululu</li>
</ol>
</body>