Welcome Guest, Not a member yet? Register   Sign In
Links and IDs
#2

[eluser]CroNiX[/eluser]
Code:
anchor($url, $title, $attributes);

anchor('cv', 'About Me', 'id="cv"');
would produce (assuming base_url is set to 'http://localhost/cs/index.php/'):
Code:
<a href="http://localhost/cs/index.php/cv" id="cv">About Me</a>

Code:
anchor('cv', 'About Me', 'id="cv" class="someclass"');

would produce:
Code:
<a href="http://localhost/cs/index.php/cv" id="cv" class="someclass">About Me</a>


Messages In This Thread
Links and IDs - by El Forum - 09-11-2010, 11:12 AM
Links and IDs - by El Forum - 09-11-2010, 11:30 AM
Links and IDs - by El Forum - 09-11-2010, 11:36 AM
Links and IDs - by El Forum - 09-11-2010, 11:50 AM
Links and IDs - by El Forum - 09-11-2010, 12:02 PM
Links and IDs - by El Forum - 09-11-2010, 12:21 PM
Links and IDs - by El Forum - 09-14-2010, 02:12 PM
Links and IDs - by El Forum - 09-15-2010, 02:01 PM



Theme © iAndrew 2016 - Forum software by © MyBB