• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug APIs, Hacks & Tricks snipets of code for use

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 Oct-01-2004, 09:36 AM
#1
caseserve is offline caseserve OP
Case Photography
caseserve's Avatar
snipets of code for use
I'm currently trying to get my smugmug account setup and it would be nice if there was a section on the help page with snipets of code that could be used for the header and footer sections.

That way someone could just copy and past the different sections they would like to include right in. The help page could instruct a person to change from a generic <YourAccountName> to myaccount

Just a suggestion.
Old Oct-01-2004, 11:20 AM
#2
Ben is offline Ben
I break stuff
Ben's Avatar
Quote:
Originally Posted by caseserve
I'm currently trying to get my smugmug account setup and it would be nice if there was a section on the help page with snipets of code that could be used for the header and footer sections.

That way someone could just copy and past the different sections they would like to include right in. The help page could instruct a person to change from a generic <YourAccountName> to myaccount

Just a suggestion.
One of the problems with this is that any bit of code we place in the help section will need to be adapted. Because every page is different, there is no such thing as universal code. If you want to put a banner image on the site, you can use fairly generic code, but it needs to be adapted to use the correct img url, height and width. If there was a truly universal bit of code that most people wanted on their site, we would love to place it in our help sections. We just haven't encountered anything like that, though the closest is the banner code we have put in there as an example.

For more information on HTML:
http://www.davesite.com/webstation/html/

And a quick tip for something that is a little more obscure to figure out on your own... if you want to change the background color for your page, insert this code into the stylesheet section:

Body {
background-color: #FFFF66
}

You can find the hexadecimal code you want for the color you want here:
http://soba.fortlewis.edu/griffiths/...lor_codes.html


Good luck!
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