PDA

View Full Version : powered by smugmug


mitchWright
May-18-2006, 11:10 AM
Is there any way to get rid of the " - powered by smugmug" out of the page title?

Thanks!

javier.rinaldi
May-18-2006, 11:30 AM
Is there any way to get rid of the " - powered by smugmug" out of the page title?

Thanks!

Mitch,

place the following in your Head Tag customization box


<script type="text/javascript" language="javascript">
document.title="My Title";
</script>

mitchWright
May-18-2006, 11:38 AM
Awesome! Thanks!!