A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: html board?

Hybrid View

  1. #1
    Member
    Join Date
    May 2002
    Location
    (SWEDEN
    Posts
    91
    het, does anyone know any site that has a board about html sitemaking. couse i was wondering how you make a border on a table thats smaller than "1"...

  2. #2
    Make it "0"?

  3. #3
    the shoeless designer Barefoot Kid's Avatar
    Join Date
    May 2002
    Location
    London, UK
    Posts
    495
    1 pixel is as small as u can go...

  4. #4
    Junior Member
    Join Date
    Sep 2002
    Posts
    8

    Border sizes

    Here are some suggestions...

    If your using a black (#000000) table border..
    use a lighter shade, perhaps #434343 might make it appear thinner.

    OR

    Use the Div style tags..
    <div style="width: 100; height: 25; background-color: #707580; border: solid; border-width: 1; border-color:#333333"> YOUR CONTENT </div>

    NOTE:
    Border appearances may also depend on Resolution & Dot pitch of your monitor too.

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

HTML5 Development Center