- Iggyhopper
- |
- Exalted Mythic Member
AV=http://avatar.coolclip.ru/albums/Avatars/Avatars%2090x90/A vatars_90x90_022.gif
BG=http://avatar.coolclip.ru/albums/Avatars/Avatars%2090x90/A vatars_90x90_022.gif
Posted by: AmX15
The only problem now is with the Subject line. The two boxes are linked, so the Subject line is also 500 px. ☺No, wait. Let me see what you did thar in that script.
Oh man, you could have done that with one line of code, oh noes.
You did good though, AmX am hawt!
Just use...
document.getElementById("ctl00_mainContent_postForm_skin _body").cols = 40;
If you want, you could even add an auto-update-er.
Like so.
document.getElementById("ctl00_mainContent_postForm_skin _body").onkeypress = function()
{
document.getElementById("ctl00_mainContent_postForm_skin _originalPost_skin_PostBlock").innerHTML =
document.getElementById("ctl00_mainContent_postForm_skin _body").value
.replace(/\[b\]/gi, "<b>").replace(/\[i\]/gi, "<i>").replace(/\[u\]/gi, "<u>").replace(/\[\/b\]/gi, "</b>").replace(/\[\/i\]/gi, "</i>").replace(/\[\/u\]/gi, "</u>");
};
Oh, am hawt not because it's all me, it's my trusty firebug add-on.
[Edited on 12.22.2008 4:37 PM PST]