Jump to content
Sign in to follow this  
Novusordo

Briefing problem

Recommended Posts

20340375za3.gif

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

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
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

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

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 smile_o.gif

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×