28 May 2009 at 17:04 #1 knowlesy knowlesy Soldato Joined 6 Jan 2006 Posts 4,663 Location Newcastle like we have cde tags here eg Code: example how would i do this on wordpress as a post ?
28 May 2009 at 17:08 #2 suarve suarve Soldato Joined 8 Oct 2005 Posts 4,184 Location Midlands, UK knowlesy said: like we have cde tags here eg Code: example how would i do this on wordpress as a post ? Click to expand... It's just a css class you can add to text. Depending on what code your highlighting, you may a plugin that highlights say php syntax. For the quickest route, you can easily view the html of the post and then simply add your code class.
knowlesy said: like we have cde tags here eg Code: example how would i do this on wordpress as a post ? Click to expand... It's just a css class you can add to text. Depending on what code your highlighting, you may a plugin that highlights say php syntax. For the quickest route, you can easily view the html of the post and then simply add your code class.
2 Jun 2009 at 14:02 #3 knowlesy knowlesy Soldato OP Joined 6 Jan 2006 Posts 4,663 Location Newcastle thanks dude