Solutions
-
Lee_K's post in div or image between text?! was marked as the answerManaged to fix this by putting those 3 divs inside a parent div with margin: 0 auto; and a fixed with, aswell as overflow: visible.
The 3 divs inside have a fixed with also with overflow: visible, and the left one has text-align: right, while the opposite side has text-align: left.
It's worked anyways. Everything is central across all browsers.
-
Lee_K's post in Importing & into MySQL was marked as the answerI think I've fixed this by removing the Unique from Program_Name and making another column Unique instead.
I don't understand enough about MySQL yet to really understand what I've done, but I think it works!
I'll be back to let you know. thanks for the help guys!
[EDIT]: Yeah well those missing rows are now showing up fine, so all seems to be well again! Going to check out the rest of my CSV files to make sure their doing the same. But I think this is fixed!