|
|
Thread Tools | Display Modes |
|
#1
|
|
|
Major grins
|
Need a little help here
http://dgrin.com/attachment.php?atta...1&d=1347909696
How do I remove the three elements on this page only. The URL to the original page is here: Thanks! Jerry www.Meesoon.smugmug.com |
|
|
|
|
#2
|
|
|
Smug Hero
|
If you add this to your CSS it will get rid of those first two items:
.gallery_25409112 #headerimage, .gallery_25409112 .albumNav { display: none; } To get rid of the third you will have to add a div name to it in your html. Then you can add another display: none; line to your css with the name you have added similar to the ones from above |
|
|
|
|
#3
|
||
|
Major grins
|
Quote:
Thanks |
|
|
|
||
|
#4
|
|
|
Smug Hero
|
The code is correct. Can you put the code into your site and we can see what the problem is.
|
|
|
|
|
#5
|
|
|
Major grins
|
Done
|
|
|
|
|
#6
|
|
|
Smug Hero
|
I'm not seeing where you have added the code to your CSS.
|
|
|
|
|
#7
|
|
|
Major grins
|
|
|
|
|
|
#8
|
|
|
Major grins
|
|
|
|
|
|
#9
|
|
|
Smug Hero
|
And the portions it was supposed to remove are not showing for me. You still need to add a name for the lower portion to be able to hide it.
|
|
|
|
|
#10
|
|
|
Major grins
|
|
|
|
|
|
#11
|
|
|
Smug Hero
|
a different name would be best, so you can control them separately
|
|
|
|
|
#12
|
|
|
Major grins
|
Ah, ok. Where do I put the 'name' once I've thought of it?
|
|
|
|
|
#13
|
|
|
Smug Hero
|
This is the code controlling it:
<center><img src="http://www.journeyamerica.org/photos/i-TxnL8Gf/2/L/i-TxnL8Gf-L.jpg" alt="MakeMedia" width="750" height="300" /> So you place it around that. |
|
|
|
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|