ibobphotos
Programmer
Can someone go to and take a look at the bottom where it says IMAGE DETAILS and ADVANCED details?
In FireFox, the text appears to be centered (style2) even though in my CSS file, I told it to left align. The code I used is
Can someone help me get it to where it should go?
In FireFox, the text appears to be centered (style2) even though in my CSS file, I told it to left align. The code I used is
Code:
.style2 {
text-align: left;
font-family: Geneva, Arial, Helvetica, sans-serif;}
Can someone help me get it to where it should go?