hakatours 0 Report post Posted August 11, 2011 Hi folks I need to add a couple of lines of HTML to my WP / Platform Pro website in order to get it to format correctly. I need an extra couple of divs. I know it works as I've tested it through Aptana. However, I don't know where the particular file is that I need to edit. Can someone point me in the right direction? I looked at both AppearanceEditor and my FTP but the PHP confuses me. Cheers El Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 11, 2011 Every section and item on your page is generated dynamically by multiple different PHP files. Can you tell us specifically what you would like to add and where, and we can walk you through the modification necessary. Share this post Link to post Share on other sites
hakatours 0 Report post Posted August 11, 2011 Hi Kastelic I need to put an extra div (on the whole site not just one page) - will fit in between div id="page" and div id="page-canvas". I also need to add in a clear function (div id="clear") when closing it. This is because I have moved my canvas to the left and it currently runs into my morefoot area. You can see it at www.ellenpickett.com. My temporary solution is to define the height of every single page's dynamic-content which as you can imagine is a pain in the ass! Thanks Ellen Share this post Link to post Share on other sites