Results 1 to 4 of 4

Thread: HTML Positioning

  1. #1
    Join Date
    Apr 2007
    Posts
    11

    Default HTML Positioning

    I was wondering, can anyone teach me how to position stuff on a page with html? Its kinda confusing me >_>

  2. #2
    Join Date
    Mar 2007
    Posts
    52

    Default

    You really need to find some on-line tutorials on CSS. This is the only good way to position items on your page. On tip - do not use absolute positioning (in css) instead learn about Float. This will all mean more to you after a tutorial or two.

  3. #3
    Join Date
    Apr 2007
    Posts
    11

    Default

    Quote Originally Posted by homebrew
    You really need to find some on-line tutorials on CSS. This is the only good way to position items on your page. On tip - do not use absolute positioning (in css) instead learn about Float. This will all mean more to you after a tutorial or two.
    Ah okay, I already know how to position in CSS.

  4. #4
    Join Date
    May 2007
    Posts
    28

    Default

    <HTML>
    <HEAD>
    <TITLE></TITLE>
    </HEAD>
    <BODY>
    <TABLE>
    <TR><TD>תא 1</TD><TD>תא 2</TD></TR>
    </TABLE>
    </BODY>
    try this :)


    <TABLE> width of the table
    replace "x"
    <TABLE> frame board
    replace "x"

    <TABLE>Destance betwin the cells
    <TABLE> the seperate line
    replace "x"

    <TD> align
    replace "x"

    <TD> יישור
    top middle ccell
    <TABLE> קביעת צבע הטבלה
    מסמל את הצבע X
    <TD> color #fff001
    מסמל את הצבע X
    <TD> no warp text

    </HTML>

Bookmarks

Posting Permissions

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