Results 1 to 2 of 2

Thread: Help: Positioning pictures and creating lines?

  1. #1
    SamuelSweis is offline New Member: Posts Will Be Moderated
    Join Date
    May 2011
    Posts
    1

    Question Help: Positioning pictures and creating lines?

    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


  2. #2
    adamk9 is offline New Member: Posts Will Be Moderated
    Join Date
    May 2011
    Posts
    1
    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:

    HTML Code:
    <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.
    Last edited by adamk9; 09 May 2011 at 01:43 PM. Reason: forgot a tag

Similar Threads

  1. Replace all lines except first
    By Maxchen in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 04 Apr 2011, 02:12 AM
  2. I need a couple of lines of javascript ($50)
    By hoodleehoo in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 0
    Last Post: 09 Nov 2010, 07:09 PM
  3. text lines
    By stretch in forum Client & Server Side Scripting (PHP, ASP, JavaScript)
    Replies: 1
    Last Post: 27 Dec 2008, 12:36 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •