Does anyone know in php programming how to indent like you would in a paragraph….?

and how to remove a line when doing graphs..i want one line with the name and with astric star in category beside it but want other part of discription underneath with the astric star remaining on the same line as the top word..but with remaining words underneath that in same block of the graph..i hope this makes sense and someone could help!
HB~I’m trying to do a graph..i know how to do most of it..i guess i’m using html..but what i am trying to do is find code to indent bracket something whatever and i’m trying to figure out how i keep astric star on same line as name for example coca cola and have what it consists of underneath without the astric star moving that has been put in under DV% on same line as coca cola..the ingredients i want underneath but without a line seperating..i want to be able to put in same block..do you understand what i’m trying to say!?

You’ll use html to do this, not php. PHP would be used to generate the values dinamically, on the fly, but the formatation, that’s still html.

You can build it visually using dreamweaver or frontpage and then add php tags to add a dinamically value to each litle part that is needed. For example, if the name is coming from a database, php would do that.

Or, if you explain better, I’d be able to help you more.

One Response to “Does anyone know in php programming how to indent like you would in a paragraph….?”

  • H B says:

    You’ll use html to do this, not php. PHP would be used to generate the values dinamically, on the fly, but the formatation, that’s still html.

    You can build it visually using dreamweaver or frontpage and then add php tags to add a dinamically value to each litle part that is needed. For example, if the name is coming from a database, php would do that.

    Or, if you explain better, I’d be able to help you more.
    References :

Leave a Reply