Question regarding div alignment with images
i have following code:
<div id="container" align="center">
<div id="header">
<div id="toplogo1" align="center"><img src="images/header1.jpg" width="184" height="95" /><img src="images/header2/jpg" width="701" height="95" /></div>
<div id="toplogo2" align="center"><img src="images/header3.jpg" width="184" height="57" /><div id="fadeshow1"></div></div>
<!--end #header--></div>
on first div, "toplogo1", both images align , right next each other, touching each other. correct.
on seconf div, "toplogo2", first image lined correctly image above it, right below it, however, slide show, "fadeshow1" not right next "header.jpg" image. there's large empty space between two, , can't image , slide show appear right next each other.
is there solution problem? have run out of ideas. suggestions appreciated.
bill
is it? there no css? how wide screen? intention keep images on same horizontal line?
the slideshow in block tag (<div>) meaning appear on new line, seeing. can on same horizontal line image if float image allowing div ignore presence.
but suspect there css need see - correct?
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment