HTML from Dreamweaver to Muse not working properly -


i've created scrollable frame image inside in dreamweaver. when preview in browser, seems working.

i need put frame , image in adobe muse site. i've pasted code in "insert html object" feature. when preview muse site, scrollable frame works, image not show up. it's replaced blue box white question mark inside it.

how can make image show in muse site?

here's code, brackets replaced parenthesis:

(div style="border: 1px solid #aaa;background-colo r:#f9efef; width:920; height:375px; overflow:auto; color:#fff;")(p)   (img src="personalsite/portfolio.jpg" alt="" width="4325" height="350" /)(/p) (/div) 

i think reason why because didn't put style tags around code.

try put , see if helps :-)

(div style="border: 1px solid #aaa;background-colo r:#f9efef; width:920; height:375px; overflow:auto; color:#fff;")(p) (img src="personalsite/portfolio.jpg" alt="" width="4325" height="350" /)(/p) (/div)


Comments

Popular posts from this blog

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -

java - JavaFX 2 slider labelFormatter not being used -