Saturday, December 29, 2007

Chrismas 2007




These pictures are the usual mix of bad hair & photography, enjoy!

Wednesday, December 26, 2007

help2

Look for this, you will probably have to fix it in the Edit HTML pane.
The phrase “Oh, so what!” is one of the most powerful chemicals in the universe that you can use to dissolve negative energy.font>p>div><font size="3">
<br style="font-style: italic; font-family: comic sans ms;">font><font size="5"><span style="color: rgb(0, 0, 102); font-weight: bold;"><br>span>font>div>
<div style='clear:both'>div>


Where it says this: <br style="font-style: italic;
It needs to say this: <br> style="font-style: italic;

float

I am almost there, just a little more time to figure it out. I have all the images in an absolute position, and the text breaking around the images, no matter what screen resolution. It only works properly if someone is not viewing in another font size, then the text will hide behind the image.

I read that what needs to be done is float the image(s) in a div tag and manually place it in the text, like so:

"For example, if you need an ad floated to the right of the screen, about halfway down in your editable text, you have to have something like so:

text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here.

image here

text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here. text here.



So you'd have to manually place the ads wherever you want them to appear. Otherwise, they'll just be at the top and bottom of the paragraphs, and then the paragraphs will wrap around them. But no, it'll make the text as editable as ever. All the float does is cause the element in question to go where you want and have stuff wrap around it".