PDA

View Full Version : Footer


lucaspayne
Dec-08-2008, 02:57 PM
How do I add "ALL IMAGES © LUCAS PAYNE" to my footer?

Allen
Dec-08-2008, 03:26 PM
How do I add "ALL IMAGES © LUCAS PAYNE" to my footer?
See this thread but don't add the CSS.
http://www.dgrin.com/showthread.php?t=113512

You can format the text with this in CSS

#myHomePageText {
text-align: center;
color: red;
font-family: Comic Sans MS, verdana, tahoma, helvetica, arial, sans-serif;
}

lucaspayne
Dec-08-2008, 03:37 PM
See this thread but don't add the CSS.
http://www.dgrin.com/showthread.php?t=113512

You can format the text with this in CSS

#myHomePageText {
text-align: center;
color: red;
font-family: Comic Sans MS, verdana, tahoma, helvetica, arial, sans-serif;
}

Thank you! How do I make it a little bigger and underline it?

Allen
Dec-08-2008, 04:52 PM
Thank you! How do I make it a little bigger and underline it?
Try the bold.

#myHomePageText {
text-align: center;
color: white;
font-family: blue highway linocut, verdana;
font-size: 120%;
font-decoration: underline;
}

btw, only you and whoever has that font installed on their machine will see it.
Might add a second font for others.

lucaspayne
Dec-08-2008, 04:59 PM
Try the bold.

#myHomePageText {
text-align: center;
color: white;
font-family: blue highway linocut, verdana;
font-size: 120%;
font-decoration: underline;
}

btw, only you and whoever has that font installed on their machine will see it.
Might add a second font for others.

Thanks again Allen!

lucaspayne
Dec-20-2008, 10:16 PM
Thanks again Allen!

How do I keep my same font for those who do have it and have a different font for those who do not?

Allen
Dec-20-2008, 11:04 PM
How do I keep my same font for those who do have it and have a different font for those who do not?
The browser will read the fonts left to right until it finds one installed.