Web Scene Pictures

739
1
08-27-2014 01:43 PM
LukeCzar
New Contributor III

Hi

I wanted to put a picture into my attributes so I used this code:

<iframe height="405" width= "600" src="http://**********************/bldg_photos/03910 *******************0607.png" ></iframe>

picture.png

The picture is not centered, so I put " /n" at the end of the code and it still does not work, (you can see underneath the picture there is USE and Zip, and right above that       "/n"   <-- it didn't use the code

On the other hand when I create a new attribute in CityEngine and copy exactly the same code it works! I have all attributes preset in ArcMap and I don't want to copy and paste new attribute in CityEngine

2.png

Any ideas why it happens?

Lukasz

Tags (1)
0 Kudos
1 Reply
by Anonymous User
Not applicable

The "/n" doesn't work in HTML. The web scene viewer uses HTML and "/n" simply has no effect there. I guess you could try "<br />" which is a sort of carriage return in HTML.