| khalid | 12 September 2009 13:49:04 |
| ZuLuuuuuu (Admin) | 13 September 2009 11:02:42 |
NewText = Replace(NewText, "[right]", "<p style=""text-align=right"">")
NewText = Replace(NewText, "[/right]", "</p>")
| khalid | 13 September 2009 15:22:24 |

| ZuLuuuuuu (Admin) | 13 September 2009 16:58:06 |
| khalid | 14 September 2009 14:35:20 |
| ZuLuuuuuu (Admin) | 15 September 2009 13:26:40 |
<img src="skins/<%=SettingsSkin%>/bold.gif" alt="<%=LanTitleBoldText%>" title="<%=LanTitleBoldText%>" onclick="AddiyziCode('Message', '[b]{SelectedText}[/b]')" onmouseover="style.cursor='pointer'" />
| khalid | 21 September 2009 15:35:29 |
| khalid | 21 September 2009 17:12:51 |
| khalid | 02 October 2009 16:38:03 |
| ZuLuuuuuu (Admin) | 03 October 2009 07:45:49 |
| khalid | 03 October 2009 08:01:31 |
I add the following code as you told me:
- <img src="skins/<%=SettingsSkin%>/right.gif" alt="<%=LanTitleRightText%>" title="<%=LanTitleRightText%>" onclick="AddiyziCode('MessageBottom', '[Right]{SelectedText}[/Right]')" onmouseover="style.cursor='pointer'" /> in inc_end.asp
-<img src="skins/<%=SettingsSkin%>/right4.gif" alt="<%=LanTitleRightText%>" title="<%=LanTitleRightText%>" onclick="AddiyziCode('TopicMessage', '[Right]{SelectedText}[/Right]')" onmouseover="style.cursor='pointer'" />
&
<img src="skins/<%=SettingsSkin%>/right.gif" alt="<%=LanTitleRightText%>" title="<%=LanTitleRightText%>" onclick="AddiyziCode('Post<%=ReplyPostID%>', '[Right]{SelectedText}[/Right]')" onmouseover="style.cursor='pointer'" /> in topic.asp
-<img src="skins/<%=SettingsSkin%>/right.gif" alt="<%=LanTitleRightText%>" title="<%=LanTitleRightText%>" onclick="AddiyziCode('Message', '[right]{SelectedText}[/right]')" onmouseover="style.cursor='pointer'" /> in inc_beginning.asp
and I modified inc_auto_code.asp by add the following code:
NewText = Replace(NewText, "[Right]", "<Right>")
NewText = Replace(NewText, "[/Right]", "</Right>")
when i tried the similer code with center & left it was working fine but with right thier was no effect at all.
| ZuLuuuuuu (Admin) | 03 October 2009 08:36:24 |
<p style="text-align: right">and </Right> to
</p>
| khalid | 03 October 2009 08:40:15 |
| khalid | 04 October 2009 10:28:48 |