[img]http://i10.photobucket.com/albums/a145/41991/help.png[/img]

ok making my first site, and i want to be able to put an iframe right inbetween the {} (as described in photo), just a simple horizontal photo scroll in a frame, but i cant figure out how to exactly put it into this location, i seriously started like an hour ago so bear with me, been using google a shit load, and im using fireworks/dreamweaver cs4 right now. this is what i have for the iframe.

<iframe src="gallary.html" width="100%" height="300">
  <p>Your browser does not support iframes.</p>
</iframe>

like how do i specifically position where i would want ti frame?

thanks in advance!

Recommended Answers

All 3 Replies

i cant see the image but you could use styles on your iframe.

It's hard to see what you're trying to do without seeing the code.
Something like this maybe?

<div style="display: table-cell; width: 100px; font-size: 120px;">
{
</div>
<div style="display: table-cell; width: 500px;">
<iframe src="gallary.html" width="50px" height="120"></iframe>
</div>
<div style="display: table-cell; width: 100px; font-size: 120px;">
}
</div>

Also check http://w3schools.com. It may help.

Member Avatar for diafol
<img src="/images/leftbrace.png" height="300" width="50" /> <iframe src="/images/gallery.png" height="300" width="..." frameborder="0" scrolling="no" /></iframe> <img src="/images/rightbrace.png" height="300" width="50" />
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.