Page 1 of 1

PCP Question

PostPosted: Wed Jul 26, 2006 10:27 pm
Author: billsatx
Anyone have an idea how to insert a .gif where the [lf] file seperator is in the PCP

I understand how to add items in the ipages nput and output displays, but can't seem to insert a .gif (as a seperator) rather than a [lf]

Re: PCP Question

PostPosted: Wed Jul 26, 2006 11:40 pm
Author: Teelk
It'll be tricky getting the right size image, as I can't seem to figure out how to get the image to expand to fit. But, do something like the following...

First create a new css class using your image.
Open templates/yourtheme/yourtheme.css
[code].newcssclassname{background]Place the above code somewhere in the css file.



Then fill that space with the class in the right tpl file.
Open templates/yourtheme/profilcp/public_base_body.tpl
FIND[code]                             <BEGIN>                             <td><span style="font-size]
REPLACE WITH... something like this...[code]                             <BEGIN>                             <td><span style="font-size]

If you do some experimenting I'm sure you'll get it to look the way you want.

Re: PCP Question

PostPosted: Thu Jul 27, 2006 9:19 am
Author: billsatx
Your answer was great, unfortunately my question sucked <img>
Your solution worked perfectly, but like so many others, what I think I need and what I actually need is two diff things.

Let me try again

What I'm trying to do is place a .gif file (as a seperator) into the block of questions like

(personal.gif)
name
age
social security number
(location.gif)
street
city
state
zip
(interests.gif)
Hobbbies](other_info.gif)[/color]
Describe:

The questions are all in one section, but seperated by a gif kinda like a "header" for each block of questions.

Re: PCP Question

PostPosted: Mon Aug 07, 2006 9:55 am
Author: billsatx
Any more thoughts on this?