semann
08-14-2006, 12:04 PM
Hi im making a style and i need to do something like this: LINK (http://www.prisonbreakscene.com/) thre you can see that they have rounded corners around vbulletin. i know how to do that but i dont know how to add the left side and right side image to make the shadow effect
noppid
08-14-2006, 12:54 PM
Top
http://www.prisonbreakscene.com/images/jstyle_orange/misc/topbar.gif
header
http://www.prisonbreakscene.com/images/jstyle_orange/misc/logo.gif
bottom
http://www.prisonbreakscene.com/images/jstyle_orange/misc/footer3.gif
left
http://www.prisonbreakscene.com/images/jstyle_orange/misc/bl.gif
right
http://www.prisonbreakscene.com/images/jstyle_orange/misc/br.gif
Tables and images.
semann
08-14-2006, 01:01 PM
yeah but... how do i make it happen?
noppid
08-14-2006, 01:14 PM
You build a table with them as the top, bottom and sides with CSS and images in the appropreate <td>'s. Then the content in the middle.
I looked at the source code to give you those image links. The same info may be garnered for building the table from the source code. http://www.w3schools.com/tags/tag_table.asp
noppid
08-14-2006, 01:36 PM
Maybe I'm missing the point? Are tables new to you?
semann
08-14-2006, 01:37 PM
maybe css more than tables
noppid
08-14-2006, 01:41 PM
maybe css more than tables
CSS makes the image the background and text can be in it. Putting the image in an img tag as the <td> content makes it just that, the content.
For the sides, the img in the <td> would seem to be fine. On the header and footer, you may want the image as the background via css so you can have text and such.
I wrote this a while back. But there is no CSS info.
How to create a table with HTML (http://www.lakecs.com/html-table-how-to.html)