Format

  • Thread starter Thread starter shapper
  • Start date Start date
S

shapper

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
 
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:
http://www.miradyne.net
 
Back
Top