Format

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • shapper

    #1

    Format

    Hello,

    I need to display a few controls in the following way:

    Hyperlink | Link Button | Label | Image Button

    Without using tables, what is the best way to do this?

    Can I use some kind of list?

    Thanks,

    Miguel

  • Kevin Spencer

    #2
    Re: Format

    This is the sort of thing that tables are good for. But it could also be
    done using a series of divs with their "float" style set to "left."

    --
    HTH,

    Kevin Spencer
    Microsoft MVP

    Printing Components, Email Components,
    FTP Client Classes, Enhanced Data Controls, much more.
    DSI PrintManager, Miradyne Component Libraries:


    "shapper" <mdmoura@gmail. comwrote in message
    news:1178820623 .452585.121520@ l77g2000hsb.goo glegroups.com.. .
    Hello,
    >
    I need to display a few controls in the following way:
    >
    Hyperlink | Link Button | Label | Image Button
    >
    Without using tables, what is the best way to do this?
    >
    Can I use some kind of list?
    >
    Thanks,
    >
    Miguel
    >

    Comment

    Working...