Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

formatting php text


2 replies to this topic

#1 srphotos

  • Community Member
  • 33 posts
  • Real Name:Simon Russell

Posted 07 February 2012, 23:18

I'm working through setting up my store and I've hit a little snag.

When writing my privavcy policy etc, how do I format the text that is contained within the php file?

I'm looking to do formatting that i would normally do in html such as <ul> or <stong> or even <br>

Can someone point me in the right direction please?

#2 DunWeb

  • Community Sponsor
  • 10,471 posts
  • Real Name:Chris Dunn
  • Gender:Male
  • Location:Tecumseh, Ontario, Canada N8N 1X8

Posted 07 February 2012, 23:24

@srphotos

That is exactly how you format the text, using HTML tags.



Chris
:|: Was this post helpful ? Click the LIKE THIS button :|:

:|: Click Here to learn how I can help you with custom coding, add ons, security and templates :|:

:|: Need an Area Calculator, Pre-Paid Account, Virtual Pin, Auction or Layaway Add on ? Click Here :|:

#3 srphotos

  • Community Member
  • 33 posts
  • Real Name:Simon Russell

Posted 08 February 2012, 00:04

@DunWeb

Doh! Never even tried that, just assumed it wouldn't work in php pages.

Thanks!