Posted by bill on 06/16/07 21:03
phill.luckhurst@googlemail.com wrote:
....
> I'm just having a little trouble with the finishing touches.
>
>
> The simple ones first.
>
>
> 1) What do I use instead of the <p> </p> tags to designate a new line
> without a space?
<br />
>
>
> 2) I need this field . $row['field_11'] . to work as a link but I'm
> not sure how to do it.
>
<a href=\"$row['field_11']"> whatever text you want </a>
>
> and now for the hard bit
>
>
> 3) Field 1 can be one of 5 items from a drop down. I would like the
> map to have a different custom icon for each one of the selections.
I do not understand what you want to do.
>
>
> I'm sure all this can be achieved but I'n very new to coding so am
> struggling a bit.
>
bill
Navigation:
[Reply to this message]
|