hi,
how can i set a box in membership like the page_10.html
there i can find 3 options
__status__
__subscriptions__
__memberships__
instead subscriptions i will have a litte html text to explain something but how can i input it there
hi, how can i set a box in membership like the page_10.html there i can find 3 options __status__ __subscriptions__ __memberships__ instead subscriptions i will have a litte html text to explain something but how can i input it there |
go to page_10.html and edit the page to place it exactly where you want the item to appear if your simply trying to add text. |
yes this is what i can do but it is not the best way because i have a design and for all this 3 options like status..... are a design box. |
Then create a design.php file and place it on the server and have the base.php file that the page uses also call up the design.php file and then note the specific box within the corresponding page.css file. Seems to me that is the long way around versus just editing a page_10.html but the choice is yours and the end results will be the same. |
yes thats right. hm ok i will take the first solution :-) thx jack |