• Gear
  • Shots
  • Photo Craft
  • Video
  • Wide Angle
  • Support
  • New Stuff
  • More
Support SmugMug Customization Header Image Link to home help

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 #130 (Hot or Cold), Memol..

The next Dgrin Challenge DSS #131 (Music) is open for entries through June 24th, 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-02-2006, 12:06 PM
#1
Nbtstatic is offline Nbtstatic OP
Big grins
Header Image Link to home help
Hi all, long time smugmug user, but first post here.

I'm trying to link the header image to the homepage of my smugmug, but whenever I add the text that I found by searching here, I get an ugly purple outline around my header image.

Here's the relevent portion of code I added, it was originally started with <img src=, I added the rest.

a href="http://www.jshilling.com"><img src="http://shilling.smugmug.com/photos/50680052-L.jpg " width="800" height="200"></a>

I would guess this is something I have designated as a "Url" color, can anyone show me how to turn this off? My header image background is black, as well as my site background, so a purple rectangle around the header looks very bad.

Thank You,
NB
Old Jan-02-2006, 12:35 PM
#2
Andy is offline Andy
panasonikon
Andy's Avatar
Workin on it..standby.
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Jan-02-2006, 12:46 PM
#3
Andy is offline Andy
panasonikon
Andy's Avatar
Should be all done now...
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Jan-02-2006, 12:47 PM
#4
Andy is offline Andy
panasonikon
Andy's Avatar
I also moved your Google code - it belongs in your header.
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Jan-02-2006, 12:56 PM
#5
Nbtstatic is offline Nbtstatic OP
Big grins
Quote:
Originally Posted by Andy
I also moved your Google code - it belongs in your header.
Hmmm, I actually have no header now.

I did see it was working briefly about 10 minutes ago, but something is broken somewhere.

OH and btw, thank you so much.
Old Jan-02-2006, 12:58 PM
#6
Andy is offline Andy
panasonikon
Andy's Avatar
Quote:
Originally Posted by Nbtstatic
Hmmm, I actually have no header now.

I did see it was working briefly about 10 minutes ago, but something is broken somewhere.

OH and btw, thank you so much.

you mean this isn't your header?
Attached Images
 
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Jan-02-2006, 01:01 PM
#7
Nbtstatic is offline Nbtstatic OP
Big grins
Quote:
Originally Posted by Andy
you mean this isn't your header?
Oh that's definitely it, I'm just not seeing it when I load the page.

I cleared all internet cache, logged in and out of the site, etc, etc, but it's just not there.

I saw it awhile ago, and the aref was working great.
Old Jan-02-2006, 01:23 PM
#8
Andy is offline Andy
panasonikon
Andy's Avatar
Quote:
Originally Posted by Nbtstatic
Oh that's definitely it, I'm just not seeing it when I load the page.

I cleared all internet cache, logged in and out of the site, etc, etc, but it's just not there.

I saw it awhile ago, and the aref was working great.
hang on I'll get you sorted...
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Jan-02-2006, 01:31 PM
#9
Andy is offline Andy
panasonikon
Andy's Avatar
Purple line is there in IE, but not Firefox or Safari. Don't know why, I'd suggest waiting for one of the stylers, becuase it's probably something really simple.

You're clickable now though, albeit with purple box around your header in IE.
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
Old Jan-02-2006, 01:44 PM
#10
Mike Lane is offline Mike Lane
I � Unicode
Mike Lane's Avatar
This is what is in your header:

<div align="center">

<a href="http://shilling.smugmug.com"><img src="http://shilling.smugmug.com/photos/50680052-L.jpg" width="800" height="200"</a>

</div>You have forgotten to close your img tag for one. Also you will always have a border around an image that is linked unless you specifically tell it to not be there. You can do one of two things. I'll show you the preferred method:

Change your header to this:

<div class="myHeader">

<a href="http://shilling.smugmug.com"><img src="http://shilling.smugmug.com/photos/50680052-L.jpg" width="800" height="200" /></a>

</div>

And put this in your CSS:

/* center the header */
.myHeader {width:800px; height:200px; margin:0 auto;}
/* no border around any myHeader images */
.myHeader img {border:0;}


Good luck!
__________________
Y'all don't want to hear me, you just want to dance.

http://photos.mikelanestudios.com/
Old Jan-02-2006, 01:46 PM
#11
Mike Lane is offline Mike Lane
I � Unicode
Mike Lane's Avatar
Quote:
Originally Posted by Andy
Purple line is there in IE, but not Firefox or Safari. Don't know why, I'd suggest waiting for one of the stylers, becuase it's probably something really simple.

You're clickable now though, albeit with purple box around your header in IE.
The purple is the visited state default border for an image that is linked. It's getting overridden in modern browsers by the theme (color:whatever should change the color of the borders) but in sucky ie the theme doesn't touch it for whatever reason.
__________________
Y'all don't want to hear me, you just want to dance.

http://photos.mikelanestudios.com/
Old Jan-02-2006, 01:47 PM
#12
Andy is offline Andy
panasonikon
Andy's Avatar
I fixed it for you...per Mike's instructions!

Mike
__________________
Andy
Moon River PhotographyWorkshopsGoogle+FacebookTwitter
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