Unknown Images |
Unknown Images |
Feb 8 2007, 07:17 PM
Post
#1
|
|
![]() talent on another level ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 746 Joined: Oct 2006 Member No: 475,735 |
I went to this website and I saw the header image was probably made in a editing program. But when you look at the sidebar banners like the Welcome etc. signs, I don't think they made them in a photo editing program. I wanted to know how to do that, if you know what I'm talking about.
Example Page |
|
|
|
![]() |
| *Azarel* |
Feb 8 2007, 07:34 PM
Post
#2
|
|
Guest |
Okay, so to create the effect she did on the site, she used css (html) with a div class. Are you asking to recreate the effect on a site? The css looks something like this (I changed the colors/values):
<style type=text/css> .class { border-bottom: 2px solid #000000; background-color: #FFFFFF; font-family: arial; font-weight: bold; font-size: 12px; text-transform: uppercase; color: #000000; text-align: left; width: 100%; } </style> |
|
|
|
bigtrey Unknown Images Feb 8 2007, 07:17 PM
Azarel The "Welcome" header on the sidebar (as ... Feb 8 2007, 07:24 PM
bigtrey Are you talking about the theme? It's the Fash... Feb 8 2007, 07:28 PM
bigtrey No I just wanted to learn how to do that without t... Feb 8 2007, 07:44 PM
Azarel It's not a banner. It's a div class as I m... Feb 8 2007, 07:48 PM
bigtrey okay thanks Feb 8 2007, 07:52 PM![]() ![]() |