View Full Version : "Clean up" the bottom of my page.......
wilsonjg
Jun-26-2008, 08:45 PM
....I'd love to have a nice, clean bottom of my homepage.....Much like Andy's "MOON RIVER PHOTOGRAPHY" site.
I certainly don't want to eliminate the required SMUGMUG informtion, but I just want the nice, clean look at the bottom of my page.
I just followed Ivan and Andy's guides and made a Header, a Nav Bar and a slideshow, but I can't seem to find a thread that directly addresses copying Andy's design.....
Thanks in advance for any assistance!!
http://www.photographybyjoeywilson.com/
Glory2Jesus4Photography
Jun-26-2008, 10:56 PM
Start here at Question # 17 I can not remember if that is all you need or if there is more so let us if that is all you are talking about.
Good luck
....I'd love to have a nice, clean bottom of my homepage.....Much like Andy's "MOON RIVER PHOTOGRAPHY" site.
I certainly don't want to eliminate the required SMUGMUG informtion, but I just want the nice, clean look at the bottom of my page.
I just followed Ivan and Andy's guides and made a Header, a Nav Bar and a slideshow, but I can't seem to find a thread that directly addresses copying Andy's design.....
Thanks in advance for any assistance!!
http://www.photographybyjoeywilson.com/
photobrando
Jun-27-2008, 12:27 AM
Check out #35, #36 and #39
http://www.dgrin.com/showthread.php?t=52811
wilsonjg
Jun-27-2008, 04:36 AM
thanks for the tips guys......I must have done a lousy job with my "search"!
wilsonjg
Jun-27-2008, 05:13 AM
YIKES!!
I tried one of the suggestions................and now I have the string of code showing at the bottom of the page.
Any suggestion as to what I did wrong here?? If I could hide the string, I'd be very happy with what is showing at the bottom of the home page.....??
thanks again for the assistance !!
www.photographybyjoeywilson.com (http://www.photographybyjoeywilson.com)
Allen
Jun-27-2008, 07:42 AM
YIKES!!
I tried one of the suggestions................and now I have the string of code showing at the bottom of the page.
Any suggestion as to what I did wrong here?? If I could hide the string, I'd be very happy with what is showing at the bottom of the home page.....??
thanks again for the assistance !!
www.photographybyjoeywilson.com (http://www.photographybyjoeywilson.com)
Perhaps you put this in your footer instead of the javascritp?:D
addEvent(window, "load", rem_pipes);
function rem_pipes () {
for (var i = 0; i<3; i++) {
var objElement = document.getElementById("footer")
if (objElement != null)
{
var str_a = new String(objElement.innerHTML);
str_a = str_a.replace('|', '')
objElement.innerHTML = str_a;
}
var objElement = document.getElementById("feeds")
if (objElement != null)
{
var str_b = new String(objElement.innerHTML);
str_b = str_b.replace('|', '')
objElement.innerHTML = str_b;
}
}
}
wilsonjg
Jun-27-2008, 07:49 AM
^ I did put it in my footer??
...So I was suppose to up this string in the Javascript footer.....
Let me clean up my footer and place this in my footer Javascript and see what happpens.......
wilsonjg
Jun-27-2008, 07:55 AM
Allen.............You Rock!! !! !! !!
I did indeed have that string in the wrong place!! Thankfully, there are good guys like you that can help dangerous coders like me clean up our messes.....
Here is what I'm looking like now (with all the help you guys have given me....Can you tell I'm ripping off Andy's site!! :) )
www.photographybyjoeywilson.com
wilsonjg
Jun-27-2008, 01:51 PM
Things are going along fine....thanks
Now.........I want to place this at the bottom of my homepage, right over the Smugmug information.......Like on Ivar's page ( http://ivar.smugmug.com/ )
"All Images Copyright Joey Wilson"
Can someone send me somewhere to teach me a little font placement on this page?? I gave it a shot, but got this weird "dot" in front of my line of type?? ?? ??
Here is what I put in the footer box:
<b>
<font size=1>
<div align="center">
<li>ALL IMAGES © JOEY WILSON</li>
</div>
</size>
</b>
thanks
www.photographybyjoeywilson.com
photobrando
Jun-27-2008, 02:20 PM
Footer - Optional HTML Box:
<center>
<div id="my_footer">All images © Joey Wilson Photography</div>
</center>
wilsonjg
Jun-27-2008, 02:34 PM
Footer - Optional HTML Box:
<center>
<div id="my_footer">All images © Joey Wilson Photography</div>
</center>
That worked much better........I added bold and size, but your code made the odd little "dot" disappear from my line of type.
THanks so much for the assistance. I'm know just enough to be dangerous....Glad you guys don't mind helping out!!
wilsonjg
Jun-27-2008, 02:47 PM
Here is a font issue I am having..........
I want to use Papyrus, but it is not viewing that way. Take a look at my code and teach me how to fix it. (This is in my "About Me" thread)
<b style="font-family: papyrus, normal; color: white; font-size: 2em;"> PHOTOGRAPHY BY
JOEY WILSON</b>
www.photographybyjoeywilson.com (http://www.photographybyjoeywilson.com)
photobrando
Jun-27-2008, 03:16 PM
Trust me...I know just enough to get me in trouble. :wink
Try one of these??? I cannot see Papyrus as an actual 'font' in my browser. However, if Papyrus is used in Photoshop and a jpeg is used, I can see it.
Actually, I've been searching around the net and found that Papyrus isn't even a common or popular font, so you even though you may be able to get it to work on YOUR BROWSER, it may not work on most all people that view your page...such as mine. Something to think about. I've also thrown different, popular font styles at both codes below with great results.
Instead of using fonts for a header on pages, I chose something I could use in Photoshop, that would be supported by all browsers, because it is made into a .jpg. An example can be found here on my 'Copyright' page: http://photobrando.smugmug.com/gallery/5266643_jLQeb
<html>
<center>
<font size="5"><font family="Papyrus"><color="white">PHOTOGRAPHY BY JOEY WILSON</font>
</center>
</html>
<br>
OR
<html>
<center>
<font face="Papyrus" color="#FEFEFE" size="+2">
PHOTOGRAPHY BY JOEY WILSON</font>
</center>
</html>
<br>
wilsonjg
Jun-27-2008, 09:11 PM
PhotoBrando.................that's for that info.
I can see it fine now on my laptop and my desktop, but like you said.....no idea who else can see that specific font. I hope the "default" is not too funky!! :D
Papyrus is the font in my header..........I also used it on my "About Me" page............Hope it's working?? !!
www.photographybyjoeywilson.com
photobrando
Jun-27-2008, 11:13 PM
Maybe I have the bad computer:clap
It still shows up as Smugmug's default text.
Did the code I provided work for you, or did you find something else?
wilsonjg
Jun-30-2008, 07:29 AM
Maybe I have the bad computer:clap
It still shows up as Smugmug's default text.
Did the code I provided work for you, or did you find something else?
I've viewed it on my three computers at home (one Mac/two PC) and my computer at work..........all of them show the "Papyrus" font.....
I wonder why you aren't seeing it?? And more importantly, I wonder how many others are not seeing it either ?? ?? ??
Andy
Jun-30-2008, 07:31 AM
I've viewed it on my three computers at home (one Mac/two PC) and my computer at work..........all of them show the "Papyrus" font.....
I wonder why you aren't seeing it?? And more importantly, I wonder how many others are not seeing it either ?? ?? ??
http://typetester.maratz.com
Papyrus is not on every computer in the world, that's why.
wilsonjg
Jun-30-2008, 09:17 AM
Thanks Andy.....
I "hope" you consider it flattery when you see how much I "ripped off" your site.......... When I saw your site, I knew I wanted something clean and uncluttered like that and did my best research to replicate it....
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.