Hi! I want to wrap ALL links with the <strong>-Tag. (I don't need bold text. What I need is the <strong>-Tag!! So I can't use CSS to solve the problem..) Example: old: <a href="foo.com">fubar</a> new: <strong><a href="foo.com">fubar</a></strong> Any idea how to do that? regards, .:fabian