css question - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: css question (/showthread.php?tid=68139) css question by Supersonicdarky on 11-07-2006 at 02:42 AM
how do you get css to automatically itilize all text within and including brackets? () RE: css question by hmaster on 11-07-2006 at 07:28 AM
I dont think thats possible. Unless maybe you use something like php after you've typed up your code and use str/preg_replace() to put the italic tags in. RE: css question by rav0 on 11-07-2006 at 07:39 AM
You could just type "(123)" and then replace "(" with "<i>(" and replace ")" with ")</i>". RE: css question by Adeptus on 11-07-2006 at 07:50 AM
Hi, |