View Full Version : need input and help on site
audi
Jul-12-2005, 02:07 PM
:dunno
I was wondering if anyone could take a quick look at my site and help me with the following modifications (if possible):
- where it says "Austin Brodfuhrer's Home" -> how can I just get ride of that text altogether?
- I added a little personal quotation under my graphic header. how do I make it a smaller font?
- on the gallery descriptions, can I make the text smaller?
- how can I reduce the bottom half of the page to just "powered by smugmug.com, login, etc." instead of all the other jazz?
finally, is there anything else you think I should change for right now to make the page better? im open for suggestions.
thanks so much for any help you can provide :clap
-austin
ChibiPhotography
Jul-13-2005, 12:32 PM
For the quotation, you currently have h5 tags around it, take that out. You can either use the HMTL formating for font to make it smaller:
In your header: font size='small' quote /font
Or, the better way is to use CSS. Define a style of smaller, then use a DIV to encapsulate the text.
Use standard HTML brackets to enclose these commands:
In your header: div class='smaller' quote /div
In your style definition: .smaller {font-size: x-small;}
See this page for more about CSS font sizes:
http://www.w3schools.com/css/pr_font_font-size.asp
I'll leave the other questions to people more familiar with SM.
Nice site BTW, I can see your point about removing the extra stuff.
Doug
http://dgrin.com/images/smilies/ne_nau.gif
I was wondering if anyone could take a quick look at my site and help me with the following modifications (if possible):
- where it says "Austin Brodfuhrer's Home" -> how can I just get ride of that text altogether?
- I added a little personal quotation under my graphic header. how do I make it a smaller font?
- on the gallery descriptions, can I make the text smaller?
- how can I reduce the bottom half of the page to just "powered by smugmug.com, login, etc." instead of all the other jazz?
finally, is there anything else you think I should change for right now to make the page better? im open for suggestions.
thanks so much for any help you can provide http://dgrin.com/images/smilies/clap.gif
-austin
ChibiPhotography
Jul-14-2005, 10:04 AM
Look at http://www.dgrin.com/showthread.php?t=14969 to remove the "Austin Brodfuhrer's Home" line.
:):
Doug
Barb
Jul-14-2005, 10:19 AM
- how can I reduce the bottom half of the page to just "powered by smugmug.com, login, etc." instead of all the other jazz?
Austin,
You can get rid of the RSS feeds information by adding this to the stylesheet section in customization:
#feeds { display:none}
audi
Jul-14-2005, 12:45 PM
excellent thank you so much everyone.
(i even made 42 bucks yesterday selling prints!)
ChibiPhotography
Jul-14-2005, 03:43 PM
By the using same example format as above, this seems to work to take out the footer. :):
#feeds { display:none}
#cobrand_footer { display:none}
It is hard to log in when you do that though. :scratch
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.