News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Adding colour border to entire forum (1.0.5)

Started by Chewy, November 09, 2005, 07:09:53 AM

Previous topic - Next topic

Chewy


I would like to add a 5pixel colour border to the outside of the entire forum.  I have no clue of where to begin.  Can anybody help?

thanks

Paul

Elmacik

Code (find) Select

<body>';

Code (replace) Select

<body><table width="100%" border="5" style="border-color:red;"><tr><td>';


Code (find) Select

echo '
</body>

Code (replace) Select

echo '</td></tr></table>
</body>


Here, 5 is border width and red is border color, you can change according to your needs.
Home of Elmacik

Advertisement: