Advanced Search

Results 1 to 4 of 4

Thread: HTML HELP bordering

  1. #1
    Join Date
    Jan 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question HTML HELP bordering

    how can i create a border around some text, like in a table or something. or how can i take away the scroll bar?

    props.

  2. #2
    Join Date
    Jan 2007
    Location
    Sweden
    Posts
    69
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    in body (css) overflow: off; i think

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    11,859
    Thanks
    235
    Thanked 660 Times in 648 Posts

    Default

    Not sure how the 'or' fixes the issue, since they seem unrelated to me.

    As for a border, do any number of block elements (the ones that come to mind are tables/table cells, or divs), like this:
    <div border="17">
    Daniel - Freelance Web Design | <?php?> | <html>| Deutsch | italiano | español | português | català | un peu de français | Ninasoma Kiswahili | 日本語の学生でした。| درست العربية

  4. #4
    Join Date
    Jul 2006
    Location
    Canada
    Posts
    2,581
    Thanks
    13
    Thanked 28 Times in 28 Posts

    Default

    Code:
    overflow:hidden
    - Mike

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
  •