Run time error and web page aligns to left

Is message board greying out your hair (at least what's left of it)? Let us help you here
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

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
Locked