Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 MOD-Group
 MOD Add-On Forum (W/O Code)
 Rounded Corners Of Tables For Snitz???
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 27 October 2002 :  12:03:12  Show Profile  Visit MaD2ko0l's Homepage
Hi all,
i have been looking for this for ages...can somebody plz help meout and tell me where to put the codes so that i can have the round corners of the tables plz???

thankx

MaD2ko0l

© 1999-2010 MaD2ko0l

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 27 October 2002 :  12:09:45  Show Profile
You need to start a new table in inc_header.asp with 3 cells. The first row has those three cells, in the left one you put a corner image, in the middle one you simply place a background color, and in the right one you place the other corner image. Then the second row has one cell with colspan="3" which stays open.
In inc_footer.asp you close the cell and row and start a new row with 3 cells, again putting a corner image in the left and right one and a background color in the middle cell. Then close the table and AFTER that, you have the tables with the "to top" icon and the "powered by" link.
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 27 October 2002 :  14:39:03  Show Profile  Visit MaD2ko0l's Homepage
ok thankx for all the help it works like a charm

MaD2ko0l

© 1999-2010 MaD2ko0l
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 27 October 2002 :  14:40:38  Show Profile
you're welcome
Go to Top of Page

ajhvdb
Junior Member

Netherlands
392 Posts

Posted - 27 October 2002 :  16:07:32  Show Profile
Thanks from me also, read it a few times before understanding it :)
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 28 October 2002 :  13:14:07  Show Profile
I'm glad you figured it out
Feel free to ask for a clearer explanation if you need one in the future
Go to Top of Page

MaD2ko0l
Senior Member

United Kingdom
1053 Posts

Posted - 28 October 2002 :  14:21:21  Show Profile  Visit MaD2ko0l's Homepage
hey i did a bit of editing and i figuared out how to add a border all the way aroudn it u want it.

put this in inc_header where you want the boarder to start.


	"<table bgcolor=""" & strPageBGColor & """ width=""0%"" cellspacing=""0"" cellpadding=""0"" border=""0"">" & vbNewLine & _
	"  <tr>" & vbNewLine & _
	"  <td width=""0%""><img src=""table_bottom_right.gif"" width=""20"" height=""20"" alt="""" border=""0""></td>" & vbNewLine & _
	"  <td background=""table_top.gif"" width=""100%""> </td>" & vbNewLine & _
	"  <td width=""0%""><img src=""table_bottom_left.gif"" width=""20"" height=""20"" alt="""" border=""0""></td>" & vbNewLine & _
	"  </tr>" & vbNewLine & _
	"  <tr>" & vbNewLine & _
	"  <td width=""20"" background=""table_left.gif""> </td>" & vbNewLine & _
	"  <td width=""100%"">" & vbNewLine & _




put this part of the code where u want the boardere to finish


	"</td>" & vbNewLine & _
	"<td width=""20"" background=""table_right.gif""><IMG SRC=""table_right.gif"" WIDTH=""20"" HEIGHT=""100%""></td>" & vbNewLine & _
	"</tr>" & vbNewLine & _
	"    <tr>" & vbNewLine & _
	"    <td width=""0%""><img src=""table_bottom_left.gif"" width=""20"" height=""20"" alt="""" border=""0""></td>" & vbNewLine & _
	"    <td background=""table_bottom.gif"" width=""100%""> </td>" & vbNewLine & _
	"    <td width=""0%""><img src=""table_bottom_right.gif"" width=""20"" height=""20"" alt="""" border=""0""></td>" & vbNewLine & _
	"  </tr>" & vbNewLine & _
	"</table>" & vbNewLine & _



that should work.

it worked for me

MaD2ko0l

© 1999-2010 MaD2ko0l
Go to Top of Page

Roland
Advanced Member

Netherlands
9335 Posts

Posted - 28 October 2002 :  14:48:25  Show Profile
Yeah, that's the same idea, except that you won't be using the colspan="3" for the second row (the one containing the forums) but three seperate cells for each row.
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.24 seconds. Powered By: Snitz Forums 2000 Version 3.4.07