View Full Version : How do I get no boxes around anything on my homepage?? I want just black?
StarStorms
Nov-03-2009, 07:27 AM
Tne boxes are annoying me .. and I cant figure out how to get rid of them.. I would like my nav bar below my banner .. and .. there seems to be sooo mjuch space between my banner and slideshow
The way I wanted it was
banner
nav bar
my quote"
In photography there is a reality so subtle that it becomes more real than reality.
- Alfred Stieglitz
then the slideshow
Is this possible??? this is so difficult for me .. and i just want it to look perfect ... can anyone help?
:lust
StarStorms
Nov-03-2009, 07:47 AM
Except .. I wanted it all centered ..
Allen
Nov-03-2009, 07:50 AM
Except .. I wanted it all centered ..
Those that can help would need a link to your site. :D
StarStorms
Nov-03-2009, 09:01 AM
Oh gosh Im sorry!!
http://www.starstormsphotography.com
Allen
Nov-03-2009, 09:39 AM
Tne boxes are annoying me .. and I cant figure out how to get rid of them.. I would like my nav bar below my banner .. and .. there seems to be sooo mjuch space between my banner and slideshow
The way I wanted it was
banner
nav bar
my quote"
In photography there is a reality so subtle that it becomes more real than reality.
- Alfred Stieglitz
then the slideshow
Is this possible??? this is so difficult for me .. and i just want it to look perfect ... can anyone help?
:lust
Change your header html to this.
<div id="my-banner">
<center>
<a href="http://www.BannerFans.com"><img src="http://img265.imageshack.us/img265/9900/3937698d5dfd415m3.jpg" alt="BannerFans.com" border="0" height="140" width="800"></a>
</center>
</div>
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/10139331_BHUe2#653841104_UGEa6">About Me</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/gallery/10132206_PF5au">Information</a></li>
<li><a href="/gallery/10139303_Zb3cN">Guestbook</a></li>
</ul>
</div>
Changed this to correct relative link in above
<li><a href="//starstormsphotography.com/galleries">Galleries</a></li>
The portraits do fill to the top. Looks like you used the Easy Slideshow
box an unless there is a selection to align top you'll have to switch to
the manual code in your bio and add the parameter there.
If you don't want the show on your galleries page add the first line here in your CSS.
.galleries #homepageSlideshow,
.galleries #bioBox {
display: none;
}
StarStorms
Nov-03-2009, 10:48 AM
WONDERFUL!!!!!! That centered and moved my nav bar .. now is there any way I can add a quote to my home page???
In photography there is a reality so subtle that it becomes more real than reality.
- Alfred Stieglitz
before my slideshow ... like above?
thank you so much!!!! you are sooo helpful!!!:barb
Allen
Nov-03-2009, 11:31 AM
WONDERFUL!!!!!! That centered and moved my nav bar .. now is there any way I can add a quote to my home page???
In photography there is a reality so subtle that it becomes more real than reality.
- Alfred Stieglitz
before my slideshow ... like above?
thank you so much!!!! you are sooo helpful!!!:barb
Add this to the bottom of your header
#myQuote {
text-align: center;
margin: 10px auto;
}
Ad this to your CSS
#myQuote {display: none;}
.homepage #myQuote {
text-align: center;
margin: 10px auto;
}
.galleries #myQuote {display: none;}
StarStorms
Nov-03-2009, 12:57 PM
I did something wrong??? what ??
It has the text etc .. after it and its right under my nav bar ..
can it have a little space? is that possible .. I'm so not good at this stuff ..
Allen
Nov-03-2009, 02:42 PM
I did something wrong??? what ??
It has the text etc .. after it and its right under my nav bar ..
can it have a little space? is that possible .. I'm so not good at this stuff ..
Looks like my cut'n'pasteing' was busted. :D
On your advanced site-wide customization page.
Replace your whole header with this
<div id="my-banner">
<center>
<a href="http://www.BannerFans.com"><img src="http://img265.imageshack.us/img265/9900/3937698d5dfd415m3.jpg" alt="BannerFans.com" border="0" height="140" width="800"></a>
</center>
</div>
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/gallery/10139331_BHUe2#653841104_UGEa6">About Me</a></li>
<li><a href="/galleries">Galleries</a></li>
<li><a href="/gallery/10132206_PF5au">Information</a></li>
<li><a href="/gallery/10139303_Zb3cN">Guestbook</a></li>
</ul>
</div>
<div id="myQuote">
In photography, there is a reality
so subtle that it becomes more real than reality.<br />
- Alfred Stieglitz
</div>
Replace your whole CSS with this
/*===== Nav-Bar =====*/
#navcontainer ul {
margin: 0;
padding: 0;
list-style-type: none;
text-align: center;
}
#navcontainer ul li {
display: inline;
}
#navcontainer ul li a {
text-decoration: none;
padding: .1em 1.2em;
color: #000000;
background-color: #c0c0c0;
}
#navcontainer ul li a:hover {
color: #000000;
background-color: #c0c0c0;
}
/*===== Home/Galleries Page =====*/
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #homepageSlideshow,
.galleries #bioBox {
display: none;
}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
#slideshowBox {background:none;}
.journal_entry
{background-image: none !important;
border:none !important;}
#albumNav_bottom
{border:none !important;}
#myQuote {display: none;}
.homepage #myQuote {
display: block;
text-align: center;
margin: 10px auto;
}
.galleries #myQuote {display: none;}
StarStorms
Nov-03-2009, 03:09 PM
Perfection!! .. how do you do this??? It seems so difficult for me ..
Thank you thank you thank you
a million times over .. : ):ivar
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.