Quote:
Originally Posted by Starson17
I'd probably use preprocess_regexps to modify
Code:
<a href="/img/11_big.jpg">
<img src="/img/11_small.jpg"/>
</a>
to
Code:
<a href="/img/11_big.jpg">
<img src="/img/11_big.jpg"/>
</a>
|
I am new to recipe making. Can u help me with this exact problem.