Already a member?
Sign in
Location:
Add Photo to a Page
Discussion: using <img src> How do I add an image without uploading it?
Watch
|
Anonymous |
using <img src> How do I add an image without uploading it?
Apr 16 2008, 1:26 PM EDT Guys, I'm just trying to add in a standard link to a remote image. I don't want to, and can't, upload the image to the wiki's host. I need to use the html code to get the image on the page. In html, it's <img src="http://etc.etc/etc" alt="whatever" border="0"> This is really critical. Thanks, guys. 1 out of 1 found this valuable. Do you? |
|
DigitalX |
RE: using <img src> How do I add an image without uploading it?
Apr 16 2008, 1:30 PM EDT HTML is not available in Wetpaint. Uploading the image is easy and only takes a second or two. Just click the Photo button in the EasyEdit toolbar and type in the URL of the image. You can then change its specifications eg. height and centre. Do you find this valuable? |
|
Jason_wetpaint |
RE: using <img src> How do I add an image without uploading it?
Apr 16 2008, 4:40 PM EDT You can actually do this using the Other widget feature and an iFrame. Try: <iframe src="URLToYourImageHere" height="imageHeightHere" width="imageWidthHere </iframe> Do you find this valuable? |