I have hardcoded about 16 extra smilies. I get them to work without a problem. The question is how do I change the rows that they are displayed in ? In the posting field when they are displayed next to the text box I would like them to be 6 wide instead of 4 wide. Also when I tried to use the POP_ICON_LEGEND the pop up window displayed much to small to fit all the smilies. I hope I posted this in the right place. Any help would be appreciated. Thank-you.
inc_smilies.asp is where the smilies are shown next to the message field on post.asp. Just change the way the table is made there. If the window for pop_icon_legend.asp is too small, I'd suggest you change JavaScript:openWindow2('pop_icon_legend.asp')"" to JavaScript:openWindow3('pop_icon_legend.asp')"" in inc_post_button.asp
That worked great!! Thank-you so much. I was beating my head against a wall trying to figure that one out. Just out of curiosity how many openwindow commands are there? Is there a 4 or even 5 ? Once again thank you very much!!