Welcome Guest, Not a member yet? Register   Sign In
anchor tag inside form_label
#1

[eluser]zgames[/eluser]
this is what I want to do:
Code:
<label><a href="">Text1</a>Text2</label>

my setup:

Code:
$anchor = anchor(
'/bla/blah/',
'more text',
$variable
);

Code:
&lt;?php echo form_label('some text', $another_variable, $anchor); ?&gt;

this is what I get:

Code:
<label>some text</label>

any advice?


Messages In This Thread
anchor tag inside form_label - by El Forum - 04-25-2012, 11:42 AM
anchor tag inside form_label - by El Forum - 04-25-2012, 12:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB