Yeah, I don't even know enough about this stuff yet to know what I'm asking about. The last time I worked with html i think 2.0 was just coming out and I'm trying to get my bearings in the current world.
What I was trying to do was wrap text around a photograph with noticeable margins around the photo. I went out to w3 and played with their show and tell editor and came up with the code below.
1) Am I right in concluding that in order to do this (the resulting page if you run the code below) I will need to upgrade from the free account?
2) I want to start with a simple theme like the WordPress Twenty Ten and modify it. If I do upgrade to an account where I can modify an existing theme, will I have complete access to the code?
Also, I don't really know what putting around the code is going to do.
Thanks
<html><br />
<head><br />
<style type="text/css"><br />
img<br />
{<br />
float:left;<br />
border:5px solid black;<br />
margin:5px 10px 0px 0px;<br />
padding:5px;<br />
}<br />
</style><br />
</head></p>
<p><body></p>
<p><p><br />
Here’s a whole bunch of text. It doesn’t serve any purpose other than to wrap around this photo depending on the alignment chosen. Here’s a whole bunch of text. It doesn’t serve any purpose other than to wrap around this photo depending on the alignment chosen. Here’s a whole bunch of text. It doesn’t serve any purpose other than to wrap around this photo depending on the alignment chosen. </p>
<p><img src="klematis.jpg" alt="Klematis" /></p>
<p>Here’s a whole bunch of text. It doesn’t serve any purpose other than to wrap around this photo depending on the alignment chosen. Here’s a whole bunch of text. It doesn’t serve any purpose other than to wrap around this photo depending on the alignment chosen. Here’s a whole bunch of text. It doesn’t serve any purpose other than to wrap around this photo depending on the alignment chosen. Here’s a whole bunch of text. It doesn’t serve any purpose other than to wrap around this photo depending on the alignment chosen. Here’s a whole bunch of text. It doesn’t serve any purpose other than to wrap around this photo depending on the alignment chosen. Here’s a whole bunch of text. It doesn’t serve any purpose other than to wrap around this photo depending on the alignment chosen. </p><br />
</body></p>
<p></html>
The blog I need help with is thetraveleduncle.wordpress.com.