PDA

View Full Version : Help: Positioning pictures and creating lines?



SamuelSweis
09 May 2011, 11:11 AM
Hi I'm new here and semi-new to web designing, looking for some assistance. Here I've posted a picture of my current dilemma. Hopefully it makes sense. http://www.trillionaireme.com

http://www.trillionaireme.com/images/howdo.jpg

adamk9
09 May 2011, 01:40 PM
I would say the biggest problem would be that you are using line breaks instead of div tags. If you were to format like this:



<div>
<div id="category">
Latest News
</div>
<div>
<div id="head">
<div id="title">Monday, May 09, 2011, 6:20 A.M.</div>
<div id="bar"><img src="" /></div>
</div>
<div id="content">
<div id="data">Last night my s ...</div>
<div id="picture"><img src="" /></div>
</div>
</div>
</div>


and then do your div and font formatting using only css, it would be much easier to control positioning and formatting everything.