HTML Requests
Long time no post! This is a post where you guys can request a snippet of HTML code to do a certain thing, sort of like question and answer. All you have to do is leave a comment, and we'll get back to you in a comment as soon as possible.
Also, to remind you, the HTML newsletter is still active. Not many people are signing up. Remember, you can get a free Gmail account if you sign up! First 5 people get Gmail accounts, and out of the next 5 people, 1 gets a Gmail account. (At least.)
So, let the requests begin!
Also, to remind you, the HTML newsletter is still active. Not many people are signing up. Remember, you can get a free Gmail account if you sign up! First 5 people get Gmail accounts, and out of the next 5 people, 1 gets a Gmail account. (At least.)
So, let the requests begin!
57 Comments:
Thanks a lot!
By GL, at February 20, 2005
You cannot make a blank template with blogger, but you can edit an existing one. Just go to the Settings for your blog, then edit the HTML in the template. However, some of it is stylesheets, which are very complicated and not covered here.
By GL, at March 31, 2005
I would like to make my visitors post their comments after having read an article on my homepage, how do I do that?
By Anonymous, at May 10, 2005
Would this be in blogger? If so, just enable comments for the post.
By GL, at May 11, 2005
Hey! I'd just like to say that your site is GREAT! But, as for my question...
I don't know if you're familiar with MySpace.com at all, but its just kind of like a little personal homepage. I'm having ALOT of trouble with HTML on this site. Is there a code that will cover the original tables that are already in the document, and show a diffrent table style? Or, something that will give you a blank template, perhaps...
...If this makes any sence =) If you don't know what I'm talking about, still, thank you for confusing yourself =P
God speed.
By Anonymous, at May 28, 2005
hi, i was wondering if you could make a tutorial/guide on how to put links in a drop-down box [like this one] such that when you click on "options", it directs you to another page or site.
thanks ;)
By pierce; dissolve, at May 30, 2005
This page can give you the tip:
http://www.trans4mind.com/personal_development/JavaScript/menu1.htm
By nilsmo, at May 30, 2005
Anonymous:
Did you put all the code between <head> and </head>:?
If possible, try deleting the stylesheets (marked by <style> and </style>); they are located after the <head>...
If you would like help with tables already in the document, show me the web page and also show me the code for the tables.
By nilsmo, at May 30, 2005
thanks for that, it helps ;)
By pierce; dissolve, at May 30, 2005
Good!
By nilsmo, at June 02, 2005
Hi, I'm not sure if you're still reading these but here goes!
(very useful site by the way)
I'm setting up a blog, and would really like to know how to display short versions of my posts, with a clickable 'expand' link at the bottom - which when you click it will display the rest of the article.
any chance you can help me with that? any assistance is extremely appreciated!
By Anonymous, at June 23, 2005
The only way to make posts expand or collapse is to manually write them into the Template; it is impossible to make post you have written using Create New Post have an expand button automatically. Sorry. If you want to know how to manually make expand buttons in the template - which involves copying and pasting your posts and your post titles and more to the template and changing each and every one of them - post another comment.
By nilsmo, at June 23, 2005
got a question
ive been lokking everywhere on how to make text flash its been a few years since ive done this stuff
can anyone help me out
By Anonymous, at July 28, 2005
im starting a business of mine, and my webpage is blogspot, but i would like that my customers scroll down all the picture designs inside my blogspot.
By cano..., at July 29, 2005
If you look at the navigation on this site, mugglenet.com, you'll see that when you click on one of the links on the left side the whole thing lights up not just the words. How do you do that?
By Anonymous, at August 07, 2005
Hi, excellent education here, but one question. I want to give an alert window if someone clicks on a link. Can you help me out??
By Anonymous, at August 23, 2005
<A href='JavaScript:alert("This is an alert!")'>Click here</A>
Just change the "This is an alert" and "Click here" text, erwin slemmer. Also, if you want to use a button instead of a link, use this tip. I might make a tip on this later.
By nilsmo, at August 30, 2005
Is there a way to make this open in a new page?
"a href=" "onmouseover="parent.location='http://google.com'"> Look
at this site!" /a
By Anonymous, at August 31, 2005
how do I make 20 picture scroll like a marquee does?
By Anonymous, at September 20, 2005
What do you mean, Patrick? You can put images inside a marquee tag, and if you want to combine twenty images, then you can either make a new image with all the images inside of it or you can put all images in the marquee tag. http://htmltips.blogspot.com/2004/06/weird-tips-for-scrolling-banners.html
By nilsmo, at September 22, 2005
how can i view who all has viewed myspace???? THANKS!
email!
heyhhc@yahoo.com
By Anonymous, at September 28, 2005
i was wondering if i cud get a HTML so i could add a link for u from my myspace? would that be possible?
THANKS!!!
By Anonymous, at October 02, 2005
That would be great!
<a href="http://htmltips.blogspot.com">HTML Tips and Tricks</a>
By nilsmo, at October 02, 2005
Hi, I have an image that I want to be a fixed background but it is smaller than my window. (making the image tiled) is there a way to make the background image fit to screen. (and dose this work with firefox?)
zreodark@hotmail.com
By Anonymous, at October 16, 2005
Do you know if its possible to insert a working HTML redirect code into someone's myspace page via a comment? If so, what code would I use? thanks.
By Anonymous, at October 25, 2005
I was wondering how i could make a button on my myspace that when clicked automatically fills in a comment (with text i have predetermined) and posts it as if they typed it in themselves.
By Anonymous, at December 03, 2005
Hi thanks for the cool service....
By Anonymous, at December 17, 2005
how can i see who has viewed my myspace page
By Anonymous, at February 25, 2006
ihow can i prevent other from copy and paste inform on my blog? can i hae the code please...
By Anonymous, at March 13, 2006
i have a question..
how do u enable HTML on a scroll bar on myspace???
if u get the time to read this,thank u for your time.
By Anonymous, at September 30, 2006
You mean this?
http://htmltips.blogspot.com/2004/05/marquees-scrolling-banners.html
By nilsmo, at October 01, 2006
How do you go about placing shortcut icons on a website (using HTML)?
By Anonymous, at October 07, 2006
Stan, this will let you make an icon a link. If you want it to link somewhere in the same page, use this tip.
By nilsmo, at October 07, 2006
how to make a 'open link in new window' ? can help me.
By shasha, at October 29, 2006
http://htmltips.blogspot.com/2004/05/open-page-in-new-window.html
By nilsmo, at October 30, 2006
HELP! iv seen ton's of people on myspace on there picture page having to pictures in one spot (dont think that makes much sence) i heard you get a code of the second pic you want and put into the caption part i tryed that and it didnt work. any ideas?
By Anonymous, at November 09, 2006
how do i have password protection for certain post which i only want certain friends to see it?
By Anonymous, at August 23, 2007
Great site!
How do I make an image appear on the browser tab next to the page description like your orange B?
By Unknown, at September 09, 2008
You need to find a .ico file somewhere on the web. (You can create an .ico file using this tool, but then you must upload it to some location on the web.) Make sure it is called favicon.ico.
So now you should have a URL for a .ico file (for example http://www.google.com/favicon.ico )
Find the place in your code where it says
<head>
Right after that line, place the following code
<link rel="shortcut icon" href="URL of the icon" />
For example, if right after <head> you add the following:
<link rel="shortcut icon" href="http://www.google.com/favicon.ico" />
Your web site should have a google icon.
By nilsmo, at September 09, 2008
How do I make a horizontal scrolling banner, or banners rather for my site? I have a script that goes from right to left with 125X125 banners. Can I adjust that to fit my needs?
By Robin, at October 21, 2008
Hi again. Sorry i posted somewhere my request. Can you create post about adding gadget along with the banner? I was able to insert add gadget above and below the header but i want it to be along with the header. I had read in other article that you need to split it up but my html is a lot more complicated since i got it from ourblogstemplate.com and not the classic one. I'll leave my blog url. Tnx.
By Anonymous, at January 08, 2009
I request a green button! Yer button is not working! eh?!
By Mika, at June 02, 2009
guday!
i was trying to use the link and i think i do it perfectly but whenever i click on the links on fs other fs will show not the one linked
i sorry for the bad english i guess...
By Anonymous, at July 31, 2009
I had found many usefull things here. But i didn't find drop down listbox.
By உதயம், at August 27, 2009
HII YOUR BLOG IS GOOD AND VERY USEFUL.I WANT THE CODE FOR A STAT/VISITOR COUNTER PLEASE MEIL ME ASS SOON AS POSSIBLE TO :
posiedon_27@yahoo.com
THANKS IN ADVANCE
By posiedon_27@yahoo.com, at September 13, 2009
I am on the way to create a technical WEB for our college which includes downloading STUDY MATERIAL in variable formats.I want to display a ALERT to the users who click on the link saying "thank you & study well with this materials" and then start download after clicking ok in that alert dialog box.I tried that in many ways developing my own script but of no use so i would like you to help me in this problem..
mailto: sasidhar1237@yahoo.co.in
WAITING FOR YOUR SOLUTION&THANKS IN ADVANCE.
By SASIDHAR, at September 15, 2009
Hello, I would like a scrolling marquee with no background color of text and magazine cover images for my website. People, newsweek, boating, car and driver. Can you help me?
By queen dixon, at February 25, 2010
Great tips!! Thank you for your expertise. I have two questions:
1. How do I put an image that will rotate to other images, on my website, after a certain time?
2. How do I made the cursor show bubbles and they work through my website. As they move their cursor a line of bubbles or something follows the cursor?
By Anonymous, at April 30, 2010
How to make words appear under a non-link text when you click it?
By Anonymous, at June 16, 2010
I was wondering if you knew how to do a 'floating header' sort of thing, like on these blogs:
http://robinblogdesigns.blogspot.com/
http://wishupondandelions.blogspot.com/
Thank you!
By Kinga, at October 20, 2010
Hi,
I need an html script that will skip ads at the bottom of the screen that are re-directing visitors to my website to another site. I have contacted the web host but they won't help. I need something that will skip the ads and keep my webpage on the open window.
Thanks,
ilove bluegrass
By Anonymous, at October 26, 2010
Hey just wondering how to make a tic tac toe table that will let you type something inside the table, also aside the table....thanks
By Anonymous, at July 26, 2011
how can hide a page
when corect the password and user name then open ...with address bar hide
By irshad, at February 08, 2012
Hey i found your blog is not ipdated for years. If you wish you can join as a html authour in my blog.
By Arjun sharmaa, at March 29, 2013
Try this HTML Tutorials http://mkmovietrailer.blogspot.com/2013/09/html-tutorials.html
By M K D tutorials, at October 30, 2013
u bitch
By dam, at May 23, 2014
articles I like are very good thanks.
togel singapura
By syair togelpelangi, at June 10, 2018
Post a Comment
<< Home