Discussion Forums  >  Uncategorized

Replies: 2    Views: 382

karam
Apple Fan
Profile
Posts: 20
Reg: Jun 26, 2011
location unknow...
2,100
06/28/11 08:56 PM (14 years ago)

Adding Images in Custom HTML-Text

Can you add images within the text editor in buzztouch ? I am trying to add an image and then custom text, but i can not find where i can do it within the text editor. I tried to copy and paste html (dreamweaver), but all the images and text looks very small. Is there a way to do it within buzztouch? Thank you very much!! I am glad i found this site, i am learning soooo muchhhh!
 
David @ buzztouch
buzztouch Evangelist
Profile
Posts: 6866
Reg: Jan 01, 2010
Monterey, CA
78,840
like
06/28/11 09:05 PM (14 years ago)
@ karam: If you're using v1.5 you can. There are a few ways to do this, none of them are done with the Editor itself. When using the editor, use the Source button to show the HTML. Add your image tags in this HTML. If the image is hosted on a remote server, add it like this: <img src='http://www.mysite.com/mycoolimage.jpg'> Or, drag the image over the BT_Images folder in Xcode to add it to the project. Then, in the HTML, use it like a local image <img src='mycoolimage.jpg'> Alternatively, create a Custom URL screen and point to an HTML page hosted on your website, one you create specifically for your app. Or, lastly, create an HTML document, drag it over the BT_Docs folder in Xcode then enter it's file name in the Custom HTML Doc screen. Bunch of ways to do it.
 
karam
Apple Fan
Profile
Posts: 20
Reg: Jun 26, 2011
location unknow...
2,100
like
06/28/11 09:25 PM (14 years ago)
Thanks!!!!!!
 

Login + Screen Name Required to Post

pointerLogin to participate so you can start earning points. Once you're logged in (and have a screen name entered in your profile), you can subscribe to topics, follow users, and start learning how to make apps like the pros.