Novusordo 0 Posted March 13, 2007 How do I make the Objective A/B part in black to be the link instead of the description part??? <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><p><a name="OBJ_1"></a>Objective A <a href="marker:A">Destroy all enemy units</a> </p><hr> <p><a name="OBJ_2"></a>Objective A <a href="marker:B">Destroy all enemy units</a> </p><hr> I cant work it out.... Share this post Link to post Share on other sites
Scillion 0 Posted March 13, 2007 I must not understand. You mean? <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><p><a name="OBJ_1"></a><a href="marker:A">Objective A Destroy all enemy units</a> </p><hr> <p><a name="OBJ_2"></a><a href="marker:B">Objective B Destroy all enemy units</a> </p><hr> Edit: OR <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><p><a name="OBJ_1"></a>Destroy all enemy units<a href="marker:A">Objective A </a> </p><hr> <p><a name="OBJ_2"></a>Destroy all enemy units<a href="marker:B">Objective B </a> </p><hr> Share this post Link to post Share on other sites
nuxil 2 Posted March 13, 2007 why dont you use this app instead of doing the editing in that html file by hand. http://www.chenderman.com/CHOFPSE.htm it works for arma too.. at least the briefing part. Share this post Link to post Share on other sites
Novusordo 0 Posted March 14, 2007 I must not understand. You mean? <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><p><a name="OBJ_1"></a><a href="marker:A">Objective A Destroy all enemy units</a> </p><hr> <p><a name="OBJ_2"></a><a href="marker:B">Objective B Destroy all enemy units</a> </p><hr> Edit: OR <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE"><p><a name="OBJ_1"></a>Destroy all enemy units<a href="marker:A">Objective A </a> </p><hr> <p><a name="OBJ_2"></a>Destroy all enemy units<a href="marker:B">Objective B </a> </p><hr> cheers m8 that will be find. i tried chri's tool but it keeps crashing. Share this post Link to post Share on other sites
nuxil 2 Posted March 14, 2007 to bad it crashes for you.. its a nice little tool. you do it something like this: shows the hole text as link <a href = "marker:markerA">objA destroy all units</a> only obj A shows as link <a href = "marker:markerA">objA</a>destroy all enemy Share this post Link to post Share on other sites
Novusordo 0 Posted March 14, 2007 i plan on reformatting soon to try out partitioning arma for better performance. chri's tool will most likely work after a reformat. cheers for the info on html Share this post Link to post Share on other sites