Bug Log
---------------------------
Problem:
* Issue with repeating body background:
background-image: url(images/background.gif);
background-repeat: repeat-x;
Wasn't working in external style sheet, so I solved this by inserting it in the head of the document.
Solution:
* Adding '../' sends it back to the root folder and is able to link correctly.
- - - - - - - - - - - - - - - - - - - - - - - - - - -
Problem:
* Using the paragraph tag adding spacing at the top of the first paragraph.
Solution:
* Redefined the paragraph tag in the style sheet so there was no margin on top.