I wanted to start putting my poems on MySpace, but I don't want anyone to steal them.
Myspace help! Is there an html code to block people from copying and pasting from a Myspace blog?
yes, but they will steal them either way it goes. if it can be displayed on someones computer, then they can copy it. how? with a digital camera and re type it. I think you should keep ur favorite poems to urself and only read those to others. Post the ones that you think suck to you. Remember, what sucks to you might be gold to others.
Reply:Well, the answer still didn't say how to do it and I'm trying to figure it out. So, how do you block someone from copy/paste your blog???? Report It
Friday, July 31, 2009
How can I download tracks from rhcpFrance when they are originally downloaded as html files?
Some of the files are downloaded as html when I right click and choose save target as... [which usually works]. This makes me quite angry. PLEASE ANSWER! Also if anyone knows where to find red hot chili peppers b-sides please tell me [LimeWire is pretty bad].
How can I download tracks from rhcpFrance when they are originally downloaded as html files?
Maybe you need to use the Internet Explorer navigator... the Mozilla don't work well to download files....
How can I download tracks from rhcpFrance when they are originally downloaded as html files?
Maybe you need to use the Internet Explorer navigator... the Mozilla don't work well to download files....
How do I write a html code to allow readers to download a WORD document from my website?
I'm looking for Caucasian and PRC ladies from the ages of 25-40 who are living in Singapore to answer a survey questionnaire on advertisement in magazines. This is for a postgraduate research paper I'm working on. I want to post the questionnaire on my website for readers to download. It's in a WORD document. How do I do that?
How do I write a html code to allow readers to download a WORD document from my website?
%26lt;a href="download.exe"%26gt;link%26lt;/a%26gt;
How do I write a html code to allow readers to download a WORD document from my website?
%26lt;a href="download.exe"%26gt;link%26lt;/a%26gt;
How do you put up a HTML code for a banner on myspace, just as text instead of the banner/picture itself?
I want to post the HTML code for some banners that I made on myspace so for who ever wonts one can copy/paste, but everytime I put the code in the text box, the picture shows up instead of the code itself, can you please help me. Thanks alot.
How do you put up a HTML code for a banner on myspace, just as text instead of the banner/picture itself?
%26lt;pre%26gt;YOUR HTML CODE%26lt;/pre%26gt;
stamen
How do you put up a HTML code for a banner on myspace, just as text instead of the banner/picture itself?
%26lt;pre%26gt;YOUR HTML CODE%26lt;/pre%26gt;
stamen
How do i add a picture as my background on a page using html?
im using html to make a page and i want to know how i make a picture that i have on my computer the background.
How do i add a picture as my background on a page using html?
hi,
You can add the backgroud using the %26lt;body%26gt; tag itself...
%26lt;body background="image.jpeg"%26gt;.This is the Sample. You can try using this .....
Reply:%26lt;body background="the picture link here"%26gt;
for example:
%26lt;body background="http://www.geocities.com/nan...
Reply:replace the %26lt;body%26gt; tag with
%26lt;body background="yourimage"%26gt;
How do i add a picture as my background on a page using html?
hi,
You can add the backgroud using the %26lt;body%26gt; tag itself...
%26lt;body background="image.jpeg"%26gt;.This is the Sample. You can try using this .....
Reply:%26lt;body background="the picture link here"%26gt;
for example:
%26lt;body background="http://www.geocities.com/nan...
Reply:replace the %26lt;body%26gt; tag with
%26lt;body background="yourimage"%26gt;
What are differences and comparisons of HTML and Java programming?
Hi,
I was wondering if you could possibly tell me some similarities and differences between HTML and Java programming?
Thanks for your help!!
What are differences and comparisons of HTML and Java programming?
Other than both of them being object oriented programming languages, they barely have anything common.
Differences that come into mind first:
1. HTML is strictly front end language, Java is not
2. HTML is a script - it gets compiled/parsed on the fly by the browser while Java is pre-compiled into bytecode prior to become usable
3. HTML is only usable within a browser, and can barely do anything other than displaying info passed to it while Java is capabale of data processing of virtually any complexity.
4. Pretty much everything else...
Reply:HTML and java are completely different.
HTML is a markup language .. i.e. it just defines how the data must be represented which should not be confused with a programming language. You cant program any logic.
whereas Java is a programming language where you can actually provide some type of logic.
Reply:To be honest, there are very few similarities between HTML and Java.
HTML is what they call a "markup" language, and is an "interpreted" language, not a compiled one like Java. Basically, all HTML does is define the appearance and layout for webpages. When a page is loaded, the browser "reads" the HTML for the page, and it tells it where to put the various elements, what colors to make them, etc. It is not capable of performing any kind of logical checks, calculations, or data manipulation - it just defines appearance.
Java, on the other hand, is a full blown, 3rd generation programming language, capable of performing sophisiticated data manipulations and calculations. Java is a compiled language, meaning that before a Java program can be run or redistributed, it must be "compiled", which basically turns the code into a language that the computer can more easily understand.
Typically, HTML is used for the "front end", and Java is used for the "middle tier", connecting to a database at the "backend". Hope this helps a little.
I was wondering if you could possibly tell me some similarities and differences between HTML and Java programming?
Thanks for your help!!
What are differences and comparisons of HTML and Java programming?
Other than both of them being object oriented programming languages, they barely have anything common.
Differences that come into mind first:
1. HTML is strictly front end language, Java is not
2. HTML is a script - it gets compiled/parsed on the fly by the browser while Java is pre-compiled into bytecode prior to become usable
3. HTML is only usable within a browser, and can barely do anything other than displaying info passed to it while Java is capabale of data processing of virtually any complexity.
4. Pretty much everything else...
Reply:HTML and java are completely different.
HTML is a markup language .. i.e. it just defines how the data must be represented which should not be confused with a programming language. You cant program any logic.
whereas Java is a programming language where you can actually provide some type of logic.
Reply:To be honest, there are very few similarities between HTML and Java.
HTML is what they call a "markup" language, and is an "interpreted" language, not a compiled one like Java. Basically, all HTML does is define the appearance and layout for webpages. When a page is loaded, the browser "reads" the HTML for the page, and it tells it where to put the various elements, what colors to make them, etc. It is not capable of performing any kind of logical checks, calculations, or data manipulation - it just defines appearance.
Java, on the other hand, is a full blown, 3rd generation programming language, capable of performing sophisiticated data manipulations and calculations. Java is a compiled language, meaning that before a Java program can be run or redistributed, it must be "compiled", which basically turns the code into a language that the computer can more easily understand.
Typically, HTML is used for the "front end", and Java is used for the "middle tier", connecting to a database at the "backend". Hope this helps a little.
How do you get HTML tags to display in a form field without rendering them?
I have a PHP page that's pulling in HTML text with tags characters included into a form field that I want to appear as HTML for editability and then save it back via PHP the way it was formatted. Unfortunately, when it loads into the form field it shows words in bold instead of having the tags around them, etc.
Do you have to format them differently in PHP before adding it to the form field? or is there a setting for form fields to keep them from applying the HTML code?
How do you get HTML tags to display in a form field without rendering them?
Yeah, these guys are right, but if you don't want to bother to create the code, that is not interpreted as html, you could let php do it.
Just type your html into a variable, and use the htmlspecialchars function:
$myHtml="%26lt;b%26gt; %26lt;i%26gt; %26lt;font color='red' %26gt;test %26lt;/font%26gt; %26lt;/i%26gt; %26lt;/b%26gt;";
echo htmlspecialchars( $myHtml );
This is the documentation of htmlspecialchars:
http://hu.php.net/manual/en/function.htm...
Certain characters have special significance in HTML, and should be represented by HTML entities if they are to preserve their meanings. This function returns a string with some of these conversions made; the translations made are those most useful for everyday web programming. If you require all HTML character entities to be translated, use htmlentities() instead.
This function is useful in preventing user-supplied text from containing HTML markup, such as in a message board or guest book application. The optional second argument, quote_style , tells the function what to do with single and double quote characters. The default mode, ENT_COMPAT, is the backwards compatible mode which only translates the double-quote character and leaves the single-quote untranslated. If ENT_QUOTES is set, both single and double quotes are translated and if ENT_NOQUOTES is set neither single nor double quotes are translated.
Reply:The php part have nothing to do here, it's irrelevant, what your browser show based on the html output of your php code.
Try to replace the special characters with their code (like '%26lt;' to '%26lt;' and '%26gt;' to '%26amp;rt' etc. see full explanation at http://www.w3schools.com/html/html_entit...
You can use this converter:
http://www.dustinsenos.com/character_enc...
You can also check if your html/xhtml is valid here - http://validator.w3.org/.
Reply:One way is to use the escape code equivalent...the browser will convert them to the characters but won't use the html tag formatting
http://www.dragonwinds.com/resources/htm...
Do you have to format them differently in PHP before adding it to the form field? or is there a setting for form fields to keep them from applying the HTML code?
How do you get HTML tags to display in a form field without rendering them?
Yeah, these guys are right, but if you don't want to bother to create the code, that is not interpreted as html, you could let php do it.
Just type your html into a variable, and use the htmlspecialchars function:
$myHtml="%26lt;b%26gt; %26lt;i%26gt; %26lt;font color='red' %26gt;test %26lt;/font%26gt; %26lt;/i%26gt; %26lt;/b%26gt;";
echo htmlspecialchars( $myHtml );
This is the documentation of htmlspecialchars:
http://hu.php.net/manual/en/function.htm...
Certain characters have special significance in HTML, and should be represented by HTML entities if they are to preserve their meanings. This function returns a string with some of these conversions made; the translations made are those most useful for everyday web programming. If you require all HTML character entities to be translated, use htmlentities() instead.
This function is useful in preventing user-supplied text from containing HTML markup, such as in a message board or guest book application. The optional second argument, quote_style , tells the function what to do with single and double quote characters. The default mode, ENT_COMPAT, is the backwards compatible mode which only translates the double-quote character and leaves the single-quote untranslated. If ENT_QUOTES is set, both single and double quotes are translated and if ENT_NOQUOTES is set neither single nor double quotes are translated.
Reply:The php part have nothing to do here, it's irrelevant, what your browser show based on the html output of your php code.
Try to replace the special characters with their code (like '%26lt;' to '%26lt;' and '%26gt;' to '%26amp;rt' etc. see full explanation at http://www.w3schools.com/html/html_entit...
You can use this converter:
http://www.dustinsenos.com/character_enc...
You can also check if your html/xhtml is valid here - http://validator.w3.org/.
Reply:One way is to use the escape code equivalent...the browser will convert them to the characters but won't use the html tag formatting
http://www.dragonwinds.com/resources/htm...
Simple way to post code in HTML without having to search/replace greater and less than signs?
I want to just cut and paste code directly into my blog. I know there's a "Code" tag in html, but it doesn't seem to do anything. Any other slick tricks or do I just need to do a search and replace for the greater and less than signs.
Oh and it would be nice if it would keep my indenting so my code columns lined up.
Simple way to post code in HTML without having to search/replace greater and less than signs?
begining of codes %26lt;XMP%26gt;
end of codes%26lt;/XMP%26gt;
don't ask me what and why because I don't know but I use this codes all the time and just works wonders
Reply:The %26lt;pre%26gt; tag will help with the indenting
As for posting HTML code, if you use PHP you can use htmlspecialchars (or similar functions in other languages)
sim cards
Oh and it would be nice if it would keep my indenting so my code columns lined up.
Simple way to post code in HTML without having to search/replace greater and less than signs?
begining of codes %26lt;XMP%26gt;
end of codes%26lt;/XMP%26gt;
don't ask me what and why because I don't know but I use this codes all the time and just works wonders
Reply:The %26lt;pre%26gt; tag will help with the indenting
As for posting HTML code, if you use PHP you can use htmlspecialchars (or similar functions in other languages)
sim cards
How can I send an HTML newsletter by email for free?
I'm desperately trying to find out how to do this. I've looked for useful info on the internet and read several questions about it in here, but nothing works. I know HTML and I already have the webpage I want to send.
I've tried sending the HTML text but it just turns out as plain text. I've also tried saving the webpage and sending the html file in an attachment, but it doesn't display after opening the e-mail message, you have to download it. I also read I had to convert the html extension of the file to asp, I did that and didn't work either.
I really don't know what else to do. Some help would be really appreciated. I have Yahoo, Hotmail and Gmail. Thank you!
How can I send an HTML newsletter by email for free?
Well, I could be missing something but, if you are on the html you want to email "right click" mouse and choose "email this page to a friend". You would be using it as a link and of course it would maintain its integrity because it is a link. It would work, I just dont know how many emails you are sending and it might be too many hits on the website.
Reply:webcast can help you
Reply:as attachment
Reply:some email service will allow you to use HTML inorder to make html emails. you might wanna check on some of them, also you can use outlook
I've tried sending the HTML text but it just turns out as plain text. I've also tried saving the webpage and sending the html file in an attachment, but it doesn't display after opening the e-mail message, you have to download it. I also read I had to convert the html extension of the file to asp, I did that and didn't work either.
I really don't know what else to do. Some help would be really appreciated. I have Yahoo, Hotmail and Gmail. Thank you!
How can I send an HTML newsletter by email for free?
Well, I could be missing something but, if you are on the html you want to email "right click" mouse and choose "email this page to a friend". You would be using it as a link and of course it would maintain its integrity because it is a link. It would work, I just dont know how many emails you are sending and it might be too many hits on the website.
Reply:webcast can help you
Reply:as attachment
Reply:some email service will allow you to use HTML inorder to make html emails. you might wanna check on some of them, also you can use outlook
How do you convert an HTML file to a GIF file?
I made an animation in ImageReady, but it will only save in PNG files or HTML, I decided to save it as HTML. I know how you can convert picture files into HTML using photobucket, but how do you convert an animation file, in HTML, to a GIF file?
How do you convert an HTML file to a GIF file?
its easy w/ photosuite.
How do you convert an HTML file to a GIF file?
its easy w/ photosuite.
How do I keep my HTML page from automatically resetting itself after javascript modifies it?
I have an HTML document that is modified based on javascript actions modifying the DOM. For some reason, the last action is to reset the page, so the changes don't persist. I don't understand why.
How do I keep my HTML page from automatically resetting itself after javascript modifies it?
all changes happen inside the page. they never get out to your disk or the server... UNLESS you store your changes in a cookie or use ajax tricks to save them back on the server.
a simple thing, like which part of the dom you are showing can be done by modifying the hash part of the url (like a normal %26lt;a href="#somewhere"%26gt; and when the page is loaded you look at the hash and re-modify the dom!
How do I keep my HTML page from automatically resetting itself after javascript modifies it?
all changes happen inside the page. they never get out to your disk or the server... UNLESS you store your changes in a cookie or use ajax tricks to save them back on the server.
a simple thing, like which part of the dom you are showing can be done by modifying the hash part of the url (like a normal %26lt;a href="#somewhere"%26gt; and when the page is loaded you look at the hash and re-modify the dom!
How do I view the HTML code in an existing web page?
What is the key combination to view the html code in a web page? If I see a page that I like, I would like to view their code to get some ideas for my own. Anybody know the answer to this?
How do I view the HTML code in an existing web page?
right click %26gt; view sorce
Reply:Right click with the mouse and select view source.
Reply:Right click-view source
Reply:go to view on the menu bar then view source.
That or save the file as html and then open it with a web editing program or notepad.
Reply:I don't think there is a key combination to view the source but in Internet explorer and Mozilla Firefox you can just right click and hit view source.
EDIT: My bad - pressing ctrl + u in Firefox will open up the page source.
garden ridge
How do I view the HTML code in an existing web page?
right click %26gt; view sorce
Reply:Right click with the mouse and select view source.
Reply:Right click-view source
Reply:go to view on the menu bar then view source.
That or save the file as html and then open it with a web editing program or notepad.
Reply:I don't think there is a key combination to view the source but in Internet explorer and Mozilla Firefox you can just right click and hit view source.
EDIT: My bad - pressing ctrl + u in Firefox will open up the page source.
garden ridge
How do I change my blog rss into html from feedburner and then add it to Myspace?
I have some blogs that I want to get more exposure by adding them to social networks such as MySpace. I was told to submit them to feedburner first, and then I can convert to html and do whatever i want from there.
The problem is, I don't know how to get my html versions added to the social network sites. Can anyone help???
How do I change my blog rss into html from feedburner and then add it to Myspace?
This website is for displaying RSS feeds in MySpace.
http://rssonmyspace.com
It provides links to the RSS source.
This website is for displaying RSS feeds in MySpace, Blogger, html, email, Google, Friendster, Hi5, and Xanga.
http://springwidgets.com/express/getFeed...
It displays images but does not provide links to the RSS source.
Try searching for an "RSS Directory" in the search engine.
YouTube has videos explaining RSS.
You can display and provide links for your Y!A questions, your starred questions, and the news that interests you on your Y!360 and MySpace pages with an RSS feed.
http://myspace.com/22449233
http://360.yahoo.com/profile-Kghdibk0bak...
The feed for my questions in MySpace updates faster than the one in my Y!360.
For Y!360:
Find your list of questions.
To the right of your most recent question you will see the RSS link.
Click on it with the right button then left click on copy shortcut (URL).
Or you can double click the RSS link and then copy the URL from your address bar.
In your Y!360 click "My Page."
http://360.yahoo.com/
Click "Add a Feed (via RSS)" or click "Edit Feeds."
Right click on one of the three boxes then left click on paste (the short cut - URL).
Then save.
The RSS link for Y!360 blogs is in the orange box at the bottom of the blog page.
You can also display information from:
Yahoo! News (for specific subjects like your state, country, or corporation)
http://news.yahoo.com/rss
MSN News
BBC News
Craigslist, Digg, Netflix, YouTube, and many periodicals,
and blogs from MySpace, Y!360 and other blog websites.
The problem is, I don't know how to get my html versions added to the social network sites. Can anyone help???
How do I change my blog rss into html from feedburner and then add it to Myspace?
This website is for displaying RSS feeds in MySpace.
http://rssonmyspace.com
It provides links to the RSS source.
This website is for displaying RSS feeds in MySpace, Blogger, html, email, Google, Friendster, Hi5, and Xanga.
http://springwidgets.com/express/getFeed...
It displays images but does not provide links to the RSS source.
Try searching for an "RSS Directory" in the search engine.
YouTube has videos explaining RSS.
You can display and provide links for your Y!A questions, your starred questions, and the news that interests you on your Y!360 and MySpace pages with an RSS feed.
http://myspace.com/22449233
http://360.yahoo.com/profile-Kghdibk0bak...
The feed for my questions in MySpace updates faster than the one in my Y!360.
For Y!360:
Find your list of questions.
To the right of your most recent question you will see the RSS link.
Click on it with the right button then left click on copy shortcut (URL).
Or you can double click the RSS link and then copy the URL from your address bar.
In your Y!360 click "My Page."
http://360.yahoo.com/
Click "Add a Feed (via RSS)" or click "Edit Feeds."
Right click on one of the three boxes then left click on paste (the short cut - URL).
Then save.
The RSS link for Y!360 blogs is in the orange box at the bottom of the blog page.
You can also display information from:
Yahoo! News (for specific subjects like your state, country, or corporation)
http://news.yahoo.com/rss
MSN News
BBC News
Craigslist, Digg, Netflix, YouTube, and many periodicals,
and blogs from MySpace, Y!360 and other blog websites.
What do they mean by copy and paste html on web page?
I am building my website for the first time and i am wanting to add a web form. I have installed the cgi/php script in my public html dir. I am new to this and do not understand what they mean by paste the html script script to your web page.
Can anyone please tell me from scratch how i do this without the jargon? If you could begin with the script from the public folder. Where do i go from there so i create the form i want. Step by step instructions would be appreciated a great deal.
Thank you.
What do they mean by copy and paste html on web page?
http://freedback.com/?matt
go to that website, they will host your form for free. Once you understand how to do it. It'll be easier to create a form yourself.
Reply:it's not easy to tell when I don't know what php script you are running and what you want to place in.
usually what they mean is: take html code (from new file) and paste (in existing file)where you want it to appeare.
if you need real help or be done for you
please visit me at http://freeandbesthosting.com/ and come to forum
Reply:Sure, what they are saying is you can open and highlight then right click on the highlighted section and choose copy. Then go to the html source code in your editor program of choice and paste in your php source code.
Keep in mind if you are doing this with php you will need to save the file with a .php extension not a htm or html extension. PHP is a server side language so you will need to have it supported by your web server as well.
If your very new to web design I would suggest playing with embedding JavaScript to HTML first as that can be tested with a local browser.
You should know (x)HTML and CSS before learning JavaScript anyhow. You should also know JavaScript prior to PHP but that is not as important. You need a strong foundation to build the site on.
Hope that helps
Kevin
The following are some of my personal web sites
http://www.lakeareawebs.com
http://mysticwarriorsofrage.com
http://vanguard.mysticwarriorsofrage.com
http://websinglesdating.com
Can anyone please tell me from scratch how i do this without the jargon? If you could begin with the script from the public folder. Where do i go from there so i create the form i want. Step by step instructions would be appreciated a great deal.
Thank you.
What do they mean by copy and paste html on web page?
http://freedback.com/?matt
go to that website, they will host your form for free. Once you understand how to do it. It'll be easier to create a form yourself.
Reply:it's not easy to tell when I don't know what php script you are running and what you want to place in.
usually what they mean is: take html code (from new file) and paste (in existing file)where you want it to appeare.
if you need real help or be done for you
please visit me at http://freeandbesthosting.com/ and come to forum
Reply:Sure, what they are saying is you can open and highlight then right click on the highlighted section and choose copy. Then go to the html source code in your editor program of choice and paste in your php source code.
Keep in mind if you are doing this with php you will need to save the file with a .php extension not a htm or html extension. PHP is a server side language so you will need to have it supported by your web server as well.
If your very new to web design I would suggest playing with embedding JavaScript to HTML first as that can be tested with a local browser.
You should know (x)HTML and CSS before learning JavaScript anyhow. You should also know JavaScript prior to PHP but that is not as important. You need a strong foundation to build the site on.
Hope that helps
Kevin
The following are some of my personal web sites
http://www.lakeareawebs.com
http://mysticwarriorsofrage.com
http://vanguard.mysticwarriorsofrage.com
http://websinglesdating.com
How do I save an HTML web page I am creating in notepad?
I am taking a course in creating websites. I am trying to figure this out at home. I have pulled up notepad and I know I am doing everything right with HTML as far as setting up the website, but I want to see my progress as a regular web page. In class I was shown how to save a file for the notepad stuff to go to, but I don't know how to do it at home.
How do I save an HTML web page I am creating in notepad?
Edit your html with notepad and load it up in another window with your browser. When you want to see your changes save it in notepad, switch to your browser and hit F5 to reload the page.
Or better yet, download a copy of Web Developer Express from the Microsoft site. It's free and you can seamlessly switch between HTML and Web views.
Reply:save it as "%26lt;filename%26gt;.htm" or "%26lt;filename%26gt;.html" either one will do.
However, becareful, select "All files" below at the save file dialog instead of "text file", coz u might get into a file like this if u name it "abc.htm" ended up..... could be "abc.htm.txt" %26lt;- a text file instead of html file.
the tips is just make the file extension.. become .htm or html ;)
Reply:I recommend using a text editor such as PSPad ( http://pspad.com ) which offers such features as syntax highlighting and a built in browser for previewing your work. All you have to do is press F10 to have it open the current file in it's internal web browser. Far easier than saving your page every time you want to preview it.
If you are going to use Notepad then when saving change the Save as type to All Files and put .html onto the end of the file name.
Reply:HTML is really stored as text and you use Notepad (a text editor) to create it. If you save the file with .html you can preview it in a browser just by opening it.
The other option is upload the file to a server where a web server is running...
http://FATdrive.tv/
Reply:To be truly specific:
1)Get to the part in the saving process where you enter the filename for the saved file
2)Select the txt file type dropdown menu and select All Files
3)For the file name, make SURE you add a .htm or .html to the end of the name
4)Lastly, for the last dropdown menu, select Unicode
That's how I always save my webpages, and they work out just fine as long as my coding is proper.
Reply:just save it as whatever name you want .htm For example: mywebpage.htm or mywebpage.html Then open it up in firefox or IE7 and voila it appears. Good luck with your html class!
Reply:Ooh, ooh, (my hand is up). I know this one. I learned html and css at home for a hobby. I know exactly where you're at. To answer your question... Save as... change save as file type to "all files" then change the .txt extension to .html
But, if you want the very easiest way to view the html page that you are working on as you are editing it, use html-kit. I absolutely love it. Here is a link to the freeware program and the best thing is that it has hundreds of plug-ins to make web page creation a breeze. http://www.htmlkit.com/download/
Reply:Using notepad, by default the files will be saved with .txt extension. Even if you gave the file name as 'somefilename.htm', with out quotes, in the filename textbox, it would be saved as 'somefilename.htm.txt'.
To override it, while entering the filename use double quotations, such as "somefilename.htm". This wont override the file extension with .txt, so your filename will still look like 'somefilename.htm' only and if any program like firefox or internet explorer is associtated to open the .htm files, the corresponding icon will be added to your file.
You could either save the html files in .htm or .html extensions.
Reply:First, select "All Files" in the file type box, then save it with a .html or .htm extension.
How do I save an HTML web page I am creating in notepad?
Edit your html with notepad and load it up in another window with your browser. When you want to see your changes save it in notepad, switch to your browser and hit F5 to reload the page.
Or better yet, download a copy of Web Developer Express from the Microsoft site. It's free and you can seamlessly switch between HTML and Web views.
Reply:save it as "%26lt;filename%26gt;.htm" or "%26lt;filename%26gt;.html" either one will do.
However, becareful, select "All files" below at the save file dialog instead of "text file", coz u might get into a file like this if u name it "abc.htm" ended up..... could be "abc.htm.txt" %26lt;- a text file instead of html file.
the tips is just make the file extension.. become .htm or html ;)
Reply:I recommend using a text editor such as PSPad ( http://pspad.com ) which offers such features as syntax highlighting and a built in browser for previewing your work. All you have to do is press F10 to have it open the current file in it's internal web browser. Far easier than saving your page every time you want to preview it.
If you are going to use Notepad then when saving change the Save as type to All Files and put .html onto the end of the file name.
Reply:HTML is really stored as text and you use Notepad (a text editor) to create it. If you save the file with .html you can preview it in a browser just by opening it.
The other option is upload the file to a server where a web server is running...
http://FATdrive.tv/
Reply:To be truly specific:
1)Get to the part in the saving process where you enter the filename for the saved file
2)Select the txt file type dropdown menu and select All Files
3)For the file name, make SURE you add a .htm or .html to the end of the name
4)Lastly, for the last dropdown menu, select Unicode
That's how I always save my webpages, and they work out just fine as long as my coding is proper.
Reply:just save it as whatever name you want .htm For example: mywebpage.htm or mywebpage.html Then open it up in firefox or IE7 and voila it appears. Good luck with your html class!
Reply:Ooh, ooh, (my hand is up). I know this one. I learned html and css at home for a hobby. I know exactly where you're at. To answer your question... Save as... change save as file type to "all files" then change the .txt extension to .html
But, if you want the very easiest way to view the html page that you are working on as you are editing it, use html-kit. I absolutely love it. Here is a link to the freeware program and the best thing is that it has hundreds of plug-ins to make web page creation a breeze. http://www.htmlkit.com/download/
Reply:Using notepad, by default the files will be saved with .txt extension. Even if you gave the file name as 'somefilename.htm', with out quotes, in the filename textbox, it would be saved as 'somefilename.htm.txt'.
To override it, while entering the filename use double quotations, such as "somefilename.htm". This wont override the file extension with .txt, so your filename will still look like 'somefilename.htm' only and if any program like firefox or internet explorer is associtated to open the .htm files, the corresponding icon will be added to your file.
You could either save the html files in .htm or .html extensions.
Reply:First, select "All Files" in the file type box, then save it with a .html or .htm extension.
How do I make the HTML code of a friendster overlay layout?
I want to learn to edit HTML code of a friendster layout.
How do I make the HTML code of a friendster overlay layout?
best site for HTML codes:
www.webmonkey.com
then click on Authoring on the right hand side and choose the type of codes you need.
flowers for algernon
How do I make the HTML code of a friendster overlay layout?
best site for HTML codes:
www.webmonkey.com
then click on Authoring on the right hand side and choose the type of codes you need.
flowers for algernon
How do I get an html code for pictures so I can copy and paste them?
I'd like to be able to copy and paste pictures I have saved on my computer to things like blogs and MySpace. I know I need an html code, but I don't know how that works.
How do I get an html code for pictures so I can copy and paste them?
either tinypic or imageshack.us and there's no account needed for either...or at least not for imageshack
I dont recommend photobucket because they have a bandwidth limit. when you upload your image, the url link for your pic goes like this: %26lt;img src="imageurl"%26gt; If you ever want a clickable image, you do this:
%26lt;a href="weblink"%26gt;%26lt;img src="imageurl"%26gt;%26lt;/a%26gt;
Reply:you cant take a picture straight from your computer...
so what you do is go here...
photobucket.com
upload your pics you want... after you create a free name/account to log in by...
then you use this code...
%26lt;img src="url to the photobucket pic"%26gt;
or you can just use the link that photobucket gives you... which is sometimes better...
Reply:go to TinyPic
How do I get an html code for pictures so I can copy and paste them?
either tinypic or imageshack.us and there's no account needed for either...or at least not for imageshack
I dont recommend photobucket because they have a bandwidth limit. when you upload your image, the url link for your pic goes like this: %26lt;img src="imageurl"%26gt; If you ever want a clickable image, you do this:
%26lt;a href="weblink"%26gt;%26lt;img src="imageurl"%26gt;%26lt;/a%26gt;
Reply:you cant take a picture straight from your computer...
so what you do is go here...
photobucket.com
upload your pics you want... after you create a free name/account to log in by...
then you use this code...
%26lt;img src="url to the photobucket pic"%26gt;
or you can just use the link that photobucket gives you... which is sometimes better...
Reply:go to TinyPic
How can I use PHP/HTML to start a very very basic social networking site?
I only want the users to be able to create a profile with some information, and be able to create events. Is this possible using PHP and HTML?
How can I use PHP/HTML to start a very very basic social networking site?
You will need to hire someone to create a social site script for you.
I would like to suggest following webhosting which I use, they are excellent.
Hostmonster http://www.hostmonster.com/track/ryukend...
They offer hosting of "unlimited domains" and you will get massive webspace of 1500000 MB (1500 GB ). They only charge $5.95/month and they offer "a free Domain Name" and installing service called "Fantastico". By using Fantastico, you could create own forum, photo gallery, shopping cart (e-commerce),your own auction site and your own blogs within few seconds. They also offer "Free Website Builder" as well.
Visit the site to check details.
Hostmonster http://www.hostmonster.com/track/ryukend...
More the list of BEST WEB HOSTING sites visit
http://www.nicewebhosts.com
Reply:You can start a community with php and html but you might need to know alot of php but there is a easier way you can either use a forum like VBULLETIN or PHPBB.
Reply:You need to look at scripts at hotscripts.com or scripts.com . You might find one.
If you look for web hosting, don’t rush into it. Read reviews about web hosting and decide properly before going ahead with web hosting.
I personally will recommend you a web hosting which many people find it very reliable. It is hostmonster.
Before deciding to sign up hostmonster, read the reviews and stats about hostmonster at the following website.
http://www.hostmonsterreview.co.uk
Reply:It is possible. You'll also need a database like MySQL. Bear in mind that even a simple networking site will require a lot of planning. There will need to be scripts for creating, editing, and displaying profiles. All the info will need to be stored and organized in the database.
How can I use PHP/HTML to start a very very basic social networking site?
You will need to hire someone to create a social site script for you.
I would like to suggest following webhosting which I use, they are excellent.
Hostmonster http://www.hostmonster.com/track/ryukend...
They offer hosting of "unlimited domains" and you will get massive webspace of 1500000 MB (1500 GB ). They only charge $5.95/month and they offer "a free Domain Name" and installing service called "Fantastico". By using Fantastico, you could create own forum, photo gallery, shopping cart (e-commerce),your own auction site and your own blogs within few seconds. They also offer "Free Website Builder" as well.
Visit the site to check details.
Hostmonster http://www.hostmonster.com/track/ryukend...
More the list of BEST WEB HOSTING sites visit
http://www.nicewebhosts.com
Reply:You can start a community with php and html but you might need to know alot of php but there is a easier way you can either use a forum like VBULLETIN or PHPBB.
Reply:You need to look at scripts at hotscripts.com or scripts.com . You might find one.
If you look for web hosting, don’t rush into it. Read reviews about web hosting and decide properly before going ahead with web hosting.
I personally will recommend you a web hosting which many people find it very reliable. It is hostmonster.
Before deciding to sign up hostmonster, read the reviews and stats about hostmonster at the following website.
http://www.hostmonsterreview.co.uk
Reply:It is possible. You'll also need a database like MySQL. Bear in mind that even a simple networking site will require a lot of planning. There will need to be scripts for creating, editing, and displaying profiles. All the info will need to be stored and organized in the database.
How do I disable html in a scrollbox on myspace?
I'm making layouts, and i want the users to able to copy the code for the layout out of a scroll box, without the layout generating in my scroll box. Is there anyway to do it without changing my layout code completely?
How do I disable html in a scrollbox on myspace?
Use a textarea to display the HTML.
%26lt;FORM%26gt;
%26lt;TEXTAREA COLS="48" ROWS="3"%26gt;
Put your HTML here.
You can edit COLS and ROWS to change the height and width.
%26lt;/TEXTAREA%26gt;
%26lt;/FORM%26gt;
How do I disable html in a scrollbox on myspace?
Use a textarea to display the HTML.
%26lt;FORM%26gt;
%26lt;TEXTAREA COLS="48" ROWS="3"%26gt;
Put your HTML here.
You can edit COLS and ROWS to change the height and width.
%26lt;/TEXTAREA%26gt;
%26lt;/FORM%26gt;
How do I work HTML on wordpad?
I dont understand how to put it on notepad. I saw my friend type in HTML on notepad and she pressed a button and it worked! How do i do that?
How do I work HTML on wordpad?
Try saving the notepad file such as fred.htm - you should be now able to open in IE. If you can't save it as an htm file rename after it has been saved as a .txt file.
Reply:To create an HTML file in notepad, just create a new notepad file and change the extension to .htm or .html instead of .txt. Then you can type HTML code, and view it in a browser window. You might have to enable the display of extensions so you can see the change from .txt to .htm.
Reply:You simply write the html code, then save it giving it a name of whatever.html, select all file types before saving or it will save as text.
business cards
How do I work HTML on wordpad?
Try saving the notepad file such as fred.htm - you should be now able to open in IE. If you can't save it as an htm file rename after it has been saved as a .txt file.
Reply:To create an HTML file in notepad, just create a new notepad file and change the extension to .htm or .html instead of .txt. Then you can type HTML code, and view it in a browser window. You might have to enable the display of extensions so you can see the change from .txt to .htm.
Reply:You simply write the html code, then save it giving it a name of whatever.html, select all file types before saving or it will save as text.
business cards
How do you enable HTML in your messages on gmail?
How do you enable HTML in your messages on gmail?
How do you enable HTML in your messages on gmail?
HTML is already enabled in your emails [the ones you send].
If you want to view HTML, you have to click the view html when you see it in an email.
I wouldn't suggest sending emails with HTML, I would send a link to a page with the whatever you want to embed.
How do you enable HTML in your messages on gmail?
HTML is already enabled in your emails [the ones you send].
If you want to view HTML, you have to click the view html when you see it in an email.
I wouldn't suggest sending emails with HTML, I would send a link to a page with the whatever you want to embed.
What is the html code used for highlighting text?
I want people to be able to read my text, even with a picture behind it. If you know how to make myspace tables that are semi transparent, that would work too.
What is the html code used for highlighting text?
You can set the background of the text by setting the style.
%26lt;span style="background:#FFFFFF"%26gt;Text goes here%26lt;/span%26gt; to make a white background for your text.
Reply:If you go into Myspace,
Go to home %26gt; edit profile %26gt; (on the right side of the page) Profile editor %26gt; "customise tab" %26gt; Modules tab %26gt; Choose which modules you want to make transparent e.g. About me, interests.etc.
Then mess with the transparency.
You can also change the text colour.
%26lt;font color="Colour you want"%26gt;Text you want to change the colour of%26lt;/font%26gt;
Jack.
birthday cards
What is the html code used for highlighting text?
You can set the background of the text by setting the style.
%26lt;span style="background:#FFFFFF"%26gt;Text goes here%26lt;/span%26gt; to make a white background for your text.
Reply:If you go into Myspace,
Go to home %26gt; edit profile %26gt; (on the right side of the page) Profile editor %26gt; "customise tab" %26gt; Modules tab %26gt; Choose which modules you want to make transparent e.g. About me, interests.etc.
Then mess with the transparency.
You can also change the text colour.
%26lt;font color="Colour you want"%26gt;Text you want to change the colour of%26lt;/font%26gt;
Jack.
birthday cards
How do I position form buttons and check boxes with html and add links?
What I want is 3 check boxes that will be 3 different payment options $9.99 $19.99 and $29.99 and a submit button. There are 3 seperate links I have from my cc processor for those 3 options so I want when someone checks $9.99 and hits submit for it to go to link 1.
How do I position form buttons and check boxes with html and add links?
you will simply call a javascript function in the button click. This function will check to see which checkbox is checked then send go the corresponding link. If you need more help or you need me to write this javascript for you please stop by http://www.billyzteksupport.com sign up (free) and post the question under the javascript section....
How do I position form buttons and check boxes with html and add links?
you will simply call a javascript function in the button click. This function will check to see which checkbox is checked then send go the corresponding link. If you need more help or you need me to write this javascript for you please stop by http://www.billyzteksupport.com sign up (free) and post the question under the javascript section....
What is the html code to allow users to ask a question in a text field and submit to my email account?
I'm working on a website and can't figure this out. I want the user to be able to ask a question in the text field provided and then when they submit the question, I want the question they asked in that text field to be sent to my personal email account..
Any help would be appreciated. The first one that throughly answers this question will get best answer and a cyber-high five!
What is the html code to allow users to ask a question in a text field and submit to my email account?
%26lt;form action="youremail@yahoo.com"%26gt;
%26lt;textarea%26gt;
message here
%26lt;/textarea%26gt;
%26lt;input type="submit" value="send"%26gt;
%26lt;/form%26gt;
Reply:While there is no real simple one step solution to your question, it can be completed if you have access to a cgi/perl/php script that can parse the data coming from the form submitted and send the data out through as an e-mail.
As you know, HTML forms can be used to collect data from questionnaires or surveys you put on the web and this data collected can be sent to you in the form of an e-mail provided that you have the necessary CGI/Perl/PHP script that will look through the data obtained and send it to you as an e-mail.
However, if you don't have such access to creating such a script or don't want to take the time or simply don't know how to programm, I suggest is to search for 'free remotely hosted' formmail (e.g. http://www.mailmyform.com/) so that you don't have to worry about the programming, just provide the fields necessary in your form so that when the user hits the 'submit' button, the data is processed by somewhere and the information is automatically sent to you in the form of an e-mail.
Any help would be appreciated. The first one that throughly answers this question will get best answer and a cyber-high five!
What is the html code to allow users to ask a question in a text field and submit to my email account?
%26lt;form action="youremail@yahoo.com"%26gt;
%26lt;textarea%26gt;
message here
%26lt;/textarea%26gt;
%26lt;input type="submit" value="send"%26gt;
%26lt;/form%26gt;
Reply:While there is no real simple one step solution to your question, it can be completed if you have access to a cgi/perl/php script that can parse the data coming from the form submitted and send the data out through as an e-mail.
As you know, HTML forms can be used to collect data from questionnaires or surveys you put on the web and this data collected can be sent to you in the form of an e-mail provided that you have the necessary CGI/Perl/PHP script that will look through the data obtained and send it to you as an e-mail.
However, if you don't have such access to creating such a script or don't want to take the time or simply don't know how to programm, I suggest is to search for 'free remotely hosted' formmail (e.g. http://www.mailmyform.com/) so that you don't have to worry about the programming, just provide the fields necessary in your form so that when the user hits the 'submit' button, the data is processed by somewhere and the information is automatically sent to you in the form of an e-mail.
What is the html code for making your hobbies extra long on neopets userlookup page?
Normally, neopets gives you a list of hobbies to choose from, but there is a html code that lets you write your own hobbies, what is that code? Please post simple answers, with JUST THE CODE! thank you.
What is the html code for making your hobbies extra long on neopets userlookup page?
http://www.freewebs.com/moneytreeneopets
What is the html code for making your hobbies extra long on neopets userlookup page?
http://www.freewebs.com/moneytreeneopets
What is the html for a myspace header banner for an artist's myspace without using a lame generator???
I have a banner that I would like to put at the top of my band's profile I just need to know the basic html to make it happen Please help me out!!!
What is the html for a myspace header banner for an artist's myspace without using a lame generator???
go to this website, It helped me.
http://www.promoplays.com/myspace-secret...
sepal
What is the html for a myspace header banner for an artist's myspace without using a lame generator???
go to this website, It helped me.
http://www.promoplays.com/myspace-secret...
sepal
What is the HTML code for Displaying Photographs which Change every 3 seconds ?
If i want the Photo on my web page to change constantly on a loop what html code can i insert onto my page to achieve this. Please don't get to technical as i am an absolute beginner.
What is the HTML code for Displaying Photographs which Change every 3 seconds ?
you can do it with Bannershop GIF Animator
just put all your images in different frames and give timedelay to rotate images and save it as gif file
and put that gif file in html page as any normal image
Reply:You need a javascript. Try this page
http://javascript.internet.com/image-eff...
which gives you a free script and tells you where to out it and what to change.
Note that some people cannot/will not support javascripts.
Meta refresh are generally not liked by search engines and at 3 seconds will make the page pretty unusable.
Reply:pinch the code from this site as a starting point
http://www.parazzipack.com
Reply:use the following code in your HTML file
%26lt;meta http-equiv="refresh" content="3"%26gt;
but try to increase the timing (more than 3 sec) as it gives usablity problem.
What is the HTML code for Displaying Photographs which Change every 3 seconds ?
you can do it with Bannershop GIF Animator
just put all your images in different frames and give timedelay to rotate images and save it as gif file
and put that gif file in html page as any normal image
Reply:You need a javascript. Try this page
http://javascript.internet.com/image-eff...
which gives you a free script and tells you where to out it and what to change.
Note that some people cannot/will not support javascripts.
Meta refresh are generally not liked by search engines and at 3 seconds will make the page pretty unusable.
Reply:pinch the code from this site as a starting point
http://www.parazzipack.com
Reply:use the following code in your HTML file
%26lt;meta http-equiv="refresh" content="3"%26gt;
but try to increase the timing (more than 3 sec) as it gives usablity problem.
How important is it to learn HTML before XHTML?
Is it okay to learn XHTML without having any HTML knowledge at all? Do you think learning to hand code HTML is necessary to be taught in a Web Design class rather than directly proceeding to tools such as Dreamweaver?
How important is it to learn HTML before XHTML?
I suggest that you ditch Dreamweaver, since such "WYSIWYG" only tend to cause problems, usually they also add alot of obsolate code to your documents.
Most websites designed with such applications, is poorly designed, in the forms of locked font-sizes; incorrect code; over-useage of frames; bad cross-platform/browser support.
There are many websites, which holds Tutorials/References for HTML and CSS, some of them include:
http://www.w3cschool.com/ - (tutorials/references)
http://www.w3.org/MarkUp/Guide/ - (Dave Raggett's Introduction to HTML)
http://www.w3.org/Style/Examples/011/fir... - (Starting with HTML + CSS)
All you really need to create website's, is a copy of notepad, or notepad++ (But generally any Text-Editor would do). See also: http://notepad-plus.sourceforge.net/uk/s...
Learning XHTML isen't that important, the differance between html and xhtml is minimal, you can allways update your pages later, with less to no effort.
A serious Web-design class, wouldent even tuch the "WYSIWYG" editors. Its more then enough to know they exists, having that seid, alot of text-editors, have programming tools, which will speed up, (or even replace) many of the tasks, which you would otherwhise do manually.
Support for xhtml is poor, causing some browsers to render pages as text/html, instead of appcication/xml.
Reply:Yes, it's okay to learn XHTML because it goes hand-in-hand with HTML. Basically, learning XHTML will teach you HTML. The main difference is that XHTML is a "well-formed" version of HTML.
A tool like Dreamweaver almost promotes knowledge of XHTML. There are instances when the Design tab just won't do what you need it to. If the code is a mystery to you, you'll be stuck. It's always good to have a working knowledge (not a mastery per se) of the gears that make the clock tick.
Reply:It really depends on your purpose for learning web design. If it is simply to get some sites up of rhte family, the kids your car's etc. Stick with dreamweaver as its an easy option and saves learning code.
If you are wanting to get into the industry, set up on your own or just have an interest, ditch dreamweaver right now and open something as simple as notepad. There is no problem learning XHTML instead of HTML, in fact the 2 are pretty much interchangeable at the minute with the language Transitioning from one to the other. Personally I'd go for XHTML as it makes you create cleaner, more valid code.
Also once you ahve your head around the basics in XHTML or as soon as you want to start adding colour or layout to your design start looking at CSS.
If you want a couple of site there is this blog that is fairly new and has just started a series on learning HTML %26amp; CSS:
http://www.philbenwell.co.uk/blog
and another great site is:
http://www.htmldog.com
How important is it to learn HTML before XHTML?
I suggest that you ditch Dreamweaver, since such "WYSIWYG" only tend to cause problems, usually they also add alot of obsolate code to your documents.
Most websites designed with such applications, is poorly designed, in the forms of locked font-sizes; incorrect code; over-useage of frames; bad cross-platform/browser support.
There are many websites, which holds Tutorials/References for HTML and CSS, some of them include:
http://www.w3cschool.com/ - (tutorials/references)
http://www.w3.org/MarkUp/Guide/ - (Dave Raggett's Introduction to HTML)
http://www.w3.org/Style/Examples/011/fir... - (Starting with HTML + CSS)
All you really need to create website's, is a copy of notepad, or notepad++ (But generally any Text-Editor would do). See also: http://notepad-plus.sourceforge.net/uk/s...
Learning XHTML isen't that important, the differance between html and xhtml is minimal, you can allways update your pages later, with less to no effort.
A serious Web-design class, wouldent even tuch the "WYSIWYG" editors. Its more then enough to know they exists, having that seid, alot of text-editors, have programming tools, which will speed up, (or even replace) many of the tasks, which you would otherwhise do manually.
Support for xhtml is poor, causing some browsers to render pages as text/html, instead of appcication/xml.
Reply:Yes, it's okay to learn XHTML because it goes hand-in-hand with HTML. Basically, learning XHTML will teach you HTML. The main difference is that XHTML is a "well-formed" version of HTML.
A tool like Dreamweaver almost promotes knowledge of XHTML. There are instances when the Design tab just won't do what you need it to. If the code is a mystery to you, you'll be stuck. It's always good to have a working knowledge (not a mastery per se) of the gears that make the clock tick.
Reply:It really depends on your purpose for learning web design. If it is simply to get some sites up of rhte family, the kids your car's etc. Stick with dreamweaver as its an easy option and saves learning code.
If you are wanting to get into the industry, set up on your own or just have an interest, ditch dreamweaver right now and open something as simple as notepad. There is no problem learning XHTML instead of HTML, in fact the 2 are pretty much interchangeable at the minute with the language Transitioning from one to the other. Personally I'd go for XHTML as it makes you create cleaner, more valid code.
Also once you ahve your head around the basics in XHTML or as soon as you want to start adding colour or layout to your design start looking at CSS.
If you want a couple of site there is this blog that is fairly new and has just started a series on learning HTML %26amp; CSS:
http://www.philbenwell.co.uk/blog
and another great site is:
http://www.htmldog.com
How do I publish my HTML site on the internet?
I recently learned about HTML and I made a website, but I cant find a way to publish it on the web.....I've tried an FTP program and it came out with an error so if anyone knows of a program or a free hosting site or something please walk me through it step by step...i just wanna put the HTML site i made on the web, so my friends can see it.
How do I publish my HTML site on the internet?
http://www.ripway.com/
great it if you want it free but if all else fails yahoo geocities works too. My (free) geocites site is http://www.geocities.com/the_dragon_girl...
http://www.dynamicdrive.com/ is great for javascript
Reply:You can check out this hosting service
http://www.ssooffttwwaarree.com/web_host...
Reply:Why did the FTP program give you an error, what was the error? Which server were you trying to upload to?
In order to publish a web page you need:
A server - this is just a physical location somewhere.
An account on the server - the right to place files there.
A password - to give you the right to use the account.
This is all a Geocities site or any similar free site will give you. The account becomes part of the address, so you end up with an address like geocities.yahoo.com/blah/foobar/mysite
If you wish to have your own address, such as www.thisismysite.com, you need to establish a domain name, which is then associated with a particular server by the system called DNS (domain name server). Then instead of being referred within the address to a sub account on a server, you use the domain name.
I can highly recommend a company like TigerTech if you wish to own a domain and host your site within it. Follow the link below:
http://www.tigertech.net/cgi-bin/referho...
Accounts start from $7 per month. And you can use all the space you get for some online backups and protect the location with a password, which you can do via a web interface on your login.
How do I publish my HTML site on the internet?
http://www.ripway.com/
great it if you want it free but if all else fails yahoo geocities works too. My (free) geocites site is http://www.geocities.com/the_dragon_girl...
http://www.dynamicdrive.com/ is great for javascript
Reply:You can check out this hosting service
http://www.ssooffttwwaarree.com/web_host...
Reply:Why did the FTP program give you an error, what was the error? Which server were you trying to upload to?
In order to publish a web page you need:
A server - this is just a physical location somewhere.
An account on the server - the right to place files there.
A password - to give you the right to use the account.
This is all a Geocities site or any similar free site will give you. The account becomes part of the address, so you end up with an address like geocities.yahoo.com/blah/foobar/mysite
If you wish to have your own address, such as www.thisismysite.com, you need to establish a domain name, which is then associated with a particular server by the system called DNS (domain name server). Then instead of being referred within the address to a sub account on a server, you use the domain name.
I can highly recommend a company like TigerTech if you wish to own a domain and host your site within it. Follow the link below:
http://www.tigertech.net/cgi-bin/referho...
Accounts start from $7 per month. And you can use all the space you get for some online backups and protect the location with a password, which you can do via a web interface on your login.
How do I publish my HTML site on the internet?
I recently learned about HTML and I made a website, but I cant find a way to publish it on the web.....I've tried an FTP program and it came out with an error so if anyone knows of a program or a free hosting site or something please walk me through it step by step...i just wanna put the HTML site i made on the web, so my friends can see it.
How do I publish my HTML site on the internet?
http://www.ripway.com/
great it if you want it free but if all else fails yahoo geocities works too. My (free) geocites site is http://www.geocities.com/the_dragon_girl...
http://www.dynamicdrive.com/ is great for javascript
Reply:You can check out this hosting service
http://www.ssooffttwwaarree.com/web_host...
Reply:Why did the FTP program give you an error, what was the error? Which server were you trying to upload to?
In order to publish a web page you need:
A server - this is just a physical location somewhere.
An account on the server - the right to place files there.
A password - to give you the right to use the account.
This is all a Geocities site or any similar free site will give you. The account becomes part of the address, so you end up with an address like geocities.yahoo.com/blah/foobar/mysite
If you wish to have your own address, such as www.thisismysite.com, you need to establish a domain name, which is then associated with a particular server by the system called DNS (domain name server). Then instead of being referred within the address to a sub account on a server, you use the domain name.
I can highly recommend a company like TigerTech if you wish to own a domain and host your site within it. Follow the link below:
http://www.tigertech.net/cgi-bin/referho...
Accounts start from $7 per month. And you can use all the space you get for some online backups and protect the location with a password, which you can do via a web interface on your login.
printable cards
How do I publish my HTML site on the internet?
http://www.ripway.com/
great it if you want it free but if all else fails yahoo geocities works too. My (free) geocites site is http://www.geocities.com/the_dragon_girl...
http://www.dynamicdrive.com/ is great for javascript
Reply:You can check out this hosting service
http://www.ssooffttwwaarree.com/web_host...
Reply:Why did the FTP program give you an error, what was the error? Which server were you trying to upload to?
In order to publish a web page you need:
A server - this is just a physical location somewhere.
An account on the server - the right to place files there.
A password - to give you the right to use the account.
This is all a Geocities site or any similar free site will give you. The account becomes part of the address, so you end up with an address like geocities.yahoo.com/blah/foobar/mysite
If you wish to have your own address, such as www.thisismysite.com, you need to establish a domain name, which is then associated with a particular server by the system called DNS (domain name server). Then instead of being referred within the address to a sub account on a server, you use the domain name.
I can highly recommend a company like TigerTech if you wish to own a domain and host your site within it. Follow the link below:
http://www.tigertech.net/cgi-bin/referho...
Accounts start from $7 per month. And you can use all the space you get for some online backups and protect the location with a password, which you can do via a web interface on your login.
printable cards
Are there any verizon phones with internet that uses html?
I currently have the verizon env and the mobile web is sh*t...is there any verizon phones that use the regular web with html, and not the mobile web?
Are there any verizon phones with internet that uses html?
The LG Voyager and Blackberry I know for sure use HTML - the other PDAs might as well...
Reply:call verizon and ask
Are there any verizon phones with internet that uses html?
The LG Voyager and Blackberry I know for sure use HTML - the other PDAs might as well...
Reply:call verizon and ask
How can I make a table column in HTML consume the remainder of the table's width?
I have a table within a CSS layout, inside a DIV. I want the table to consume the width of the DIV, and I want the last column of the table to consume the bulk of that. If I make the table width 100% then it screws up the surrounding CSS layout. I have no way to say that one column should take up the balance of the available table width. If I make that column 100% wide then it crushes other columns to be as narrow as they can possibly be. If I can't find a pure HTML/CSS method then I'll write some nasty javascript but I'd like to avoid that if I can.
How can I make a table column in HTML consume the remainder of the table's width?
manually set the width for cells in the other columns, and the cells without widths should automatically adjust to the remaining width of the table
you could also try seting the width of the cells in the large column to 75% or 50% instead of 100%
Reply:At a guess, I'd say you haven't been specific enough!
You need fix the width/height of your %26lt;div%26gt;. If you
don't do this, then how is the table inside it to know
what its boundaries should be?
Thus,
%26lt;div style="width: 250px;height:250px;"%26gt;
%26lt;table width=100%%26gt;
%26lt;tr%26gt;
%26lt;td%26gt;Col_1%26lt;/td%26gt;
%26lt;td%26gt;Col_2%26lt;/td%26gt;
%26lt;td%26gt;Col_3%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;/table%26gt;
%26lt;/div%26gt;
The mind boggles as to why you think some 'nasty javascript' would do what CSS couldn't!
Anyway, HTH.
How can I make a table column in HTML consume the remainder of the table's width?
manually set the width for cells in the other columns, and the cells without widths should automatically adjust to the remaining width of the table
you could also try seting the width of the cells in the large column to 75% or 50% instead of 100%
Reply:At a guess, I'd say you haven't been specific enough!
You need fix the width/height of your %26lt;div%26gt;. If you
don't do this, then how is the table inside it to know
what its boundaries should be?
Thus,
%26lt;div style="width: 250px;height:250px;"%26gt;
%26lt;table width=100%%26gt;
%26lt;tr%26gt;
%26lt;td%26gt;Col_1%26lt;/td%26gt;
%26lt;td%26gt;Col_2%26lt;/td%26gt;
%26lt;td%26gt;Col_3%26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;/table%26gt;
%26lt;/div%26gt;
The mind boggles as to why you think some 'nasty javascript' would do what CSS couldn't!
Anyway, HTH.
Where can I find the best html websites?
I'm developing a html website, and I want references on how does a very good html website looks like. I do not want full flash websites or websites that are flash-heavy. Minor flash usage is acceptable. Any good recommendations? Perhaps award-winning websites in html category?
Where can I find the best html websites?
All sites are HTML. Flash is just added into the HTML. Same for Java. Sites with extensions such as PHP or JSP are server side: The PHP file is called, and it returns the HTML file relative to how the file is scripted. Same for PERL, JSP and ASP. So, you want to find the best HTML site? Search for an award winning website. These will be HTML. (This site is an HTML website. With serverside scripting involved)
Reply:Please look these links dude......
webopedia.com
www.distinguishedwomen.com/sites.html
www.brainjar.com/dhtml/domviewer/demo....
helpwithpcs.blogspot.com
Where can I find the best html websites?
All sites are HTML. Flash is just added into the HTML. Same for Java. Sites with extensions such as PHP or JSP are server side: The PHP file is called, and it returns the HTML file relative to how the file is scripted. Same for PERL, JSP and ASP. So, you want to find the best HTML site? Search for an award winning website. These will be HTML. (This site is an HTML website. With serverside scripting involved)
Reply:Please look these links dude......
webopedia.com
www.distinguishedwomen.com/sites.html
www.brainjar.com/dhtml/domviewer/demo....
helpwithpcs.blogspot.com
What is an easy way to upload an html file to the web?
I was just using my simple knowlage of an html file to make a page that I want to upload to the internet. I thought it would be a cool idea but now i don't understand the faq pages that tell me how to do it with my limited knowlage
What is an easy way to upload an html file to the web?
Uploading a file is the easiest part of publishing a web page. If you have it built then you are 95% done. There are several ways of uploading it.
The easiest is using the Windows FTP utility. Read how here.
http://thurmania.com/FTP.html
Next is going into your already built page and COPY everything. This is what I like to do. Then go to your Host File mgr., create an HTML page and then PASTE the entire page into it.
The trick, of course, is knowing the destination.
Your Host will have the FTP address available on site. I suggest you go to your File Mgr. and look it over carefully to see how it's set up.
I also suggest you get a free site at Geocities to practice with as they have a great file uploader and a good FTP system.
Reply:I assume you are not running your own site and want to upload it to website space you've got with your ISP.
Unless they have provided you with dedicated software to do just this you have to do it via FTP.
The easiest way is to get yourself a windows based FTP client (plenty of free ones around) so that one window is your computer and the other window is your web space. You can then drag and drop your file from your machine to theirs.
Reply:Try "My Internet Files (miFiles)." You can download it from here:
http://www.simdata.com.au/download.htm
It has a very simple interface. The hard part, however, of any upload is figuring out how to configure the connection. Good luck
Reply:name it http://(something here).com i think that works. but you need to keep your computer on for people to see it on the web...
Reply:I use a free web host. http://50webs.com has a moderately simple file management and upload system.
love song lyrics
What is an easy way to upload an html file to the web?
Uploading a file is the easiest part of publishing a web page. If you have it built then you are 95% done. There are several ways of uploading it.
The easiest is using the Windows FTP utility. Read how here.
http://thurmania.com/FTP.html
Next is going into your already built page and COPY everything. This is what I like to do. Then go to your Host File mgr., create an HTML page and then PASTE the entire page into it.
The trick, of course, is knowing the destination.
Your Host will have the FTP address available on site. I suggest you go to your File Mgr. and look it over carefully to see how it's set up.
I also suggest you get a free site at Geocities to practice with as they have a great file uploader and a good FTP system.
Reply:I assume you are not running your own site and want to upload it to website space you've got with your ISP.
Unless they have provided you with dedicated software to do just this you have to do it via FTP.
The easiest way is to get yourself a windows based FTP client (plenty of free ones around) so that one window is your computer and the other window is your web space. You can then drag and drop your file from your machine to theirs.
Reply:Try "My Internet Files (miFiles)." You can download it from here:
http://www.simdata.com.au/download.htm
It has a very simple interface. The hard part, however, of any upload is figuring out how to configure the connection. Good luck
Reply:name it http://(something here).com i think that works. but you need to keep your computer on for people to see it on the web...
Reply:I use a free web host. http://50webs.com has a moderately simple file management and upload system.
love song lyrics
How do I get html code saved in notepad to load in Internet Explorer?
I want to make a simple web page with html. I just want to view it in IE, but I don't need to put it on the web.
I'm not doing anything fancy. I saved my notepad document and then I went to 'file' and 'open'. It is trying to get me to open up a new web site (like google or yahoo or whatever) but I can't figure out how to view my html.
How do I get html code saved in notepad to load in Internet Explorer?
Create the file with Notepad.
Then do Save As.. Make sure you name it yourfile.html using the .html extension. Also make sure to click where it says File Type and choose All files. otherwise notepad will add the .txt extension.
Open Internet Explorer...go to File..choose Open..Browse to the folder where your .html file is...and click Open
Reply:Save it as .html
So when you click save as type webpage.html (webpage can be whatever you want)
-Dweebs On duty
Reply:After finishing your code, you need to save the file as whatever you want to save it as, then log onto IE. When on IE go to the top left corner and click File, then open, and a box will pop up. Click browse, and search through your files to find yours that you just saved. On mine, I need to change one of the drop down menus to instead of Txt files to All files. Your HTML file should be under HTML lesson, and then all files ok? Then double click it and it will go back to the box, click open and u can see it. If you get a weird thing on the top of your screen saying that it's blocking content or whatever just allow it to go through cuz it doesnt do anything! As you keep changing your code, just click the refresh button on the top of the page to update it.
Reply:the first answer is enough ;)
I'm not doing anything fancy. I saved my notepad document and then I went to 'file' and 'open'. It is trying to get me to open up a new web site (like google or yahoo or whatever) but I can't figure out how to view my html.
How do I get html code saved in notepad to load in Internet Explorer?
Create the file with Notepad.
Then do Save As.. Make sure you name it yourfile.html using the .html extension. Also make sure to click where it says File Type and choose All files. otherwise notepad will add the .txt extension.
Open Internet Explorer...go to File..choose Open..Browse to the folder where your .html file is...and click Open
Reply:Save it as .html
So when you click save as type webpage.html (webpage can be whatever you want)
-Dweebs On duty
Reply:After finishing your code, you need to save the file as whatever you want to save it as, then log onto IE. When on IE go to the top left corner and click File, then open, and a box will pop up. Click browse, and search through your files to find yours that you just saved. On mine, I need to change one of the drop down menus to instead of Txt files to All files. Your HTML file should be under HTML lesson, and then all files ok? Then double click it and it will go back to the box, click open and u can see it. If you get a weird thing on the top of your screen saying that it's blocking content or whatever just allow it to go through cuz it doesnt do anything! As you keep changing your code, just click the refresh button on the top of the page to update it.
Reply:the first answer is enough ;)
How do you write HTML code for people who have "text only" email viewing?
I am creating an email in HTML - but I want certain text to appear for those people who only accept incoming text e-mails. What notations (code) do I use to create that text area and where in the HTML do I put it?
How do you write HTML code for people who have "text only" email viewing?
Don't write a pure HTML email, use a multipart MIME mail instead. This allows you to include multiple "body" parts to the email in different formats (typically one HTML and one plain text). Viewers then get the "best" format that their software supports.
The specifics of how you do that depend on what software you are using to send the email. I've built systems around http://search.cpan.org/~bbc/Email-MIME-C... with some success in the past.
How do you write HTML code for people who have "text only" email viewing?
Don't write a pure HTML email, use a multipart MIME mail instead. This allows you to include multiple "body" parts to the email in different formats (typically one HTML and one plain text). Viewers then get the "best" format that their software supports.
The specifics of how you do that depend on what software you are using to send the email. I've built systems around http://search.cpan.org/~bbc/Email-MIME-C... with some success in the past.
Does anyone know how to setup a simple html password to protect a link on my website?
I have a real estate website giving to me by my company. I don't have very much html control, but I do have some. I have a link on my website that I want people to access but only of they have a password provided by me.
Does anyone know how to setup a simple html password to protect a link on my website?
HTML isnt that good for scripting. Try javascript. Javascript should be the easiest.
Reply:To do this in html, you would need to have the link or site in a seperate directory.
If you have your site hosted on apache, you can use .htaccess to restrict access to the directory.
Does anyone know how to setup a simple html password to protect a link on my website?
HTML isnt that good for scripting. Try javascript. Javascript should be the easiest.
Reply:To do this in html, you would need to have the link or site in a seperate directory.
If you have your site hosted on apache, you can use .htaccess to restrict access to the directory.
How do I convert graphics into a html format?
I am trying to add graphics to a description on a site, and I want to add a graphic/picture, but it wont copy it unless it's in a html format.
How do I convert graphics into a html format?
You can not convert graphics to html format. You can display graphics with html. The img tag looks something like %26lt;img src="picture"%26gt;
Reply:Use something like
%26lt;img src="http://mypictureshostning.com/mypic... width=100 height=100%26gt;
greeting cards
How do I convert graphics into a html format?
You can not convert graphics to html format. You can display graphics with html. The img tag looks something like %26lt;img src="picture"%26gt;
Reply:Use something like
%26lt;img src="http://mypictureshostning.com/mypic... width=100 height=100%26gt;
greeting cards
Is there a way to see the html code for things online?
I would like my page to show the latest questions from Yahoo Answers, and would like for it also to follow the flash portal on Newgrounds. Can anyone tell how i can find the html coding so i can stick it on my site.
Is there a way to see the html code for things online?
view-source
Reply:◙ you would already know the answer if you experimented with all the settings in your browser like the rest of us do.
Reply:yea thats right in the menu, VIEW-%26gt; SOURCE, or right click on the page and click VIEW SOURCE.
whereas you cant be able to see the codes for webpages based on ASP or ASPX(asp.net), because the codes for them are enclosed in percentage(%), which is hidden
Reply:Hi,
Most browsers will have an option to view source. Good luck
Reply:rightclick and then view source
Reply:Yes. Click on view menu bar and choose source.
Is there a way to see the html code for things online?
view-source
Reply:◙ you would already know the answer if you experimented with all the settings in your browser like the rest of us do.
Reply:yea thats right in the menu, VIEW-%26gt; SOURCE, or right click on the page and click VIEW SOURCE.
whereas you cant be able to see the codes for webpages based on ASP or ASPX(asp.net), because the codes for them are enclosed in percentage(%), which is hidden
Reply:Hi,
Most browsers will have an option to view source. Good luck
Reply:rightclick and then view source
Reply:Yes. Click on view menu bar and choose source.
How can I create an HTML help file for a database entry program that I use at work?
I do data-entry at work and they've asked me to create a help file for new users. Do you know of any freeware programs on windows XP that can help me do that? Thanks.
How can I create an HTML help file for a database entry program that I use at work?
Hey
You can try the HTML Help Workshop software which can be downloaded fro FREE. Just type "HTML Help Workshop" in google search and you will get number of sites from where you can download the software.
You need to first create a project in the software, then table of contents and then index file (if required). These html files should be created in dreamweaver (recommended), can also be created in frontpage.
When these files are created they are compiled in the html help project software.
If you need step by step procedure then please let me know.
------------
Data recovery software solutions for successful data recovery!
http://www.nucleustechnologies.com
How can I create an HTML help file for a database entry program that I use at work?
Hey
You can try the HTML Help Workshop software which can be downloaded fro FREE. Just type "HTML Help Workshop" in google search and you will get number of sites from where you can download the software.
You need to first create a project in the software, then table of contents and then index file (if required). These html files should be created in dreamweaver (recommended), can also be created in frontpage.
When these files are created they are compiled in the html help project software.
If you need step by step procedure then please let me know.
------------
Data recovery software solutions for successful data recovery!
http://www.nucleustechnologies.com
How do you send HTML codes in Microsoft Outlook?
I can send HTML in MS Outlook 2003 by just selecting it in the choices (HTML, Plain Text, Rich Text). But, I want to know how to send an HTML code in outlook so that the recepient can view my email just like websites, just like using web-based email.
How do you send HTML codes in Microsoft Outlook?
copy and paste the code like this...
%26lt;html%26gt;
%26lt;title%26gt;some page%26lt;/title%26gt;
%26lt;body%26gt;
%26lt;p%26gt;some content%26lt;/p%26gt;
%26lt;/body%26gt;
%26lt;/html%26gt;
Reply:The best way to send html through outlook is to add it as an attachment (text file). If you are trying to use the code in an e-mail message you will need to go into the source of the compose box and edit the html there. Report It
Reply:This is not recommended since a lot of people block html e-mails and it may not go through. The best way would be to use Word as your e-mail editor. Report It
How do you send HTML codes in Microsoft Outlook?
copy and paste the code like this...
%26lt;html%26gt;
%26lt;title%26gt;some page%26lt;/title%26gt;
%26lt;body%26gt;
%26lt;p%26gt;some content%26lt;/p%26gt;
%26lt;/body%26gt;
%26lt;/html%26gt;
Reply:The best way to send html through outlook is to add it as an attachment (text file). If you are trying to use the code in an e-mail message you will need to go into the source of the compose box and edit the html there. Report It
Reply:This is not recommended since a lot of people block html e-mails and it may not go through. The best way would be to use Word as your e-mail editor. Report It
How can you get a X and Y position of a textbox in HTML?
I need the absolute position of a TextBox in HTML. I use Javascript for scripting.
How can you get a X and Y position of a textbox in HTML?
To get the textbox position, put the following into your code
xpos=document.getElementById( "tb" ).offsetLeft;
ypos=document.getElementById( "tb" ).offsetTop;
where tb is the id of textbox
Here's a demo of the solution http://www.freewebs.com/swhtam/YA/textbo... go to menu View, source for the complete code.
In the demo, use your mouse to push the textbox around, the co-ordination of the textbox will change accordingly, it works on IE, Firefox or Opera.
Hope this helps.
Reply:style="position:absolute" :)
Reply:This willl help you to do this.
function getAbsolutePosition(element){
var ret = new Point();
for(;
element %26amp;%26amp; element != document.body;
ret.translate(element.offsetLeft, element.offsetTop), element = element.offsetParent
);
return ret;
}
function Point(x,y){
this.x = x || 0;
this.y = y || 0;
this.toString = function(){
return '('+this.x+', '+this.y+')';
};
this.translate = function(dx, dy){
this.x += dx || 0;
this.y += dy || 0;
};
this.getX = function(){ return this.x; }
this.getY = function(){ return this.y; }
this.equals = function(anotherpoint){
return anotherpoint.x == this.x %26amp;%26amp; anotherpoint.y == this.y;
};
}
All the Best.
flower arranging
How can you get a X and Y position of a textbox in HTML?
To get the textbox position, put the following into your code
xpos=document.getElementById( "tb" ).offsetLeft;
ypos=document.getElementById( "tb" ).offsetTop;
where tb is the id of textbox
Here's a demo of the solution http://www.freewebs.com/swhtam/YA/textbo... go to menu View, source for the complete code.
In the demo, use your mouse to push the textbox around, the co-ordination of the textbox will change accordingly, it works on IE, Firefox or Opera.
Hope this helps.
Reply:style="position:absolute" :)
Reply:This willl help you to do this.
function getAbsolutePosition(element){
var ret = new Point();
for(;
element %26amp;%26amp; element != document.body;
ret.translate(element.offsetLeft, element.offsetTop), element = element.offsetParent
);
return ret;
}
function Point(x,y){
this.x = x || 0;
this.y = y || 0;
this.toString = function(){
return '('+this.x+', '+this.y+')';
};
this.translate = function(dx, dy){
this.x += dx || 0;
this.y += dy || 0;
};
this.getX = function(){ return this.x; }
this.getY = function(){ return this.y; }
this.equals = function(anotherpoint){
return anotherpoint.x == this.x %26amp;%26amp; anotherpoint.y == this.y;
};
}
All the Best.
flower arranging
How do I get a html code for my music player on my music page?
I went on Shawty Lo myspace page and heard someone else's music from his comments and they had their music player in his comments. How do you do that?
How do I get a html code for my music player on my music page?
Hi..you can add music radio on your myspace web page from last.fm, a big music portal that provides music radio with customization
Example:
Go to
http://www.last.fm
Then search for artist name.
Scroll down for radio embed link.
Click on embed, it will open a drop down with a link to auto embed on myspace.
Go for it..
How do I get a html code for my music player on my music page?
Hi..you can add music radio on your myspace web page from last.fm, a big music portal that provides music radio with customization
Example:
Go to
http://www.last.fm
Then search for artist name.
Scroll down for radio embed link.
Click on embed, it will open a drop down with a link to auto embed on myspace.
Go for it..
How to create a horizontal rule which should be a graphic in a HTML document?
Thank you all for your answers. I understand that %26lt;hr%26gt; is used to render the horizontal rule in a HTML document. However, my assigment requests to create a horizontal rule using given image with .gif extension (it's kind of ready-made horizontal line). But I don't know how to use that image for the horizontal rule. Anyone can help me, please! Thank you all in advance!
How to create a horizontal rule which should be a graphic in a HTML document?
You can do it several ways...
1. Insert your gif at the point you want, like any other image, but set its width to 100%. That will expand it to fit its maximum allowed. For example:
%26lt;img src="yourpic.gif" width="100%" height="1" alt=""%26gt;
...the drawback is that this method deforms the image, so it works better with single-color pics.
2. Make a div (layout object) and use CSS to make your gif repeat in the background. This way the gif never distort its dimensions. Example.
%26lt;div style="background:url( yourpic.gif ) repeat-x"%26gt;%26lt;/div%26gt;
You can set other options in your style (like height and margins), so this method is very versatile. If you plan to use your "hr" often (like a real %26lt;hr%26gt;), I recommend you to make a class in CSS and put your code in an external file, so you can put (and eventually change) your "ruler" div with less effort.
More details on CSS... well, you can search on the Internet for "css tutorials". There are hundreds (maybe thousands) out there! But if you don't know where to start, go to http://www.w3schools.com/css/default.asp
..or you can always ask again for more help!
Reply:use these tags:
%26lt;table width="100%" height="y px" border="0" cellpadding="0" cellspacing="0"%26gt;
%26lt;tr%26gt;
%26lt;td background="image.gif"%26gt; %26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;/table%26gt;
where image.gif is the image name and y is the height of the image in pixels
How to create a horizontal rule which should be a graphic in a HTML document?
You can do it several ways...
1. Insert your gif at the point you want, like any other image, but set its width to 100%. That will expand it to fit its maximum allowed. For example:
%26lt;img src="yourpic.gif" width="100%" height="1" alt=""%26gt;
...the drawback is that this method deforms the image, so it works better with single-color pics.
2. Make a div (layout object) and use CSS to make your gif repeat in the background. This way the gif never distort its dimensions. Example.
%26lt;div style="background:url( yourpic.gif ) repeat-x"%26gt;%26lt;/div%26gt;
You can set other options in your style (like height and margins), so this method is very versatile. If you plan to use your "hr" often (like a real %26lt;hr%26gt;), I recommend you to make a class in CSS and put your code in an external file, so you can put (and eventually change) your "ruler" div with less effort.
More details on CSS... well, you can search on the Internet for "css tutorials". There are hundreds (maybe thousands) out there! But if you don't know where to start, go to http://www.w3schools.com/css/default.asp
..or you can always ask again for more help!
Reply:use these tags:
%26lt;table width="100%" height="y px" border="0" cellpadding="0" cellspacing="0"%26gt;
%26lt;tr%26gt;
%26lt;td background="image.gif"%26gt; %26lt;/td%26gt;
%26lt;/tr%26gt;
%26lt;/table%26gt;
where image.gif is the image name and y is the height of the image in pixels
How do I find the HTML a music video?
I want to put the music video for Daniel Powter's Bad Day on my Piczo. To do so I have to have the music video HTML. Where do I find that?
How do I find the HTML a music video?
There are a very big amount of places you could find this video.
I am going to list a few sites that "should" have it - but you will have to check for yourself.
You could probably search on Google (or whatever search engine you prefer) for "Music Video Codes" and probably find it. Or, maybe even get more in depth and search for "Daniel Powter music video codes"
See sources for Music Video Code links
Reply:Right click then click properties, then it says url take that and then format it so it will play
need more help email me
jonathanburkitt@yahoo.co.uk
How do I find the HTML a music video?
There are a very big amount of places you could find this video.
I am going to list a few sites that "should" have it - but you will have to check for yourself.
You could probably search on Google (or whatever search engine you prefer) for "Music Video Codes" and probably find it. Or, maybe even get more in depth and search for "Daniel Powter music video codes"
See sources for Music Video Code links
Reply:Right click then click properties, then it says url take that and then format it so it will play
need more help email me
jonathanburkitt@yahoo.co.uk
After you have made an HTML document, what is the next step to get it to be displayed on the internet?
I am learning HTML, I now how to write some of the code, but I still do not know how to upload to a server, or if that is what you do at all. I thought that you might need a special program to let you connect specially with the server, and of course you have to have a reserved web page space. Am I wrong?
After you have made an HTML document, what is the next step to get it to be displayed on the internet?
All of the "free" web space providers and most of the paid providers will have a web-enabled interface that lets you browse to the location of your HTML file and upload it, in a procedure similar to selecting a file to attach to an e-mail message. Once you've mastered this straight-forward approach, you may wish to try using FTP software. Very few of the "free" web space providers will allow this type of connection, but all of the paid ones will. This is much more robust and lets you upload much, much quicker (once you have learned the program). There are many brands of FTP software on the market and some are "free". FTP stands for File Transfer Protocol, a way to transfer files over the internet that pre-dates the HTML protocol.
Reply:Save it as a .html file. Then you can use a simple web server like Freewebs (www.freewebs.com) to upload the .html file to the Freewebs server and it will be online. If you want your own domain, you have to buy one.
flower arrangement
After you have made an HTML document, what is the next step to get it to be displayed on the internet?
All of the "free" web space providers and most of the paid providers will have a web-enabled interface that lets you browse to the location of your HTML file and upload it, in a procedure similar to selecting a file to attach to an e-mail message. Once you've mastered this straight-forward approach, you may wish to try using FTP software. Very few of the "free" web space providers will allow this type of connection, but all of the paid ones will. This is much more robust and lets you upload much, much quicker (once you have learned the program). There are many brands of FTP software on the market and some are "free". FTP stands for File Transfer Protocol, a way to transfer files over the internet that pre-dates the HTML protocol.
Reply:Save it as a .html file. Then you can use a simple web server like Freewebs (www.freewebs.com) to upload the .html file to the Freewebs server and it will be online. If you want your own domain, you have to buy one.
flower arrangement
How do i make a html layout using Paint?
I have paint. I want to know how to make a html layout using paint. Please help me!!!
How do i make a html layout using Paint?
HTML is text, so you would write the text on the picture. Which wouldn't work, because the web server can't read html from a picture file.
You'd use Notepad to write the html, and paint to create pictures. If you want a program that lets you create a web page as a layout, NVU - http://www.nvu.com/ - might make it easier for you. But you still have to know html - you can't create much of anything by just dragging and dropping.
Reply:No offense, but paint sucks.
Anyway...
Creating a layout does not have to do with any art poem. First figure out how to use the coding. There will be a spot in the coding to put your picture or art. You werent very specific, there are many different kinds of html layouts and so, eahc one has different html and different ways pictures can be shown.
Reply:Well you would simply draw your layout then you would need to cut the image up into peices easier to download...
then just place in your images folder on your site or if its mayspace or what ever do what needs to be done...
as far as making the layout you can make the graphics but you still need to know alittle coding to make it wirk..
Reply:you have to put the paint picture into another folder and have you notepad/whatever opening it where you want the picture
Reply:This isnt entirely possible with just Paint.
You may want to get yourself a copy of Adobe Photoshop. You can make your entire layout in this program and then use the command "Save for Web" which will allow you to slice your layout into all the proper elements as well as generating the proper HTML code to boot.
How do i make a html layout using Paint?
HTML is text, so you would write the text on the picture. Which wouldn't work, because the web server can't read html from a picture file.
You'd use Notepad to write the html, and paint to create pictures. If you want a program that lets you create a web page as a layout, NVU - http://www.nvu.com/ - might make it easier for you. But you still have to know html - you can't create much of anything by just dragging and dropping.
Reply:No offense, but paint sucks.
Anyway...
Creating a layout does not have to do with any art poem. First figure out how to use the coding. There will be a spot in the coding to put your picture or art. You werent very specific, there are many different kinds of html layouts and so, eahc one has different html and different ways pictures can be shown.
Reply:Well you would simply draw your layout then you would need to cut the image up into peices easier to download...
then just place in your images folder on your site or if its mayspace or what ever do what needs to be done...
as far as making the layout you can make the graphics but you still need to know alittle coding to make it wirk..
Reply:you have to put the paint picture into another folder and have you notepad/whatever opening it where you want the picture
Reply:This isnt entirely possible with just Paint.
You may want to get yourself a copy of Adobe Photoshop. You can make your entire layout in this program and then use the command "Save for Web" which will allow you to slice your layout into all the proper elements as well as generating the proper HTML code to boot.
Thursday, July 30, 2009
How to have the same html on all webpages without having to update the pages individually?
I'm making a yahoo geocities webpage, and I want to have a navigation bar at the bottom of every page. I've written the html for it, but is there a way, like inserting a css stylesheet, that I can insert the navigation bar onto all the pages without typing out the full code? So that when I make a new page that needs to go in the navigation bar, I don't have to edit every single page with it on.
How to have the same html on all webpages without having to update the pages individually?
Unfortunatley Yahoo hasn't begun that process, but building a page one at a time is better I think.
Reply:I don't know if geocities allows for server side scripting like PHP or ASP .NET, but this is how you would do it if you were able to use this language. However, if you can only use HTML, I'm afraid your stuck doing it the long and boring way of 'copy and paste' into every HTML file.
Reply:Edit your shared borders. The shared borders, Top, left, and bottom are displayed on all pages.
How to have the same html on all webpages without having to update the pages individually?
Unfortunatley Yahoo hasn't begun that process, but building a page one at a time is better I think.
Reply:I don't know if geocities allows for server side scripting like PHP or ASP .NET, but this is how you would do it if you were able to use this language. However, if you can only use HTML, I'm afraid your stuck doing it the long and boring way of 'copy and paste' into every HTML file.
Reply:Edit your shared borders. The shared borders, Top, left, and bottom are displayed on all pages.
How do I use html code to change the layout backgrounds and graphics for yahoo and myspace?
I placed the necessary codes in the "about me" area, but no changes have occurred thus far...
What might I be doing wrong?
How do I use html code to change the layout backgrounds and graphics for yahoo and myspace?
go to google and type in myspace layouts... you wil find numerous sites that offer these. Find one you like highlight the html code and copy (right click select copy) paste (right click select paste) it onto your page... on myspace you would go to edit profile and paste it into the "about me" section
Reply:i have no idea
Reply:if instead of like http://miniclip.com you want just a link to click on that says GAMES (in blue) you do as follows:
1 cut the normal link
2. right click
3. insert
4. hyperlink
5:hyper url right click and paste
6:hyperlink text- type w/e u want
is this what u wanted cuz idk.
What might I be doing wrong?
How do I use html code to change the layout backgrounds and graphics for yahoo and myspace?
go to google and type in myspace layouts... you wil find numerous sites that offer these. Find one you like highlight the html code and copy (right click select copy) paste (right click select paste) it onto your page... on myspace you would go to edit profile and paste it into the "about me" section
Reply:i have no idea
Reply:if instead of like http://miniclip.com you want just a link to click on that says GAMES (in blue) you do as follows:
1 cut the normal link
2. right click
3. insert
4. hyperlink
5:hyper url right click and paste
6:hyperlink text- type w/e u want
is this what u wanted cuz idk.
How do I use html code to change the layout backgrounds and graphics for yahoo and myspace?
I placed the necessary codes in the "about me" area, but no changes have occurred thus far...
What might I be doing wrong?
How do I use html code to change the layout backgrounds and graphics for yahoo and myspace?
go to google and type in myspace layouts... you wil find numerous sites that offer these. Find one you like highlight the html code and copy (right click select copy) paste (right click select paste) it onto your page... on myspace you would go to edit profile and paste it into the "about me" section
Reply:i have no idea
Reply:if instead of like http://miniclip.com you want just a link to click on that says GAMES (in blue) you do as follows:
1 cut the normal link
2. right click
3. insert
4. hyperlink
5:hyper url right click and paste
6:hyperlink text- type w/e u want
is this what u wanted cuz idk.
eurovision song contest
What might I be doing wrong?
How do I use html code to change the layout backgrounds and graphics for yahoo and myspace?
go to google and type in myspace layouts... you wil find numerous sites that offer these. Find one you like highlight the html code and copy (right click select copy) paste (right click select paste) it onto your page... on myspace you would go to edit profile and paste it into the "about me" section
Reply:i have no idea
Reply:if instead of like http://miniclip.com you want just a link to click on that says GAMES (in blue) you do as follows:
1 cut the normal link
2. right click
3. insert
4. hyperlink
5:hyper url right click and paste
6:hyperlink text- type w/e u want
is this what u wanted cuz idk.
eurovision song contest
How come when i start limewire, it gets stuck on the 12% html loading, and won't go further?
I have tried deactivating my firewall / antivirus. I have uninstalled and installed it many times. Im also running on vista if that would be a problem. Please help and thanks
How come when i start limewire, it gets stuck on the 12% html loading, and won't go further?
I gotta say, switch to Bittorrent. It's probably a virus, and opening ports with limewire and deactivating your firewall/antivirus is digital suicide. I wouldn't advise f*cking up your nice Vista system.
Reply:It sounds to me that because Limewire has an integrated IE web window inside and gets stuck at 12% each time is that it has something on this loading html page that is making it stuck..that says to me it has a problem with a plugin issue on that page...possibly a flash file that is attempting to load? Can u try going to this URL inside your normal browser (FireFox or the real IE)? Does it load successfully?
Another possibility i've seen is that maybe your C drive (the location where your %TEMP% is located) disk space is close to being full and loaded content cant save entirely and gets stuck.
Reply:The problem I had was the plan I was on,1GB. They slowed the download speed to a point which stops.If your provider doesn't charge you excess they will slow,slow,stop,change plans and complain.
How come when i start limewire, it gets stuck on the 12% html loading, and won't go further?
I gotta say, switch to Bittorrent. It's probably a virus, and opening ports with limewire and deactivating your firewall/antivirus is digital suicide. I wouldn't advise f*cking up your nice Vista system.
Reply:It sounds to me that because Limewire has an integrated IE web window inside and gets stuck at 12% each time is that it has something on this loading html page that is making it stuck..that says to me it has a problem with a plugin issue on that page...possibly a flash file that is attempting to load? Can u try going to this URL inside your normal browser (FireFox or the real IE)? Does it load successfully?
Another possibility i've seen is that maybe your C drive (the location where your %TEMP% is located) disk space is close to being full and loaded content cant save entirely and gets stuck.
Reply:The problem I had was the plan I was on,1GB. They slowed the download speed to a point which stops.If your provider doesn't charge you excess they will slow,slow,stop,change plans and complain.
Where do you paste the html on myspace for the online icon?
I want a new online icon and i have the html but i dont know where it goes....anyone know?
Where do you paste the html on myspace for the online icon?
MySpace allows this,
It is just that most of those who were writing myspace customizing code knew how to make them work.
I wrote code that works
http://xiii.us/online-now-icon
About Me or Meet or any of the interests areas work for the code. It is a style block. Style Blocks can go pretty much anywhere (except nested inside another style block).
Reply:it can go anywhere but Myspace blocked that feature and doesn't allow online line buttons anymore. sucks huh?
Reply:ur supposed to put it in 'about me' but most the time they dont work =(
Reply:anywhere even your layout can go anywhere =) best answer!!!
Reply:About me section or use any of the other sections as well that allow the HTML code (movies, interests, tv etc) BEST ANSWER!!!! :)
Where do you paste the html on myspace for the online icon?
MySpace allows this,
It is just that most of those who were writing myspace customizing code knew how to make them work.
I wrote code that works
http://xiii.us/online-now-icon
About Me or Meet or any of the interests areas work for the code. It is a style block. Style Blocks can go pretty much anywhere (except nested inside another style block).
Reply:it can go anywhere but Myspace blocked that feature and doesn't allow online line buttons anymore. sucks huh?
Reply:ur supposed to put it in 'about me' but most the time they dont work =(
Reply:anywhere even your layout can go anywhere =) best answer!!!
Reply:About me section or use any of the other sections as well that allow the HTML code (movies, interests, tv etc) BEST ANSWER!!!! :)
How do you insert html into a Word 2003 document?
I would like to insert a Google Adsense area into a Word document article I am creating. Can someone give me the step-by-step? Thanks.
How do you insert html into a Word 2003 document?
Ur questation is not propper?
What will u do properly describe it.
If u want any html editing in doc its simple,If u wnt some add html in doc. u can not do it with code.Descripe properly then i will help u
If u suitable send me ur work on my mail abhishek_webdesigner@yahoo.co.in
I will do that.
Thanks
Raj Abhishek
Web Designer
Reply:As far as I know the word is a word processor not an html editor but it do have the option to save document as html (webpage) you must use ms FrontPage to do the editing to get rid of common problems but it seems that you want to know a trick it's simple save file as webpage and close ms word then go to that file right click open with Notepad there you have the html source code, insert html code wherever you want and then save it, it will be added to your html file
How do you insert html into a Word 2003 document?
Ur questation is not propper?
What will u do properly describe it.
If u want any html editing in doc its simple,If u wnt some add html in doc. u can not do it with code.Descripe properly then i will help u
If u suitable send me ur work on my mail abhishek_webdesigner@yahoo.co.in
I will do that.
Thanks
Raj Abhishek
Web Designer
Reply:As far as I know the word is a word processor not an html editor but it do have the option to save document as html (webpage) you must use ms FrontPage to do the editing to get rid of common problems but it seems that you want to know a trick it's simple save file as webpage and close ms word then go to that file right click open with Notepad there you have the html source code, insert html code wherever you want and then save it, it will be added to your html file
How do i make shapes and figures with my paragraph using html codes?
how can i make a paragraph shaped for example a star or a woman using html codes? please help me, i need it by tuesday.
How do i make shapes and figures with my paragraph using html codes?
U can use spaces ( ) or CSS to control the location of every element.
eg:
S%26lt;br%26gt;
S%26lt;br%26gt;
S%26lt;br%26gt;
S%26lt;br%26gt;
S%26lt;br/%26gt;
The code above will create a triangle:
S
S S
S S S
S S S S
If you want to use CSS (maybe easier), just search in google for this:
'CSS position absolute top left'
There you find all the information to do this.
Reply:Read the URL tutorial. I think this is what you're looking for.
wedding song
How do i make shapes and figures with my paragraph using html codes?
U can use spaces ( ) or CSS to control the location of every element.
eg:
S%26lt;br%26gt;
S%26lt;br%26gt;
S%26lt;br%26gt;
S%26lt;br%26gt;
S%26lt;br/%26gt;
The code above will create a triangle:
S
S S
S S S
S S S S
If you want to use CSS (maybe easier), just search in google for this:
'CSS position absolute top left'
There you find all the information to do this.
Reply:Read the URL tutorial. I think this is what you're looking for.
wedding song
What is the html code to embed a song into a bulletin?
I know you can use an mp3 player from different websites, I have a project playlist mp3 player, but in this situation, I'd rather use a code and have it not be seen because I have other things to put in the bulletin and don't want the player to take away from the bulletin itself. Does anyone know the code?
What is the html code to embed a song into a bulletin?
Well seeing as this is just for a bulletin and whomever views it will only be listening to one song why not try a small single player?
For a one song player, go here:
http://freddyizbadd.com/quickplayer.php
Hope that helps,
=)
Reply:yeah. u should go to imeem.com and find the song you are lookingfor. once you found it put the code at the bottom of the bulletin it is a really small player hardly even noticable. it doesnttake away from the bulletin.
Reply:Hope This helps, and you can change the lopping from true (plays on and on and on) to none (plays once).
%26lt;embed src="MUSIC URL HERE" autostart=true loop=true width=0 height=0 align="center"%26gt;%26lt;/embed%26gt;
What is the html code to embed a song into a bulletin?
Well seeing as this is just for a bulletin and whomever views it will only be listening to one song why not try a small single player?
For a one song player, go here:
http://freddyizbadd.com/quickplayer.php
Hope that helps,
=)
Reply:yeah. u should go to imeem.com and find the song you are lookingfor. once you found it put the code at the bottom of the bulletin it is a really small player hardly even noticable. it doesnttake away from the bulletin.
Reply:Hope This helps, and you can change the lopping from true (plays on and on and on) to none (plays once).
%26lt;embed src="MUSIC URL HERE" autostart=true loop=true width=0 height=0 align="center"%26gt;%26lt;/embed%26gt;
How can I convert html file into video?
Today I have downloaded video songs of a movie. But unfortunately it is downloaded as html file. How can I convert this?
How can I convert html file into video?
Html files cant be converted into a movie format. because Html stands for "Hyper Text Mark-Up Language" its the laugange webpages are built into, the website probly didnt let you take the movie, its probly a .SWF(flash) file,
How can I convert html file into video?
Html files cant be converted into a movie format. because Html stands for "Hyper Text Mark-Up Language" its the laugange webpages are built into, the website probly didnt let you take the movie, its probly a .SWF(flash) file,
What is a good next step programming language to learn after HTML?
Good Morning, I have a pretty good knowledge of programming in HTML and a little experience in Visual Basic. I am trying to defcide what next web language to learn. I have been going back and forth between dhtml and javascript. Any suggestions?
What is a good next step programming language to learn after HTML?
PHP is very useful, I recommend PHP :o)
%26lt;/geek%26gt;
Reply:HTML is not a programming language, it is a markup language. It describes a document's layout and does not contain either executable or interpreted code.
Since your doing HTML, javascript seems like a natural evolution for a richer client side browsing experience. Or you could create more dynamic page frameworks by learning PHP or ASP.
If you want to learn real programming languages, C++, C# or Java are the way to go.
Reply:Hi,
There are lot many things can be done if you know HTML and JavaScript.
You can now start working on Web2.0 concepts. Now the world is moving towards AJAX, here you need more java script and some knowledge of serverside. It'll an added advantage if you can learn some server side scripting languages like ASP.net, JSPor PHP.
All The Best.
Thirupathi B
Reply:if you plan on working with HTML a lot learn CSS (if you have not) and HTML. If you plan to be more of a programer, then I would sugest maybe java or Peral
Reply:PHP -
php makes site functions run. search engines, forums, membership related stuff. you name it - php you need to know it.
If html is the skin, php is the organs!
The good thing is -it's really easy!
it's like broken down english. It uses html aswell.
Reply:As the web techologies is in hike, its is better to study .Net and J2EE
Reply:Java script is very interesting to learn, but it is up to you since I am not the sort of person to tell others what that must do. There are so many new programs to learn ex;PowerPoint so think if you want to learn that and then start. Good luck in learning!!
Reply:Javascript is great to learn. If you haven't studied any XHTML, and want a quick course, you can learn the difference between HTML and XHTML in two weeks.
Reply:css / php / BB / C++?
What is a good next step programming language to learn after HTML?
PHP is very useful, I recommend PHP :o)
%26lt;/geek%26gt;
Reply:HTML is not a programming language, it is a markup language. It describes a document's layout and does not contain either executable or interpreted code.
Since your doing HTML, javascript seems like a natural evolution for a richer client side browsing experience. Or you could create more dynamic page frameworks by learning PHP or ASP.
If you want to learn real programming languages, C++, C# or Java are the way to go.
Reply:Hi,
There are lot many things can be done if you know HTML and JavaScript.
You can now start working on Web2.0 concepts. Now the world is moving towards AJAX, here you need more java script and some knowledge of serverside. It'll an added advantage if you can learn some server side scripting languages like ASP.net, JSPor PHP.
All The Best.
Thirupathi B
Reply:if you plan on working with HTML a lot learn CSS (if you have not) and HTML. If you plan to be more of a programer, then I would sugest maybe java or Peral
Reply:PHP -
php makes site functions run. search engines, forums, membership related stuff. you name it - php you need to know it.
If html is the skin, php is the organs!
The good thing is -it's really easy!
it's like broken down english. It uses html aswell.
Reply:As the web techologies is in hike, its is better to study .Net and J2EE
Reply:Java script is very interesting to learn, but it is up to you since I am not the sort of person to tell others what that must do. There are so many new programs to learn ex;PowerPoint so think if you want to learn that and then start. Good luck in learning!!
Reply:Javascript is great to learn. If you haven't studied any XHTML, and want a quick course, you can learn the difference between HTML and XHTML in two weeks.
Reply:css / php / BB / C++?
What is the html code to make it possible for people to make your site a homepage?
I'm trying to give people the option of making my internet site their homepage.
Well, I think that should explain what I'm looking for.
If I'm mistaking, please let me know %26amp; i'll try to explain it in a different way.
Thanks.
What is the html code to make it possible for people to make your site a homepage?
http://javascript.internet.com/page-deta...
Reply:html is hper text mark up langage and it possible but how you I don't
Reply:This should do it for you. Replace all the references to Yahoo.com and insert your own web address. Then just insert the code into the body of your HTML document and that will do it.
%26lt;SCRIPT%26gt;
var attemptBKMRK = false;
function addToFavorites(){
if (document.all){
attemptBKMRK = true;
window.external.AddFavorite("http://ww...
}else{
window.open("http://www.yahoo.com");
}
attemptBKMRK = false;
}
function handleError() {
if (true == attemptBKMRK){ //open window for instructions
window.open("http://www.yahoo.com");
} //return true to prevent an error message
return true;
}
window.onerror = handleError;
%26lt;/SCRIPT%26gt;
%26lt;P%26gt;IE 4.x+ Users with Javascript Enabled: %26lt;/P%26gt;
%26lt;P%26gt;
%26lt;LI%26gt;You can automatically set your start page by %26lt;A
onclick="this.style.behavior='url(#defau...
this.setHomePage('http://www.yahoo.com');"
href="http://www.yahoo.com"%26gt;Clicking
This Link%26lt;/A%26gt;
%26lt;P%26gt;%26lt;/P%26gt;
Have fun!
stamen
Well, I think that should explain what I'm looking for.
If I'm mistaking, please let me know %26amp; i'll try to explain it in a different way.
Thanks.
What is the html code to make it possible for people to make your site a homepage?
http://javascript.internet.com/page-deta...
Reply:html is hper text mark up langage and it possible but how you I don't
Reply:This should do it for you. Replace all the references to Yahoo.com and insert your own web address. Then just insert the code into the body of your HTML document and that will do it.
%26lt;SCRIPT%26gt;
var attemptBKMRK = false;
function addToFavorites(){
if (document.all){
attemptBKMRK = true;
window.external.AddFavorite("http://ww...
}else{
window.open("http://www.yahoo.com");
}
attemptBKMRK = false;
}
function handleError() {
if (true == attemptBKMRK){ //open window for instructions
window.open("http://www.yahoo.com");
} //return true to prevent an error message
return true;
}
window.onerror = handleError;
%26lt;/SCRIPT%26gt;
%26lt;P%26gt;IE 4.x+ Users with Javascript Enabled: %26lt;/P%26gt;
%26lt;P%26gt;
%26lt;LI%26gt;You can automatically set your start page by %26lt;A
onclick="this.style.behavior='url(#defau...
this.setHomePage('http://www.yahoo.com');"
href="http://www.yahoo.com"%26gt;Clicking
This Link%26lt;/A%26gt;
%26lt;P%26gt;%26lt;/P%26gt;
Have fun!
stamen
How to get the modified variable value in Java Script function in another HTML page ?
In javascript, Global varibla value is getting modified in the functions of that script file(say,sample.js) . How to get that value in HTML (test.html) page ?
How to get the modified variable value in Java Script function in another HTML page ?
Hi there
You can use javascript cookies between html pages to share variable values.
Learn it here...
http://www.w3schools.com/JS/js_cookies.a...
How to get the modified variable value in Java Script function in another HTML page ?
Hi there
You can use javascript cookies between html pages to share variable values.
Learn it here...
http://www.w3schools.com/JS/js_cookies.a...
What is the HTML code for additional popup homepage?
I have ever visited some websites. When I click the link, it automatically pop up additional webpage. Does anyone know the HTML code for additional popup homepage?
What is the HTML code for additional popup homepage?
in the %26lt;a href... tab after the link type in.... target="_blank"%26gt;
that should help you,,,
have fun
hope i helped...if not..e-mail me at saif_dragoneer@yahoo.com
Reply:saif is correct. You want to use the target "_blank"
Reply:%26lt;a href=# onClick= javascript:window.open('a.htm', 'MapUs', 'width=1024,height=768, toolbar=0, scrollbars=1,resizable=1, status=1, top=1, left=1');
Or you could do %26lt;a href=# onClick=Whatever();%26gt;
And put this on page:
%26lt;script language = "JavaScript"%26gt;
function Whatever()
{
window.open('a.htm,'MapUs','width=1024...
}
%26lt;/script%26gt;
The guys talking about target=_blank is correct, but that just simply opens a totally new webpage.
The purpose of my post is in case you want it to look like a TRUE popup windows (yes those annoying popups). My version will prevent the buttons, address bars, status bar (bottom page), etc from displaying. Note on my example, see how I got toolbar=1 and other things = 1 or a zero? 1 means turn on, 0 means turn off. So you can play around with that, changing the 1's to 0's / vice versa and see how the final product looks.
The top=1 and left=1 is the position of the windows, so top=1 means very top of page, and left=1 means very left of page, so the popup will appear on top left corner.
What is the HTML code for additional popup homepage?
in the %26lt;a href... tab after the link type in.... target="_blank"%26gt;
that should help you,,,
have fun
hope i helped...if not..e-mail me at saif_dragoneer@yahoo.com
Reply:saif is correct. You want to use the target "_blank"
Reply:%26lt;a href=# onClick= javascript:window.open('a.htm', 'MapUs', 'width=1024,height=768, toolbar=0, scrollbars=1,resizable=1, status=1, top=1, left=1');
Or you could do %26lt;a href=# onClick=Whatever();%26gt;
And put this on page:
%26lt;script language = "JavaScript"%26gt;
function Whatever()
{
window.open('a.htm,'MapUs','width=1024...
}
%26lt;/script%26gt;
The guys talking about target=_blank is correct, but that just simply opens a totally new webpage.
The purpose of my post is in case you want it to look like a TRUE popup windows (yes those annoying popups). My version will prevent the buttons, address bars, status bar (bottom page), etc from displaying. Note on my example, see how I got toolbar=1 and other things = 1 or a zero? 1 means turn on, 0 means turn off. So you can play around with that, changing the 1's to 0's / vice versa and see how the final product looks.
The top=1 and left=1 is the position of the windows, so top=1 means very top of page, and left=1 means very left of page, so the popup will appear on top left corner.
What is the html code for inserting music in a webpage?
I have HTML for Dummies but I still can not find that code.
What is the html code for inserting music in a webpage?
you will need to use the embed tag
%26lt;embed src="[file location]" height="50" autostart="true" loop="true"%26gt;
%26lt;/embed%26gt;
or the object tag
%26lt;object
classid="clsid:22D6F312-B0F6-11D0-94AB...
%26lt;param name="FileName" value="MyFile.wav" /%26gt;
%26lt;/object%26gt;
if you want to give people control over the sound
using %26lt;bgsound%26gt; gives no ability to turn the sound off (not a good idea)
More info
http://www.w3schools.com/media/media_bro...
Reply:Don't.
Please.
Music on websites is the most annoying thing...
Reply:%26lt;a href="yourmusicfile.mid"%26gt;Play background music%26lt;/a%26gt;
Reply:%26lt;!--start copy from here --%26gt;
%26lt;a href="......" %26gt;
%26lt;bgsound src="http://www.geocities.com/emagzine1/... loop="-1"%26gt;%26lt;/a%26gt;
%26lt;!--end here --%26gt;
Now we have a variety of 55 music files. some are romantic , some are sad some are funny. (02.mid......)
These files are online... if u want ur music files just specicy the path....
What is the html code for inserting music in a webpage?
you will need to use the embed tag
%26lt;embed src="[file location]" height="50" autostart="true" loop="true"%26gt;
%26lt;/embed%26gt;
or the object tag
%26lt;object
classid="clsid:22D6F312-B0F6-11D0-94AB...
%26lt;param name="FileName" value="MyFile.wav" /%26gt;
%26lt;/object%26gt;
if you want to give people control over the sound
using %26lt;bgsound%26gt; gives no ability to turn the sound off (not a good idea)
More info
http://www.w3schools.com/media/media_bro...
Reply:Don't.
Please.
Music on websites is the most annoying thing...
Reply:%26lt;a href="yourmusicfile.mid"%26gt;Play background music%26lt;/a%26gt;
Reply:%26lt;!--start copy from here --%26gt;
%26lt;a href="......" %26gt;
%26lt;bgsound src="http://www.geocities.com/emagzine1/... loop="-1"%26gt;%26lt;/a%26gt;
%26lt;!--end here --%26gt;
Now we have a variety of 55 music files. some are romantic , some are sad some are funny. (02.mid......)
These files are online... if u want ur music files just specicy the path....
How do you leave spaces in between the lines when HTML-ing?
I am trying to write a blog using HTML but I don't know how to leave spaces in between the lines.
I don't know to start a new paragraph either. PLEASE HELP!!
How do you leave spaces in between the lines when HTML-ing?
put %26lt;br%26gt; before where you want the space. To make a paragraph do %26lt;p%26gt; where you want it to start, to end it put %26lt;/p%26gt; where you want it to end although I don't think %26lt;/p%26gt; is neccesary unless you are going to make something not to be in the paragraph.
Reply:For a line break%26lt;br%26gt;
Break
%26lt;p%26gt;For a paragraph p with the closing bracket when finished%26lt;/p%26gt;
Reply:You can make a space by inserting a break %26lt;br%26gt;
Paragraphs are identified with %26lt;p%26gt; %26lt;/p%26gt; around the body of the paragraph, which also happens to make a space to the paragraph you are starting.
sim cards
I don't know to start a new paragraph either. PLEASE HELP!!
How do you leave spaces in between the lines when HTML-ing?
put %26lt;br%26gt; before where you want the space. To make a paragraph do %26lt;p%26gt; where you want it to start, to end it put %26lt;/p%26gt; where you want it to end although I don't think %26lt;/p%26gt; is neccesary unless you are going to make something not to be in the paragraph.
Reply:For a line break%26lt;br%26gt;
Break
%26lt;p%26gt;For a paragraph p with the closing bracket when finished%26lt;/p%26gt;
Reply:You can make a space by inserting a break %26lt;br%26gt;
Paragraphs are identified with %26lt;p%26gt; %26lt;/p%26gt; around the body of the paragraph, which also happens to make a space to the paragraph you are starting.
sim cards
My computer keeps changing all the words I type into html symbols?
What do I do?
I just noticed it when i was on myspace,
And I thought it was just because myspace had a glitch
But them my computer started changing all the letters/numbers/spaces/punctuations into html symbols or phrases
How do I make it stop?
My computer keeps changing all the words I type into html symbols?
He seems to be a very naughty boy.There are bound to be techies around who will sort out the mischievious computer in a jiffy.Stay strong girl and have a nice day. Chao.
Reply:How were you able to type the question?
I just noticed it when i was on myspace,
And I thought it was just because myspace had a glitch
But them my computer started changing all the letters/numbers/spaces/punctuations into html symbols or phrases
How do I make it stop?
My computer keeps changing all the words I type into html symbols?
He seems to be a very naughty boy.There are bound to be techies around who will sort out the mischievious computer in a jiffy.Stay strong girl and have a nice day. Chao.
Reply:How were you able to type the question?
How do I enter a html code a plain text instead of html in dreamweaver?
Im trying to add a weather module from the weatherchannels website. Well I have a code for the weather widget but it wont show the model in dreamweaver. How do I apply the code so that it will work?
How do I enter a html code a plain text instead of html in dreamweaver?
At the top, there should be a button for "design" and one for "code." Make sure "code" is selected and then paste the code from the website in there.
This requires at least a rudimentary knowledge of HTML to know where to put it, though. Basically, try anywhere in between the %26lt;body%26gt; tags and then experiment from there. (Go back to design and hopefully it, or a placeholder for it, will have shown up).
How do I enter a html code a plain text instead of html in dreamweaver?
At the top, there should be a button for "design" and one for "code." Make sure "code" is selected and then paste the code from the website in there.
This requires at least a rudimentary knowledge of HTML to know where to put it, though. Basically, try anywhere in between the %26lt;body%26gt; tags and then experiment from there. (Go back to design and hopefully it, or a placeholder for it, will have shown up).
How do I avoid SPAM filters to get html newsletters through to people who have signed up for our newsletter?
As SPAM filters get ever more stricter, I'm seeing my newsletter open rates drop dramitically. I know that newsletters I sign up for end up in my junk mail box all the time. I know how to make them a 'trusted' sender but not everybody does. I'd love to be pointed towards free resources on the web which will give me a better understanding of how SPAM filters work and how to legitimutley get around them. This can include words or phrases not to use or any advice on how to educate the recipients on how to allow access to emails they've signed up for. Any help would be grately appreciated.
How do I avoid SPAM filters to get html newsletters through to people who have signed up for our newsletter?
change your Internet supplier AND change the subject line to a more personal title. Do not use the words "news, or any other spam alerting word in the title. You have been flagged as a spam generator by more than one person.
Reply:Yeah.. there are certain keywords you not suppose to use like "Check this out" "income" "money" So.. alot of ppl have funny eye catching titles like, "How you feeling?" "I fell off my horse" etc
How do I avoid SPAM filters to get html newsletters through to people who have signed up for our newsletter?
change your Internet supplier AND change the subject line to a more personal title. Do not use the words "news, or any other spam alerting word in the title. You have been flagged as a spam generator by more than one person.
Reply:Yeah.. there are certain keywords you not suppose to use like "Check this out" "income" "money" So.. alot of ppl have funny eye catching titles like, "How you feeling?" "I fell off my horse" etc
Where can I find good websites with really nice html tags?
I'm looking for a website that has html tags that can make my webpage look nicer than it already is? I'm looking for some codes that range anywhere from different page transitions to changing the scroll bar color. (I already ahve those two types of codes but anything can help) Anything that will make a webpage look nicer and more unique will be greatly appreciated thanks.
Where can I find good websites with really nice html tags?
Go, my good man, and tag yourself into a stooper
http://www.blinkyou.com/
Leave something for the rest of us though !!!
Oh---and find yourself a new profession !!!
Reply:What you want to use is Cascading Style Sheets -- CSS. You can use CSS for positioning as well as styling. Do a web search for CSS -- there is tons of info. And, join one of the forums like http://lists.css-discuss.org/mailman/lis... where you can ask questions of experienced users. Additionally, some javascript code can do interesting effects -- but, frankly, you should keep the gimmacky stuff to a bare minimum. Remember, "Less is More" and be restrained about the appearance of your web pages, and put the most emphasis on your content!
Reply:www.mygen.co.uk
garden ridge
Where can I find good websites with really nice html tags?
Go, my good man, and tag yourself into a stooper
http://www.blinkyou.com/
Leave something for the rest of us though !!!
Oh---and find yourself a new profession !!!
Reply:What you want to use is Cascading Style Sheets -- CSS. You can use CSS for positioning as well as styling. Do a web search for CSS -- there is tons of info. And, join one of the forums like http://lists.css-discuss.org/mailman/lis... where you can ask questions of experienced users. Additionally, some javascript code can do interesting effects -- but, frankly, you should keep the gimmacky stuff to a bare minimum. Remember, "Less is More" and be restrained about the appearance of your web pages, and put the most emphasis on your content!
Reply:www.mygen.co.uk
garden ridge
Is it illegal to copy HTML from another site?
Is it illegal to cut sections of HTML/CSS code from other sites and use it in your own? More specifically, there is an image browser I would like to copy. Can I modify their code for my own? Can HTML be licensed/copyrighted?
Is it illegal to copy HTML from another site?
Any creative work is automatically protected by copyright.
The question is - at what point does some code stop being "a generic bit of code" and qualify as "a creative work"?
This is a fuzzy legal area and one best avoided if you can help it. Getting permission from the author would be the safe thing to do.
Reply:Yes it is if u copy alot of it is is okay to copy some such as textures and etc but if u copy too much yes it is illegal
Reply:Yes copyright covers HTML code as well, even though the code is very visible and easy to get. The only thing that isn't copyrighted is the actual tags, but the ownership of design, layout, functions, and associated data is retained by the original site.
Reply:u can copy some but not too much. asking for permission is always good.
Reply:it will not be illegal,
you are going to modify the text in that html code according to your requirements,
thatz the reason for open source softwares.....
it will not be illegal at any moment......go ahead
cheers,
ravikiran
Reply:I'd email the owners first, but then why not?
Reply:It's legal unless you don't cut out any graphics copyrighted by the owner.
Is it illegal to copy HTML from another site?
Any creative work is automatically protected by copyright.
The question is - at what point does some code stop being "a generic bit of code" and qualify as "a creative work"?
This is a fuzzy legal area and one best avoided if you can help it. Getting permission from the author would be the safe thing to do.
Reply:Yes it is if u copy alot of it is is okay to copy some such as textures and etc but if u copy too much yes it is illegal
Reply:Yes copyright covers HTML code as well, even though the code is very visible and easy to get. The only thing that isn't copyrighted is the actual tags, but the ownership of design, layout, functions, and associated data is retained by the original site.
Reply:u can copy some but not too much. asking for permission is always good.
Reply:it will not be illegal,
you are going to modify the text in that html code according to your requirements,
thatz the reason for open source softwares.....
it will not be illegal at any moment......go ahead
cheers,
ravikiran
Reply:I'd email the owners first, but then why not?
Reply:It's legal unless you don't cut out any graphics copyrighted by the owner.
Subscribe to:
Posts (Atom)