Crypt Posted December 3, 2003 Share Posted December 3, 2003 This has probably been discussed many times before. I haven't found anything yet targeting this. I want to manually add an outline setup in the conditions.php ie something like this Header Title subtitle 1 text <----- discussing topic 1 in detail subtitle 2 text2 <----- discussing topic 2 in detail subtitle 3 text3 <------- discussing topic 3 in detail basically several aspects of a contract so to speak. Any help would be greatly appreciated thanx in advance Crypt Link to comment Share on other sites More sharing options...
OceanRanch Posted December 3, 2003 Share Posted December 3, 2003 You can use standard HTML coding to place just about anything in the info boxes. You just need to be carefull regarding the editing of the define statements that are enclosed in single quotes. Also I would stay away from using the standard Admin editor, it removes back slashes and does other "interesting" things to text files. If you can't edit the file directly on the site, then do your editing locally (even with notepad) then upload to your site. Here's a simple set of HTML tags using H1 tags and line breaks<p> and paragraph breaks<br> <h1>This is your Header Title</h1> <h2>This is your subtitle1</h2> This is your normal text.<br> This is line 2. <p>This is a new paragraph<br> <br> </p> <h2>This is your subtitle2</h2> This is your normal text.<br> This is line 2. <p>This is a new paragraph<br> <br> <br> </p> HTH Tom Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.