Jump to content

blogsmith

Members
  • Posts

    75
  • Joined

  • Last visited

blogsmith's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Looks like that is not an option. We are not allowed to tamper with AdSense script.PeterBlogger Tips and Tricks
  2. Typo. Should read:I tested this <div style="text-align">These text shoudl be center aligned</div> in a blog post and it worked, though it appear to me that the text was slightly more to the right than exactly centered.PeterDummies Guide to Google Blogger
  3. Hi all, Thanks for the replies. Very grateful.I tested this <div style="text-align">These text shoudl be aligned in a blog post and it worked, though it appear to me that the text was slightly more to the right than exactly centered.I tried the same trick to center a Google sitesearch box in the blogArticles on Fitnesswith varing result. Below is the sript I used-----------------------------------------------------------------<div style="text-align:center;"><!-- SiteSearch Google --><form action="http://www.google.com/custom" target="google_window" method="get"><table border="0" bgcolor="#ffffff"><tr><td nowrap="nowrap" valign="top" height="32" align="left"><a href="http://www.google.com/"><img border="0" alt="Google" src="http://www.google.com/logos/Logo_25wht.gif" align="middle"/></a></td><td nowrap="nowrap"><input value="articles-on-fitness.blogspot.com" name="domains" type="hidden"/><label for="sbi" style="display: none">Enter your search terms</label><input maxlength="255" id="sbi" value="" name="q" size="31" type="text"/><label for="sbb" style="display: none">Submit search form</label><input id="sbb" value="Search" name="sa" type="submit"/></td></tr><tr><td> </td><td nowrap="nowrap"><table><tr><td><input id="ss0" checked value="" name="sitesearch" type="radio"/><label for="ss0" title="Search the Web"><font color="#000000" size="-1">Web</font></label></td><td><input id="ss1" value="articles-on-fitness.blogspot.com" name="sitesearch" type="radio"/><label for="ss1" title="Search articles-on-fitness.blogspot.com"><font color="#000000" size="-1">articles-on-fitness.blogspot.com</font></label></td></tr></table><input value="pub-9404091704638" name="client" type="hidden"/><input value="1" name="forid" type="hidden"/><input value="ISO-8859-1" name="ie" type="hidden"/><input value="ISO-8859-1" name="oe" type="hidden"/><input value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;FORID:1" name="cof" type="hidden"/><input value="en" name="hl" type="hidden"/></td></tr></table></form><!-- SiteSearch Google --></div>------------------------------------------------------------------and the following were the results:Internet Explorer 7: the search box was centeredFireFox, Opera, Flock: the search box was not centered.Anyone care to comment further?PeterBlogger Tips and Tricks
  4. Like <span style="text-align:center">Text</span>?PeterBlogger Tips and Tricks
  5. I know tags like <font> has been depracated so now use <span style="color:red;">text</span> to color the text.However, I don't know what is the substitute for <center>. Can anybody help?ThanksPeterBlogger Tips and Tricks
  6. Sorry I didn't get back to you all earlier, but I just retested embedding it using FireFox. (I was using Opera earlier). As the others found out, it worked. There is nothing wrong with the script. I was using the wrong browser. Thanks to all who replied.Peter
  7. Can you please give the URL to the site where you have implemented it?Thannks.
  8. A friend asked for help to put a flash bannerhttp://www.geocities.com/bhc7447music/FINAL.swfin the Header of a New Blogger blogI know how to use Page Element or widget (HTML/Javascript or upload photo) to put images in the header.I tried to use the HTML/Javascript widget to embed the flash banner by using the script<object width="550" height="400"><param name="movie" value="http://www.geocities.com/bhc7447music/FINAL.swf"><embed'>http://www.geocities.com/bhc7447music/FINAL.swf"><embed src="http://www.geocities.com/bhc7447music/FINAL.swf" width="550" height="400"></embed></object>but all I got was a blank space.Anyone can help us?Thanks for taking the trouble if you have read our problem up to here.Peter
  9. I tried looking for the answer by searching for "center text" and it didn't answer my question. I want to center some text/photos etc. in a blog post, but don't want to do it in the external CSS but with an "inline" CSS (inside the post.I tried <span style="text-align: center;">These text us Centered</span>but it didn't work. How do I do it?TIA
  10. I understand that the use of <center> is no longer encouraged. I tried this:<span style="align:center;">This text is centered</a> but it didn't work. I also tried<span style="text-align:center;">This text is centered</a> but that too didn't work.So what is the replacement for <center>?TIA
  11. Sorry, that was a link to the comment section. The correct link should be Stroke: Brain scientist, who is a stroke survivor, advice to victims and caregiversSorry for the mix-up.Best regards and Merry Christmas and a Happy New Year to all.Peter
  12. I wrote this postBrain Scientist stroke survivor advice for victims and caregiversand had this unodered list written as:<h2>Symptoms of a stroke</h2>Among various symptoms of a stroke are<ul type="circle"> <li>Sudden trouble walking, dizziness, loss of balance or coordination</li> <li>Sudden trouble seeing in one or both eyes</li> <li>Sudden numbness or weakness of face, arm or leg, especially on one side of the body</li> <li>Sudden confusion, trouble speaking or understanding</li> <li>Sudden severe headache with no known cause</li> <li>double vision</li> <li>drowsiness</li> <li>nausea or vomiting</li>. </ul><h2>Consequences of a stroke</h2>Stroke is a very serious, life-threatening event which can lead to death or physical and mental disabilities which depend on which part of the brain is affected and how fast you get help. If you experience any of the symptoms, you should get to the hospital as soon as possible.However, I don't see the indentation and I don't see the circle on the web. I also tried type="disc"What may be the problem?Thanks.
  13. I know that using mailto for readers of my blog will get my email address harvested by spiders, but I used it anyway because I created a special gmail adddress for that purpose, and it had been working well enough because practically all the spam mail (which wasn't that much in the beginning) ended up in the spam folder, and I hardly get spam in the inbox. However, I have used that gmail address to start a Blogger beta blog, and I fear that some important email from Blogger may end up in the spam filter. Someone said using an image rather than a CONTACT ME anchor may prevent my address being harvested. Is that correct, and if so, how do I do it?Thank you very much for your time.Peterhttp://blogger-tricks.blogspot.com Blogger Tips and Trickshttp://bloggerfordummies.blogspot.com Dummies Guide to Google Bloggerhttp://testing-blogger-beta.blogspot.com
  14. Hi skym,Thanks for the tip. Tried to edit my post. Got this error:"Your HTML cannot be accepted: Tag is broken: <a href=”http://blogger-tricks.blogspot.com/2006/10/this-is-individual-post-not-main-page.html#target">Could have something to do with limitations of posting in Blogger as posting does not accept jayascript for example.Thanks for trying to help. Or if you have something further to add, it will be highly appreciated.Peter
  15. I do realise that 99% the method in your tutorials for a link from 1 part of the page to another part on the same page will not work, but because of some controversy, I decided to test it. The tests were done here:http://blogger-tricks.blogspot.com/2006/10...-described.htmlhttp://blogger-tricks.blogspot.com/2006/10...-main-page.htmlAs expected, it didn't work. Someone gave a tip: http://www.invision-graphics.com/HTML_Guide-19.htmlI tried to test it but when I tried to post it (I am using Blogger for my blog), the error message was tag broken.Here is the codes I tried to paste in my post:On origin page<?HTML Code<a href=”http://blogger-tricks.blogspot.com/2006/10/this-is-individual-post-not-main-page.html/#target">This link should lead to a spot TARGET in another post</a>On target pageClicking on the link in the previous post "This link should lead to a spot TARGET in another post" should lead the spot TARGET below<?HTML Code<a name=”#target”></a> TARGETSince I couldn't post the origin page, I could not test it. I wonder if someone here can be kind enough to point out my mistake, or to give me another method or a link to a site which show how it can be done.BTW, I wish w3schools would add a section on how to do this.Thank youPeter"I do realise that 99% the method in your tutorials for a link from 1 part of the page to another part on the same page will not work"Sorry, it should read"I do realise that 99% the method in your tutorials for a link from 1 part of the page to another part on the same page will not work for linking to a specific spot in another page"Thank you.Peter
×
×
  • Create New...