PDA

View Full Version : Adding Page


HEP
Nov-29-2006, 07:22 AM
Good day all, I am trying to add text box ( I hope this is right) to the top one of my current pages (All Galleries) in an effort to add a little bio and ref links, etc.
Anyone got some ideas ???
Harry

Andy
Nov-29-2006, 08:21 AM
:wave

My FAQ:
http://www.dgrin.com/showthread.php?t=26043

#23.

HEP
Nov-29-2006, 09:06 AM
:wave

My FAQ:
http://www.dgrin.com/showthread.php?t=26043

#23.

Thx's Andy
HEP

HEP
Nov-29-2006, 10:16 AM
Thx's Andy
HEP

That didn't get it Andy...FAQ #23 didn't do what I wanted it to do. On the page http://hep.smugmug.com/galleries I just wanted to be able to add a text box above the galleries section. I'm sure this is probably easier than it looks but not sure if it goes in css or html or javascripy (html I'm a little more familiar with).
OK thanks again all....
Harry

Andy
Nov-29-2006, 11:08 AM
That didn't get it Andy...FAQ #23 didn't do what I wanted it to do. On the page http://hep.smugmug.com/galleries I just wanted to be able to add a text box above the galleries section. I'm sure this is probably easier than it looks but not sure if it goes in css or html or javascripy (html I'm a little more familiar with).
OK thanks again all....
Harry

OK you have the 2nd homepage hack. Well, you can wait for Devbobo, perhaps he has a way...

ivar
Nov-29-2006, 12:59 PM
Put this in your header:

<*div id="GallPageTxt>The scientific explanation: Bla bla blablabla bla.<*/div*>Omit the asterisk

and this in your CSS:

#GallPageTxt { width: 750px; margin: 0 auto; dislay: none; }
.galleries #GallPageTxt { display: block; }