PDA

View Full Version : Help: Adding a border around the board



claypots
Wed 28th Mar '01, 12:44am
Can anyone help me with adding a border around my board. As seen here: www.fullwormage.com/forums/

I am trying to do the same but I know very little html. Any help would be great!

Thanks.

claypots
Wed 28th Mar '01, 4:01am
anyone...i need sleep!

snyx
Wed 28th Mar '01, 5:24am
You make the border in a program like photoshop, then create tables for it in a HTML editor. Then edit your STYLES, or HEADER and FOOTER template with your code. Easy stuff man . . .

Menno
Wed 28th Mar '01, 9:53am
you'd want something like this:
[code]
<table>
<tr>
<td>Left border</td>
<td>Main table in here</td>
<td>Right border</td>
</tr>
</table>

Steve Machol
Wed 28th Mar '01, 2:36pm
Originally posted by snyx
You make the border in a program like photoshop, then create tables for it in a HTML editor. Then edit your STYLES, or HEADER and FOOTER template with your code. Easy stuff man . . .

Easy for you perhaps, but not so easy for those of us who are HTML-impaired. :D