thanks it worked - part of the problem was the photo file size after I
took it into photoshop and reduced the size it appeared.
Thanks for all your help.
I think you’ve already found your answer but I just want to add that you
can use relative paths (paths relative to public/ in the case of
Radiant).
For example, I often use something like this for my images:
!>/images/pages/te_usb.jpg!
The div is what styles it, the ‘>’ floats the div to the right and the
URL is, of course, right there! I upload my pictures to
[Radiant_Site]/public/images/pages
The public directory in a Rails app (which Radiant is) roughly maps to
http://(mywebsite)/ (of
course except for Rails routes, which are not actually part of the file
system, per se).