If you want to display code on the blog you should wrap that code in a <code> tag like so:
<code>
<p> Here is a paragraph. </p>
</code>
If you want to display code on the blog you should wrap that code in a <code> tag like so:
<code>
<p> Here is a paragraph. </p>
</code>
gotcha, sorry. i didnt realize that i wouldnt be able to open the code i wrote (on a mac) with my PC at home; at least not the text version. i can only open the page i created. but ill try to get to class early and fix it up
Comment by adam — September 7, 2009 @ Monday, September 7, 2009 4:46 pm
You should be able to open up that code on your Windows machine. What is it that is not working? Are you attempting to view the code in a browser or in notepad?
Comment by joe — September 7, 2009 @ Monday, September 7, 2009 4:54 pm
so this is what my code looks like in notepad:
Comment by adam — September 7, 2009 @ Monday, September 7, 2009 5:03 pm
Concerning the link, if you are attempting to link to a webpage that is on a different domain, for instance you are linking from mysite.com to some-other-site.com, you need to put a http:// before the name of the site.
I would also think about the way you have marked up content and ask yourself “what belongs in a paragraph?”. We can talk about this more in class.
Comment by joe — September 7, 2009 @ Monday, September 7, 2009 5:15 pm
excellent it works – thank you so much; i feel proud of my first webpage!
Comment by adam — September 7, 2009 @ Monday, September 7, 2009 5:22 pm