How to make a banner
kriyababaji
Registered Users Posts: 295 Major grins
I am really new to this whole website development thing, please have patience.
To start with I would like to design a nice text only banner for my home page.
Do I ....
1. Design this in photoshop?
2. Save it as a jpeg?
How do I...
1. import, paste, drag? this banner once completed onto my home page?
2. Have it appear as text only with no background layer, I just want some lighter colored text to be placed upon the dark color background of the "Earth Theme", how?
3. Size it. Do I use font sizes to determine this or is it determined by the jpeg file size.
Thanks so much for your help.
KB
To start with I would like to design a nice text only banner for my home page.
Do I ....
1. Design this in photoshop?
2. Save it as a jpeg?
How do I...
1. import, paste, drag? this banner once completed onto my home page?
2. Have it appear as text only with no background layer, I just want some lighter colored text to be placed upon the dark color background of the "Earth Theme", how?
3. Size it. Do I use font sizes to determine this or is it determined by the jpeg file size.
Thanks so much for your help.
KB
0
Comments
http://www.dgrin.com/showthread.php?t=26043
http://www.smugmug.com/help/create-photo-album That's the transparent png thing. OK - so work using a transparent bg in photoshop (new doc, 800px by say, 100px, transparent background).
also, a little bit of googling finds this:
(site:www.dgrin.com make banner photoshop)
http://www.dgrin.com/showthread.php?t=2435
http://www.dgrin.com/showthread.php?t=20106
http://www.dgrin.com/showthread.php?t=31800
and more.... just hoping to help you here
Holler back here with your questions!
Portfolio • Workshops • Facebook • Twitter
Nothing I am doing is working with this banner. I created a simple two layer PNG in PS, saved it to my desk top and tried to drag it in to my gallery. The text totally disorted and a white BG appeared behind the mangled text. 8hrs. and nothing! Can I pay you to walk me through this over the phone?
KB
Always, always, give us links
Portfolio • Workshops • Facebook • Twitter
KB
You cannot have a banner on your smugmug site unless it's stored online. So, where have you uploaded your banner? Give us the link.
Like my banner on http://davidrosenthal.smugmug.com/ is like this:
http://davidrosenthal.smugmug.com/photos/73405193-L.jpg
Portfolio • Workshops • Facebook • Twitter
http://kriyababaji.smugmug.com
And THIS is a link:
http://kriyababaji.smugmug.com/photos/82014400-O.jpg
OK?
Portfolio • Workshops • Facebook • Twitter
http://kriyababaji.smugmug.com/
With a png, you must deal with the ORIGINAL as SmugMug will turn the png to a jpg for -L, -M, -S, etc.
Portfolio • Workshops • Facebook • Twitter
Thank you so much for your patience.
Portfolio • Workshops • Facebook • Twitter
Hi Again Andy
I have snooped aroung alot and can't find the -L link that you speak of. So although I totally appreciate you doing for my, I am no further ahead in being able to do it myself. I also noticed several lines of text in the "css" window, I read the instuctions for designing a custom banner, and it mentions nothing aboutt "css". Sorry to bother you, but the further I get into this the more confused I become.
Is there a way of obtaining phone support, or do you suggest I just bail on this idea of a website?
We do not do phone support, sorry. We do, however, provide 365 days per year support via Dgrin, and our help desk help@smugmug.com
Why give up? Links are easy:
http://www.smugmug.com/help/photo-community
Go here http://kriyababaji.smugmug.com/gallery/1669635 and view in SmugMug style, then click onthe link that says "share photo: links, forums, blogs" you'll see it instantly.
Aside from Links, what else can we help you with? Be very specific, very detailed, and we'll ALL help you!
Portfolio • Workshops • Facebook • Twitter
OK, I found it, maybe in time I will figure out what to do with it.
Next item...
I would like an active menu under my banner, like I see on your website, or I really like the active menu bar of brandolinos website, He also uses the Earth template.
Try to explain as simple as possible and I will try to do it myself. I would ideally like a thin line box around each menu item, Like Brandolino has.
Once these items are on my site can I reposition them.
Thanks so much for your help.
shane
You can accoplish the thin line around menu items with a bit of CSS. I'm not sure how that would work in the smugmug templates though (i'm going to switch over to smugmug asap!)
The header in this site is a transparent png:
http://kriyababaji.smugmug.com
and here's the CSS code (no javascript) that does it:
Portfolio • Workshops • Facebook • Twitter
Portfolio • Workshops • Facebook • Twitter
Portfolio • Workshops • Facebook • Twitter
so... by renaming the image to .jpg are you fooling the browser? I'm thoroughly confused now!
We use the alpha png fix to display pngs in IE. Standard stuff....
Portfolio • Workshops • Facebook • Twitter
Hi Andy
I found the tutorial, where do I do it? Do I do it in the....Control panel>customize and organize>CSS window? There is already stuff in the CSS window that you have created, that needs to stay, correct? Do I put the navbar stuff under that?
Hopefully you can follow my dribble
thanks shane
Do the tute. Copy and paste the results here, I'll put them in for you and then we can style things.
Portfolio • Workshops • Facebook • Twitter
I understood what you said. I still don't know where to do the tute? In a word processor program?
thick as cement, shane
Then when you have it just paste your text in here.
My www. place is www.belperphoto.co.uk
My smugmug galleries at http://stuarthill.smugmug.com
Portfolio • Workshops • Facebook • Twitter
Good Day Andy
Well I followed it as closely as I could, and embedded the links I found important for my site, I hope it is correct Text color and background, I don't have a clue how to do. I would like a lighter text the same or similar to the color in "wild earth" used in my banner, as well as the outlined box for the navbar. The background could be the same as the earth template color.
If this is not too difficult I would like to have a go at it. Write the instructions as "lay" as possible please, I will stumble on the simplist assumption on your part.
Thank you heaps for all your help.
shane
Here it is..
CSS CODE
#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li { display: inline; }
#navcontainer ul li a
{
text-decoration: none;
padding: .2em 1em;
color: #fff;
background-color: #036;
}
#navcontainer ul li a:hover
{
color: #fff;
background-color: #369;
}
HTML CODE
<div id="navcontainer">
<ul>
<li><a href="#">Home</a></li>
<li><a href="#">Image Galleries</a></li>
<li><a href="#">Purchase Prints</a></li>
<li><a href="#">The Photographer</a></li>
<li><a href="#">Published Works</a></li>
<li><a href="#">Workshops/Courses</a></li>
<li><a href="#">Photography Tech Tips</a></li>
<li><a href="#">Wildlife Photography</a></li>
<li><a href="#">Landscape Photography</a></li>
<li><a href="#">My Gear</a></li>
<li><a href="#">Most Popular</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Links/News</a></li>
</ul>
</div>
I think because I have so many navbar topics the nave bar should maybe be split into two rows?
I think I was supposed to include this http://www.kriyababaji.smugmug.com/