I have a site and ave been working on the design a lot, it did work fine, however i changed the design (But havnt touched this file) and it has stopped working. http://rooms4functions.co.uk/my_rooms.php You can log in using jupiter5 for username and password. When you click on add room it SHOULD show a table to fill out in order to add a room however this is not happening, could someone help please. Cheers Tony
Well your html code is quite messy, i don't want to blame you, but it is how it is. For example first lines of html: Here how table looks like: |--------------------| |##############| |--------------------|--------------------| |##############|##############| |--------------------|--------------------| |##############|##############| |--------------------|--------------------| |##############| |--------------------| Then it must: |-----------------------------------------| |#############################| |--------------------|--------------------| |##############|##############| |--------------------|--------------------| |##############|##############| |--------------------|--------------------| |#############################| |-----------------------------------------| I suggest you to visit http://www.w3schools.com/. also check following example: http://www.w3schools.com/html/tryit.asp?filename=tryhtml_table_span Also add follwing to your page: <html> <head> <title>your page name here</title> </head> <body> (all your page content goes here) </body> </html> Code (markup): Ignas.
aaah, you sorted it for me, i forgot to upload header.html As for the code, i know its really dodgy but its only a basic backend system. I will work on that in the future. It wasnt my code however so im not offended.