View Full Version : Help?
Neurrorist
Feb-04-2009, 08:10 PM
http://conniestephensphotography.smugmug.com/gallery/7277673_PzdCV
I have a journal style gallery in which I am placing pricing information,
Wedding Pricing is the photo, and everything is text
is there anyway I can center Wedding Pricing and move everything up so it's closer to my navbar?
I keep playing and playing, but am getting nowhere....
please and thank you
J Allen
Feb-04-2009, 08:19 PM
Put some center tags around her:
<center>
<div class="myPhoto">
<img src="/photos/467875343_3Y6hU-L.png" width="400" height="150">
</div>
</center>
Neurrorist
Feb-04-2009, 08:21 PM
Put some center tags around her:
<center>
<div class="myPhoto">
<img src="/photos/467875343_3Y6hU-L.png" width="400" height="150">
</div>
</center>
yay! thank you
is there also anyway I can make my navbar line up with the line on my homepage
when I'm in my control panel logged in it looks fine, but when I switch to visitor view it goes all crazy?
http://conniestephensphotography.smugmug.com
J Allen
Feb-04-2009, 08:29 PM
move everything up so it's closer to my navbar?
I keep playing and playing, but am getting nowhere....
please and thank you
this will scoot her up abit:
.gallery_7277673 #albumDescription
{margin: -37px auto ;}
J Allen
Feb-04-2009, 08:37 PM
yay! thank you
is there also anyway I can make my navbar line up with the line on my homepage
when I'm in my control panel logged in it looks fine, but when I switch to visitor view it goes all crazy?
http://conniestephensphotography.smugmug.com
Maybe play with this line a bit:
#navcontainer ul {
margin: 5px auto;
padding: 0;
list-style-type: none;
text-align: center;
}
J Allen
Feb-04-2009, 08:44 PM
Also, another suggestion for all that text, is wrap it in these tags:
<html><pre>All your text</pre></html>
The 'pre' tags will hold your formatting, so if you type a bunch of spaces, it will hold those spaces. Give it a try, and play around abit :thumb
More html formatting tricks here:
http://www.w3schools.com/html/html_examples.asp
Neurrorist
Feb-04-2009, 08:46 PM
Maybe play with this line a bit:
#navcontainer ul {
margin: 5px auto;
padding: 0;
list-style-type: none;
text-align: center;
}
does my navcontainer just look funny because I have the little bar that says "see what you're adoring fans, etc. etc."? does it look normal to anyone viewing the page?
I tried the above, and it still looks funny in visitor view
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.