SamuelSweis
09 May 2011, 12:11 PM
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, 02: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.
Powered by vBulletin® Version 4.2.0 Copyright © 2024 vBulletin Solutions, Inc. All rights reserved.