• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Please help me with my banner

FAQtoid

Ever wanted to create an Avatar? Creating an Avatar!

Searching Dgrin with Google Searching with Google

Dgrin Challenges

Congratulations to the Winner of DSS #128 (Sunrise or Sunset), ShootingStar.

The next Dgrin Challenge DSS #129 (Silhouette Revisited ) is open for entries through May 27th, 2013 at 8:00pm PDT.

As always, we look forward to your participation but please do take a moment to read through the rules before posting your entry.

Past DSS Challenge Winners, DSS Challenge Rules, and other important DSS Challenge information is here.

Need some help with Accessories?

Tutorials

Ever find yourself wondering just how someone managed to create an image using different effects?

Here are three simple tutorials we hope will encourage you to try something new.

The Hot Seat

A lifelong interest in landscape photography has led Eyal Oren to make a study of his adopted hometown of Marblehead, MA. As you can see, his dedication is paying off!

Africa!

Dgrinners Harryb, Pathfinder, and others joined Andy Williams and Marc Muench on Safari in East Africa recently. Here are some awesome threads to check out!

 
Thread Tools Display Modes
Old Jan-22-2009, 07:38 PM
#1
stockshot is offline stockshot OP
Big grins
Bncry Please help me with my banner
Can you please help me fix my banner that I tried to insert into my CSS as instructed be your tutorial, I can't get it to come in. Ive put the banner url in and also the correct code into the header, but it stil doesn't work HELP My site add is KWofphotography. I would also like to center both the banner and the slideshow. My banner is vertical
Old Jan-22-2009, 08:07 PM
#2
jfriend is offline jfriend
Scripting dude-volunteer
OK, there are several things going on here.

First, your image is 600px high and 200px wide. That's not going to fit in the standard banner position. That would normally be 600px wide and 200px wide.

Second, your CSS is not quite right. For the image you have, it should be this (it's not length and width, it's height and width):

Code:
#my_banner{
height: 600px;
width: 200px;
margin: 0 auto;
background: url(http://img104.imageshack.us/img104/1359/26119725331232670696gh5.png)
no-repeat;
}
Third, you can do this however you want, but usually people put the banner above the navbar. If you want it that way, then you just put the <div id="my_banner"></div> above the navbar HTML.
__________________
--John
HomepagePopular
JFriend's javascript customizationsSecrets for getting fast answers on Dgrin
Always include a link to your site when posting a question
Tell The World!  

Thread Tools
Display Modes

Posting Rules  
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump