Announcement

Collapse
No announcement yet.

Need some help in how to code?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • 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
    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...

    Comment


    • #3
      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

      Comment

      Working...
      X