PDA

View Full Version : looping replacement variables... will this "img src" swap work?


tryckj?vel
01-18-2008, 03:26 AM
Ok, so for the "lite" style, theres a replacement variable to change: "img src" into "a href"
(all images into links basically)
Thats awesome for everything except im gung-ho on having a simple 1kb forum logo in the header.

Im wondering if anyone knows an easy way to do this? the only thing i can come up with is adding another variable that replaces: "a href="http://domain.com/image.gif" with "img src="http://domain.com/image.gif" ...but im afraid that will just loop the server until it reaches the memory limit (which is set rather high thanks to poor search functions).

thoughts?