PDA

View Full Version : EZ html question


dogwood
May-13-2007, 01:53 PM
How do I move this text over the shopping cart icons?

Told you it was an easy one.
http://www.pbase.com/dogwood_digital/image/78717166.jpg

DavidTO
May-13-2007, 02:00 PM
How do I move this text over the shopping cart icons?

Told you it was an easy one.
http://www.pbase.com/dogwood_digital/image/78717166.jpg


Gallery link?

dogwood
May-13-2007, 02:25 PM
http://petespringer.smugmug.com/gallery/2839436

Andy
May-13-2007, 02:27 PM
better?

I changed align=center to align=right.

dogwood
May-13-2007, 02:33 PM
better?

I changed align=center to align=right.

Yeah, I just saw. Is there a way to move it just a wee-bit off the right margin (more centered over the shopping carts?)

Dna
May-13-2007, 02:37 PM
Yeah, I just saw. Is there a way to move it just a wee-bit off the right margin (more centered over the shopping carts?) #albumDescription{margin-right:60px;}

And the link goes to a password protected page ?!? :scratch

Andrew

Andy
May-13-2007, 02:38 PM
Yeah, I just saw. Is there a way to move it just a wee-bit off the right margin (more centered over the shopping carts?)
I gave it a div ID now add this to your CSS:

#buyNote {float: right; margin-right: 70px; }

dogwood
May-13-2007, 02:50 PM
#albumDescription{margin-right:60px;}

And the link goes to a password protected page ?!? :scratch

Andrew

It's not password protected on my end. I just checked it on another browser and double-checked the customization. Anyone else unable to see it?

dogwood
May-13-2007, 02:52 PM
I gave it a div ID now add this to your CSS:

#buyNote {float: right; margin-right: 70px; }

Perfect! :thumb That looks exactly like I had in mind!! :D

nipprdog
May-13-2007, 02:56 PM
Anyone else unable to see it?

I can see the gallery with the swimsuit models, but when I click on "this", it sends to a passworded gallery.

Dna
May-13-2007, 04:19 PM
It's not password protected on my end. I just checked it on another browser and double-checked the customization. Anyone else unable to see it?Double checked at work. Still passworded.

Andrew

dogwood
May-13-2007, 04:40 PM
I can see the gallery with the swimsuit models, but when I click on "this", it sends to a passworded gallery.

Yikes-- just fixed that. Thank you for pointing that out! :D

Allen
May-13-2007, 06:10 PM
Perfect! :thumb That looks exactly like I had in mind!! :D
Hey Pete, in Firefox here it's all scrunched together. Might want to give it a
little breathing room.

.gallery_2839436 #albumDescription {height: 15px;}

dogwood
May-13-2007, 06:55 PM
Hey Pete, in Firefox here it's all scrunched together. Might want to give it a
little breathing room.

.gallery_2839436 #albumDescription {height: 15px;}

Cool, thank you, Al. How do I do that for that entire category?

.category_xxxx #albumDescription {height: 15px:}?

richW
May-13-2007, 07:01 PM
.category_Portraits #albumDescription {height: 15px;}

edit: Two word catecories would be:

.category_Fashion_Shows #albumDescription {height: 15px;}

dogwood
May-13-2007, 07:43 PM
.category_Portraits #albumDescription {height: 15px;}

edit: Two word catecories would be:

.category_Fashion_Shows #albumDescription {height: 15px;}

Cool-- thanks! :thumb