PDA

View Full Version : A few questions ...


leanne-b
Feb-21-2007, 06:43 AM
Hi guys,

How can I remove "powered by smugmug" - Microsoft Internet Explorer at the top of the page?

Also, I have finally found a host company that can point my domain name to smugmug - great! :clap However, this only works on the front page when you type in www.brischetto.com.au (http://www.brischetto.com.au). Can anyone tell me how I can make the rest of my pages on my site to still point to brischetto.com.au? I hope I make sense ... it's getting late here in OZ, and the danoz ad's on telly are numbing my brain.

Cheers,

Leanne

Barb
Feb-21-2007, 09:17 AM
Hi guys,

How can I remove "powered by smugmug" - Microsoft Internet Explorer at the top of the page?

Also, I have finally found a host company that can point my domain name to smugmug - great! :clap However, this only works on the front page when you type in www.brischetto.com.au (http://www.brischetto.com.au). Can anyone tell me how I can make the rest of my pages on my site to still point to brischetto.com.au? I hope I make sense ... it's getting late here in OZ, and the danoz ad's on telly are numbing my brain.

Cheers,

Leanne
Hi :)

Change the links in your navbar to point to your domain. In other words, change this:

<a href="http://www.brischetto-images.smugmug.com/galleries">galleries</a>

to this:

<a href="http://www.brischetto.com.au (http://www.brischetto.com.au/)/galleries">galleries</a> :

and so on throughout your links.

To remove Powered by SmugMug in the browser title, add this to your head tag code box:

<*script type="text/javascript" language="javascript"*>
document.title="Brischetto Images";
<*/script*>

(Remove red asterisks)

leanne-b
Feb-21-2007, 01:04 PM
Hey Barb,

You're a gem. :D

Thanks heaps!!!