Redesigning The Formatting Tools [message #34409] |
Fri, 27 October 2006 01:03 |
Dustin Kowalski
Messages: 62 Registered: August 2006 Location: Leicester
Karma: 0
|
Member |
|
|
Hi again:
I've redesigned the look of the formatting toolbar and, using source code, have amended the HTML so that the new graphics will replace the old ones.
The problem I have is I just cannot, no matter how hard I look, find the correct template that contains the code that I'll have to edit.
Just as a pointer, it's the template that contains the code:
Quote: | <tr><td>
<table cellspacing=1 cellpadding=2 class="FormattingToolsBG">
<tr>
<td class="FormattingToolsCLR"><a title="Bold" accesskey="b" href="javascript: insertTag(document.post_form.msg_body, '', '');"><img alt="" src="theme/default/images/b_bold.gif" /></a></td>
<td class="FormattingToolsCLR"><a title="Italics" accesskey="i" href="javascript: insertTag(document.post_form.msg_body, '', '');"><img alt="" src="theme/default/images/b_italic.gif" /></a></td>
<td class="FormattingToolsCLR"><a title="Underline" accesskey="u" href="javascript: insertTag(document.post_form.msg_body, '', '');"><img alt="" src="theme/default/images/b_underline.gif" /></a></td>
|
All help is appreciated. Please try to be precise when expressing where I should be looking.
Thanks in advance.
|
|
|
|
|