PDA

View Full Version : Mixing PHP & HTML


marandb
03-02-2004, 08:50 PM
Hola,

Hopefully someone here can help me.

I am trying to spruce up the look of my site with the use of HTML (being what I am familiar with)

Basicly what I am try to do is get the php code / page to show up within a table.
(Embedded within a table)

Everthing except the HTML code after the PHP block works fine. Any HTML code I place after the PHP block does not show up on the page. Anyway, maybe I am approaching this from the wrong direction.

But is the only way I can see to make the site come out the way I want it too.

Any suggestions are welcome. If you cannot tell, I am new to php in general.

Check this link for details:
http://www.brikbattles.com/forum/index2.php
There is supposed to be a border around the entire page.

Thank you very much.

-- Marand

Andreas
03-02-2004, 08:56 PM
Well, you should place your table in the BODY, not in the HEAD ;)
(To be precise it is currently placed "nowhere")

Furthermore, <html dir="" lang=""> should be placed at the top.

marandb
03-02-2004, 09:42 PM
Here is what I have.

Again, all I am trying to do is have the PHP code / page come up in a table.
(Table borders ALL 4 sides)

Attached file is a basic. What I am looking for is red border cells on all 4 sides.

http://www.brikbattles.com/forum/index2.php

Thanks ALOT for your help.

Andreas
03-02-2004, 10:04 PM
It won't work this way.

It would be a lot easier to just put the tables in Template index, as otherwise you would have to modify Template index and code of vBAdvanced.

marandb
03-02-2004, 10:09 PM
Of course not, that would be too easy. :disappointed:

Thanks again, I will play around with it tonight.

I appreciate the quick responses.

-- Marand