Hack, how to add a border to the post message form


Posted by Support , Nov 05,1999,17:56 Post Reply      Main Forum
In the Configuration->Colors section, there is a field for the background color for the table that encloses post message form.
Suppose one enter color #ffffff for this field,
in the generated html, it gets embedded as

<table BGCOLOR="#ffffff">

By setting the color to

#ffffff" border="3

We end up with

<table BGCOLOR="#ffffff" border="3">


Current pageAuthor Profile