Monday, 24 February 2014

Applying Solutions to other Documents

Since errors have been solved within the user profile page of the project I went ahead and applied these changes to the rest of my documents. I also took the time to check the rest of the HTML code especially the opening and closing of <div> tags as I found that some were not completed therefore causing conflicts within the rest of the code. I also took the time to organise the code and indent information within <div>, <body> and <header> tags to make it easier to locate errors.


Previously I mentioned how the PHP code echoes were out of place within the design, I resolved this by adding the code to my centre piece <div> within the HTML. The centre piece <div> withholds all the information that is found between the header and footer it is basically the main body of everything. I also added the code that I originally implemented to be able to upload an image. 


The page is starting to look much more organised although further design structure is needed. So far I have developed the HTML form for the function although now I need to implement the PHP code that will process and upload the image. 

No comments:

Post a Comment