Hello Again, i have one last problem, is it possible to replace the string, even if it is not exact, i will use the same example because as i said, i can't explain things. Say i have an image,
<img src="scott" />
that works fine, but what if my image has parameters with it? e.g.
<img src=scott" width="100px" height="100px" border="0">
^You know what i mean, it could have any number of differently ordered ones. e.g. height could come before width?
So is it possible to make this work using the same bbcode as above? Even if it doesn't specify any parameters? - Just the URL to image? I only really care about height and width, though more would be good aswell, i already have the bbcode for this
[_img=100x100]image.png[/_img]
So is this possible?
Thanks for any help, Scott.