So basically I am making a small HTML editor that works flawlessly so far, provided you only pick a 1 word title, and a 1 word header. However if you pick a 2 word title it skips one of the follow steps, if you pick a 3 word title it skips 3 of the following steps. This is illustrated in the screenshot.
alright I did used getline( cin, title ); for the title and it seemed to work perfect...then I went ahead and did that getline( cin, header); for the header so they can have more than 1 line header and it seems to skip the part where you input the header....
after you input the text color it skips the input for the header and ends the program....