Hi I have created a redirect php page that I use under my links.
The link goes to the php, records the click in a text file and redirects to the actual website.
I have then created a page to view the text file. PHP produces a table containing the information.
I then want other items on my page such as "top of page" etc.
I have put the table php in a html box. If I put my other items on the BV page as normal they appear under the table. So I put them in the HTML box as well.
The drawback is you can not see them and it makes the layout tricky.
THE RESULTS
Q) Is there a better way of doing this to help with the layout?
The link goes to the php, records the click in a text file and redirects to the actual website.
I have then created a page to view the text file. PHP produces a table containing the information.
I then want other items on my page such as "top of page" etc.
I have put the table php in a html box. If I put my other items on the BV page as normal they appear under the table. So I put them in the HTML box as well.
The drawback is you can not see them and it makes the layout tricky.
THE RESULTS
Q) Is there a better way of doing this to help with the layout?
Comment