14
I fear those L plates are going to stay for quite a while.....
(1) use 'quote' for quoting other people, not yourself! A quote starts with [ quote ] and ends with [ / quote ] (space for display only)
What you have written is hard to follow with all those boxes...
(2) are you creating an html page or a block? I guess an HTML page. Now we are talking introducing php code.....how about, we first firgure out how to get blocks working.
=> go into sys admin -> blocks
=> create a new block, using the form at the bottom of the page
=> choose setting (appear on top page, weight,etc..)
=> enter the following code into textarea box:
<img src="<{X_SITEURL}>images/webgraphics/taustralia.jpg alt="" />
text-align:center;">Welcome to Jen's Classroom!
right">
<{X_SITEURL}>images/webgraphics/taustralia.jpg alt="" />
div>
<br /><br />
<hr size="3" color="ff9900" />
<br /><br />
<p style="color:#990099; font-size:1.0em; font-weight:bold;">Wow what a project this is going to be! I am a school teacher and a decorative art teacher and have a great interest in the potential for E-learning and flexible learning environments.
<br />
I hope this classroom will have something to offer a range of audiences - specifically the Folk and Decorative Artist, my current school stuents and secondary school teachers. There will eventually be lots here from an interactive Moodle site for students to tutorials for decorative painters and a shopping mall with my patterns available for download.
<br />
Of course this won't all happen at once but you get the picture. Creative Learning is about having a go at something totally new and outside your square and thats what I am about to do.
Please register to enjoy the full benefits of this site. Have fun!
...take a look at the img-tag, especially around the alt attribute!
I cleaned the code up a little, so that I could find my way around. All those heading tags were unneccessary, and suggest you are using a WYSIWYG editor, to create your HTML pages. If you want to learn HTML, using a WYSIWYG editor is a bad idea. Try something like Chami's HTML kit (free, if you use it privat - there are many more, I just picked one for your convenience).
For beginners in HTML/CSS/PHP, there are some introductory tutorials over at http://www.w3schools.com/, so if you want to study....