![]() |
a DOT besides button - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: a DOT besides button (/showthread.php?tid=29428) |
a DOT besides button - El Forum - 04-09-2010 [eluser]napz[/eluser] hi Guys, I tried the anchor and put a button inside in it. <?php echo anchor('link/testlink', '<input type="button" value="view">'); the output is a button, however the problem is there is a small .[dot] besides the button, right and left. looks like this: .[view]. what can I do to omit this dot besides the button? Thanks, a DOT besides button - El Forum - 04-09-2010 [eluser]rogierb[/eluser] I just tested your code, but it appears to work just fine in several browsers. Is it really a Dot or is it the anchor underline? What version of CI? Do you use style an the anchor a DOT besides button - El Forum - 04-09-2010 [eluser]napz[/eluser] [quote author="rogierb" date="1270832579"]I just tested your code, but it appears to work just fine in several browsers. Is it really a Dot or is it the anchor underline? What version of CI? Do you use style an the anchor[/quote] The latest version, thanks rogierb. but I think all of the anchor i make to link my buttons have dot. It seems in the css sort of thing hehehhe... anyway thanks |