Thread: BBcode shoutbox
View Single Post
  #5  
Old 4th September 2011, 22:43
kira kira is offline
Senior Member
 
Join Date: Jul 2011
France
Posts: 69
Default
PHP Code:
    <table border="0" cellpadding="1" cellspacing="0">
                        <
tr>
                            <
td class="none">
                                <
a href="#" onclick="TSInsert(\'[b]\',\'[/b]\',\'' . $this->FormName . '\',\'' . $this->TextAreaName . '\'); return false;" class="borderit"><img src="' . $this->ImagePath . 'codebuttons/bold.gif" alt="' . $lang->quick_editor['bold'] . '" title="' . $lang->quick_editor['bold'] . '" /></a>
                            </
td>
                            <
td class="none">
                                <
a href="#" onclick="TSInsert(\'[i]\',\'[/i]\',\'' . $this->FormName . '\',\'' . $this->TextAreaName . '\'); return false;" class="borderit"><img src="' . $this->ImagePath . 'codebuttons/italic.gif" alt="' . $lang->quick_editor['italic'] . '" title="' . $lang->quick_editor['italic'] . '" /></a>
                            </
td>
                            <
td class="none">
                                <
a href="#" onclick="TSInsert(\'[u]\',\'[/u]\',\'' . $this->FormName . '\',\'' . $this->TextAreaName . '\'); return false;" class="borderit"><img src="' . $this->ImagePath . 'codebuttons/underline.gif" alt="' . $lang->quick_editor['underline'] . '" title="' . $lang->quick_editor['underline'] . '" /></a>
                            </
td
Reply With Quote