inherit
63797
0
Jan 23, 2016 7:53:28 GMT -8
rick261
122
November 2005
rick261
|
Post by rick261 on Apr 15, 2013 14:37:30 GMT -8
I had this at the bottom of my V4 and now that my board is V5 it won't work. I want it to be 400px wide. I am still trying to figure out the div class and not sure how to use them. Any help would be appreciated. Also if you could explain how to use div class with html tables in the headers and footers I would be forever grateful.
<!-- BEGIN COPYRIGHT TABLE -->
<div class="container"> <div class="title-bar" style="text-align: left;"><h2>Copyright Notice</h2></div> <div class="content"> <table width="400px"> <tr> <td width="100%"> <p align="center"><font size=1>© 2006-2013 Our Forum<br />Notice: The intent of this site is to inform Home Owners Only. Any information collected from the Our Forum board may not be used without the written consent from the author and or Our Home Owner Association. Doing so will be subject to penalties to the full extent of the law.</font></p></td> </tr> </table> </div> </div> </div>
<br />
<!-- END COPYRIGHT TABLE -->
|
|
#eb7100
33409
0
1
Nov 24, 2024 4:27:37 GMT -8
Brian
48,130
November 2004
smashmaster3
|
Post by Brian on Apr 15, 2013 14:44:00 GMT -8
Hi, rick261. Give this code a try. Any time you want to create a new container, you can use the following code.
|
|
inherit
63797
0
Jan 23, 2016 7:53:28 GMT -8
rick261
122
November 2005
rick261
|
Post by rick261 on Apr 15, 2013 15:26:59 GMT -8
Thanks Brian, How would I add 8px of cell padding? It looks great.
|
|