Results 1 to 3 of 3

Thread: Need some help in how to code?
      
   

  1. #1
    miikey's Avatar
    miikey is offline Sergeant
    Join Date
    Apr 2008
    Location
    UK
    Posts
    31

    Question Need some help in how to code?

    Hello,

    I've been using Blue Voda for a long time to create my websites, But I've just started to learn how to code in XHTML and CSS. And I must stress when i say 'just started' lol.

    I've created this simple rough design and have already made the hyperlinks with XHTML. But I have no idea how to create the grey areas/boxes. Should I use Tables? CSS?



    Michael.

    P.s Ive posted this in the wrong section.

  2. #2
    miikey's Avatar
    miikey is offline Sergeant
    Join Date
    Apr 2008
    Location
    UK
    Posts
    31

    Default Re: Need some help in how to code?

    Well I've been experimenting and I guess figured it out and narrowed it down to this Div tag and it after all doesnt need CSS.
    Code:
    <div>
    
    <div style="position:absolute;left:20px;top:50px;width:900px;height:19px;" align="center">
    <img src="http://www.fsstudio.org/bv01287.gif"></div>
    
    </div>
    New question: Is there a way to create the same grey area without the use of an image? I'd be really grateful if anyone could give a few suggestions and maybe help...

  3. #3
    miikey's Avatar
    miikey is offline Sergeant
    Join Date
    Apr 2008
    Location
    UK
    Posts
    31

    Default Re: Need some help in how to code?

    I Did it!!!!!!!!!!! woot!

    Okay so all I needed to do was add border: and background:grey.

    I feel so happy now! And I guess I didnt need to post this after all - typical me being lazy and wanting someone to do the hard work! lol

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49