Page 1 of 1

OK I'm an idiot here...... Help

PostPosted: Wed Apr 02, 2008 4:10 pm
by kramerica
Hi fellow P-Basers. I have been trying to update my page and am at the point I want to rip my hair out. I feel so useless that I cannot understand all the CSS & HTML code. It may as well be quantum physics because I'm just not getting it. :oops: I am usually pretty good with figuring things out. I have looked at allot of the forum posts HTML & Style sheets forums e.g. (http://pbasewiki.srijith.net/) and am just not getting it. :shock: All I really want to do is put a header on my gallery page (http://www.pbase.com/kramerica/image/95057737). I see many of you have done some pretty awesome things on your pages. If anyone could assist me I would be most grateful. :idea:

Re: OK I'm an idiot here...... Help

PostPosted: Wed Apr 02, 2008 5:18 pm
by flemmingbo
Hi ! Don't rip your hair out just yet, hopefully we can help you :D

Another good site to learn css and html: http://www.w3schools.com/ - and read the tutorials

Let's say you want to post the picture you linked to as a gallery header. You then just need to paste the html code into the gallery description and remember to tick the box "using html in description" just below the gallery description.

Now to create a link to an image you just need the HTML tag IMG. The code to paste in your gallery description would look something like this

Code: Select all
<img src="http://www.pbase.com/kramerica/image/95057737.jpg" border=0">


that should do it ! - give it a try and see how ya go!

best regards,

Flemming

Re: OK I'm an idiot here...... Help

PostPosted: Wed Apr 02, 2008 5:24 pm
by kramerica
Thanks! That was easy. By the way you gallery is awesome!

Re: OK I'm an idiot here...... Help

PostPosted: Wed Apr 02, 2008 7:55 pm
by flemmingbo
kramerica wrote:Thanks! That was easy. By the way you gallery is awesome!


Thanks very much!

Your banner looks great, if you want it to be centered just add a <center> as the first thing in your description. Then at the very end of the description add a </center> Everything between these two tags will then be centered horizontally on the screen.

regards,

Flemming