Display data with nice border?

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

    #1

    Display data with nice border?

    Hello to all

    I'm using PHP since a few week. I like to know how php programmers are making
    so nice border to displaying MySQL table?

    I like to make a border with rounded corner.
    Could somebody tell me how can I do that?

    Many thanks in advance for your help.

    Regards

    Otto

  • Matthias Esken

    #2
    Re: Display data with nice border?

    Otto Haldi <ohaldi@freesur f.ch> schrieb:
    [color=blue]
    > I'm using PHP since a few week. I like to know how php programmers are making
    > so nice border to displaying MySQL table?[/color]

    That's HTML. PHP does not display anything. PHP outputs HTML code which
    will then generate something like those "nice borders".
    [color=blue]
    > I like to make a border with rounded corner.
    > Could somebody tell me how can I do that?[/color]

    Just have a look at the HTML and CSS source of the page where you have
    seen this.

    Regards,
    Matthias

    Comment

    • John Dunlop

      #3
      Re: [OT] Display data with nice border?

      Otto Haldi wrote:
      [color=blue]
      > I like to make a border with rounded corner.[/color]

      This is off topic.

      In spite of some of the articles posted here, the denizens of
      c.l.p don't consider PHP an initialism for "Please Help, People".

      Anyway, I assume you mean in a browser. Probably designers make do
      with inline images to perfect their masterpieces; probably they
      implement them poorly too. To unravel the mystery, Use The Source!

      Once CSS3 support becomes universal, you'll likely be able to
      create rounded borders with stylesheets, which is more tenable
      than using inline images. Please refer to the Border module in the
      CSS3 WD, especially the "border-radius" properties.

      Not for lack of trying, I can't think of any way to turn this
      followup back on topic. Sorry. :-(

      --
      Jock

      Comment

      • Otto Haldi

        #4
        Re: [OT] Display data with nice border?

        Hello John
        [color=blue]
        > Once CSS3 support becomes universal, you'll likely be able to
        > create rounded borders with stylesheets, which is more tenable
        > than using inline images. Please refer to the Border module in the
        > CSS3 WD, especially the "border-radius" properties.
        >[/color]
        Many thanks four your quick answer. I'm sorry that asked this in the
        wrong newsgroups. I'm using PHP since a few week and thought that was
        made with this language.

        Regards

        Otto

        Comment

        Working...