Thread: BBcode shoutbox
View Single Post
  #6  
Old 4th September 2011, 22:45
xDev xDev is offline
Banned
 
Join Date: Feb 2008
P2P
Posts: 158
Default
Quote:
Originally Posted by kira View Post
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
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 . 'bbcode/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 . 'bbcode/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 . 'bbcode/underline.gif" alt="' . $lang->quick_editor['underline'] . '" title="' . $lang->quick_editor['underline'] . '" /></a>
                            </
td
Reply With Quote