The second drop-down was made to work by changing the 'form name="jump" ' to "left" and the change was also made "location=". Interestingly, the second "jump" inside the [] was not changed.
Hello Tom, I wonder if you could give me a litle tip concerning a problem I am having on my blog´s sidebar: As I am using a fine RockYou slideshow and took off some of its elements, I want to have their logo on my sidebar. I am using an Image element for that but I can´t align it on center. I have tried all I know about html with no results. All I could get was centering everything on the sidebar. I have tried your tip using a HTML element, but it does not have a 'add image' on it. Thank you Nelson Rio de Janeiro
Html elements don't have a button to add images. The way you do it is to upload the image someplace and copy the code directly into the Html element.
For example, if you upload it to a post, switch to Edit Html and copy the code, either just the image code <img src="..." />, or the full code with the link wrapper. Then, you paste that into the Html element. You can save the post as draft if you want to keep a copy of the image code, or delete it and select keep the image.
You can also source the image code from Photobucket, or where ever else you can upload.
To center the image you convert it from an imline element to a block element in the style or stylesheet, then use auto right-left margins. I changed the bottom sidebar image to this configuration using a stylesheet entry.
You can also do it at the image with "style='display:block; margin:o auto;' ".
If you need further help give me the blog address and tell me where the one you are doing is.
Remember, if you add text, you'll need to put the line breaks <br /> in yourself.
I haven't been to Rio de Janeiro since early 2002 when I was visiting the Navy Skyhawks at the base up the coast.
Here's a litle side bar action. Just testing formatting a little.
I'm actually typing on my Myth machine using the wireless keyboard.
It's good for manipulating the TV and recordings, but is terrible for typing.
Constrain In Template
This is the problem Picture element. To get proper sizing, I put a constrain in the TEMPLATE, I set it to 240 wide and 158 high. The original is 472x310.
Constrain in Html Element
This the same image as above, but it is inserted in an Html element rather than an image element. There is more control in this format.
I changed the image width to 145px wide for this example. The element id is HTML7.
I added a style to the style sheet:
#HTML7 img {
display:block;
margin: 0 auto;
}
Converting the image to block display allows auto right/left margins to work. When used on block level elements, auto means equal right/left margins.
I describe how to find the element name near the bottom of my BHG reply here:
4 comments:
This is a test of adding a comment by clicking the comment link on the front Welcome Aboard.
Hello Tom,
I wonder if you could give me a litle tip concerning a problem I am having on my blog´s sidebar:
As I am using a fine RockYou slideshow and took off some of its elements, I want to have their logo on my sidebar.
I am using an Image element for that but I can´t align it on center. I have tried all I know about html with no results. All I could get was centering everything on the sidebar.
I have tried your tip using a HTML element, but it does not have a 'add image' on it.
Thank you
Nelson
Rio de Janeiro
Html elements don't have a button to add images. The way you do it is to upload the image someplace and copy the code directly into the Html element.
For example, if you upload it to a post, switch to Edit Html and copy the code, either just the image code <img src="..." />, or the full code with the link wrapper. Then, you paste that into the Html element. You can save the post as draft if you want to keep a copy of the image code, or delete it and select keep the image.
You can also source the image code from Photobucket, or where ever else you can upload.
To center the image you convert it from an imline element to a block element in the style or stylesheet, then use auto right-left margins. I changed the bottom sidebar image to this configuration using a stylesheet entry.
You can also do it at the image with "style='display:block; margin:o auto;' ".
If you need further help give me the blog address and tell me where the one you are doing is.
Remember, if you add text, you'll need to put the line breaks <br /> in yourself.
I haven't been to Rio de Janeiro since early 2002 when I was visiting the Navy Skyhawks at the base up the coast.
Great blog as for me. It would be great to read something more about that topic. Thanx for giving this info.
Post a Comment