Results 1 to 6 of 6

Thread: drawing a rectangle by HTML

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    156

    Cool

    Hi there

    i was wondering , is it possible to draw a rect. by html code i would like to fill it with different color too.

    tnx lirlir
    The MORE I get to know,
    I realize that I know NOTHING !

  2. #2
    Fanatic Member Ianpbaker's Avatar
    Join Date
    Mar 2000
    Location
    Hastings
    Posts
    696
    Hi lirlir

    To draw a rectangle, use a div to do it
    Code:
    <div style="BACKGROUND-COLOR: #ff0000; BORDER-BOTTOM: black thin solid; BORDER-LEFT: black thin solid; BORDER-RIGHT: black thin solid; BORDER-TOP: black thin solid; HEIGHT: 115px; LEFT: 101px; POSITION: absolute; TOP: 65px; WIDTH: 200px"></div>
    If you need any help with it reply back

    Ian
    Yeah, well I'm gonna build my own lunar space lander! With blackjack aaaaannd Hookers! Actually, forget the space lander, and the blackjack. Ahhhh forget the whole thing!

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    156

    Thumbs up

    tnx mon ami (my friend) !!!
    The MORE I get to know,
    I realize that I know NOTHING !

  4. #4
    Lively Member
    Join Date
    Aug 2000
    Location
    Belgium
    Posts
    87

    Rectangle as background

    The text is behind the rectancle, how can I put it before the rect?

    Thanx

  5. #5

    Thread Starter
    Addicted Member
    Join Date
    Jun 2000
    Posts
    156
    hi moperke,
    u should put your text between the div tags like this:

    <div id="div1" style="visibility:hidden ; BACKGROUND-COLOR: #c0c0c0; HEIGHT: 290px; LEFT: 56px; POSITION: absolute; TOP: 56px; WIDTH: 487px">text in here</div>

    make sure that the text color is different than the BACKGROUND-COLOR.

    hope that helps
    lirlir
    The MORE I get to know,
    I realize that I know NOTHING !

  6. #6
    Lively Member
    Join Date
    Aug 2000
    Location
    Belgium
    Posts
    87
    Not tryed but thanks anyway!

    Moperke

Posting Permissions

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



Click Here to Expand Forum to Full Width