>>
Site Map
>>
Forums
>>
Blocks
Forum module - topics in forum:
Blocks - Having problems with a block? Code doesn't work, get help here.
block
How can i fix this problem i have whith a block i made cal world clock ?and make the image to go in the center cuz is a little to the left .you can c the image here on my web site thank you.
http://cs-cz-clan.rocks-hideout.com
Looking at the Page Source of your website, I see that you have
| Code: : |
| center><embed src="Worldclock.swf" width="350" height="150"></embed<>/center> |
You coded the HTML wrong to center the Flash.
| Code: : |
| <center><embed src="Worldclock.swf" width="350" height="150"></embed></center> |
You forgot the < in front of the first center and used the wrong <> between the embed and the seccond center. It should be as I showed you above.
Thank you boham,that did the trick 