Content style Howdy, Does anyone know how to remove the header and border style from content? Example: I am currently finishing my site design with modified templates. When I click on a link to a page that was created, the content of the page is surrounded by a border. I would like to remove this border and header style. Where is this code defined that seems to apply the css border style attribute surrounding content? Thanks.
Content style Sounds like you'd want to edit the news template? Not sure exactly what you're trying to do..
Content style Thanks for the reply I found how to do it. Needed to edit the page.tmp.php template file in order to change/remove the border which was being placed around the content of pages I created. This was done by editing the cellspacing attribute in the <table> tag and the <td bgcolor="#xxxxxx"> to control the page title background color. I thought it was a css style being applied somewhere. All fixed now! Thanks.