If I put the following in DWT:
<input type="image" src="tcm:1-90" name="submit"/>
<img src="tcm:1-90" />
And then put this DWT in the page template as follows:
- DWT
- Publishing binary files in a package
- Allow Links
In the end, I get this output element:
<input src="http://localhost/Preview/.../img.jpg" type="image" name="submit"/>
<img src="http://localhost/Preview/.../img.jpg" />
, ?
DWT :
<input type="image" src="tcm:1-90" tridion:href="tcm:1-90"
tridion:type="Multimedia" tridion:targetattribute="src" name="submit"/>
<img src="tcm:1-90" tridion:href="tcm:1-90" tridion:type="Multimedia"
tridion:targetattribute="src" />
TBB , Link Resolver I, .