Title: skin
euro.pholic - April 10, 2007 06:41 PM (GMT)
im working on a skin, but i dont want fancy borders, all i want is a 1px line such as this, how do i make this is 1px border around the entire forum.
Jason - April 13, 2007 12:31 AM (GMT)
Add this to your Header & Body at the very top: (change 820 to how wide you want your board in Pixels)
| CODE |
<div align=center width="820"><br> <table cellpadding="10" cellspacing="0" width="820">
<tr><td class="border"> |
Add this to your CSS (change what is in RED to what you want the inside background to be and what is in BLUE to what color you want the boarder)
| QUOTE |
| .border { background-color: #464646; border: 1px solid #252424; } |
euro.pholic - April 13, 2007 01:10 AM (GMT)
thank you, and also, i want to do somthing unique across the bottem, but i need to know, how do i get (such as you banner) how do i get somthing to go all the way across the bottem, or top.
Jason - April 13, 2007 01:41 AM (GMT)
Just set ALL the padding in the BODY area to 0px, then create a custom class such as:
.repeat { background-image: url(THE BG URL HERE); background-repeat: repeat-x; }
Then where you want to put the info (In the Header or Footer)
<div class="repeat">The Content Here</div>
euro.pholic - April 13, 2007 03:43 PM (GMT)
edit again, i get it :D also the top one doesnt work? how do iadd the border to that code i tried itall
umm now the problem is, the only way i can get the fluid banner to show is my putting <br><Br><br> within the div and when i put my image code in there it doesnt work. im using this. for my image to put in the html <img border="0" src="http://i156.photobucket.com/albums/t6/europholic/skin2/banner.png" width="379" height="80">
the link to the skin is here.
http://z4.invisionfree.com/ep3/index.phpi know it doesnt look very well right now but im still working on table borders and everything.\
Jason - April 13, 2007 07:31 PM (GMT)
To put your logo image in the top banner just do something like so in HTML:
<div class="WHAT YOU NAMED IT"><img src="IMAGE URL"></a></div>
euro.pholic - April 14, 2007 01:43 AM (GMT)
:( when ever i add the image to the html, it messes up the bg i used inthe css D:
Jason - April 14, 2007 02:07 AM (GMT)
I viewed your source and found that you had the Div class in there twice, delete everything from the top of Header & Body (before the board section) and just put this only in there, should fix it right up :)
| CODE |
<div class="repeat"><img src="http://i156.photobucket.com/albums/t6/europholic/skin2/banner.png"></a></div>
<br> <br> <br> |
euro.pholic - April 14, 2007 03:17 AM (GMT)
:( now look :( btw i realy appreciate u helping me.
Jason - April 14, 2007 03:30 AM (GMT)
You banner image, doesn't match your repeating graphic.
euro.pholic - April 15, 2007 10:09 PM (GMT)
i see now, it wont show up on my comp but it will on my aunts, so i guess i will have to do the coding on this comp :D