Epoch/Sources/epoch_code/gui/changelog-sample.html
2015-10-08 11:45:00 -05:00

20 lines
831 B
HTML

<html>
<head>
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1250">
<meta name="GENERATOR" content="ofp">
<title>PageTitle</title>
</head>
<body>
<br>
<p align="center"><img src="\x\addons\a3_epoch_code\Data\EpochLogo.paa"" width="256" height="64"></p>
<br>
<p>Seems like Arma has very limited HTML features, no colors except for link, active link and bold text. Headings can have different fonts, see Epoch_GUI_ClientConfigs.hpp file for more info on this. </p>
<br>
<p>Depending on size of HTML, you might need to increase height of control to enable scrolling. You can do that in inside Epoch_main_config_html in before mentioned file. Height is calculated in percentages (42% = 0.42 * safezoneH) </p>
<br>
<p>TIP: Use filepatching to edit it live, file is reloaded when ESC is pressed</p>
</body>
</html>