Posted: Tue Nov 21, 2006 12:12 am
Well, I have almost had it with taking closer looks. I think I almost take more time helping him than he does before he thinks "Hmm, I can't get it to work let's post in the forum".
So as a general help for our amigo:
1:
Install Mozilla Firefox. When something does not work, look at the sourcecode. Search for the text that is displayed wrong. Look what html element contains this text. Change the properties for these html element.
2.
If you can't find the properties because you can't read source code. Install the "Web Developer Toolbar" for Firefox. Use key combination shift+ctrl+f and hover your mouse over your page. Look at the first line of the yellow box to see what html element is highlighted.
For help in using styles: http://www.w3schools.com/css/default.asp
Hint: To left align text insert style text-align: left; to center text, insert text-align: center;
Greetings,
Henrie
So as a general help for our amigo:
1:
Install Mozilla Firefox. When something does not work, look at the sourcecode. Search for the text that is displayed wrong. Look what html element contains this text. Change the properties for these html element.
2.
If you can't find the properties because you can't read source code. Install the "Web Developer Toolbar" for Firefox. Use key combination shift+ctrl+f and hover your mouse over your page. Look at the first line of the yellow box to see what html element is highlighted.
For help in using styles: http://www.w3schools.com/css/default.asp
Hint: To left align text insert style text-align: left; to center text, insert text-align: center;
Greetings,
Henrie