Sunday, November 21, 2010

How to add animations or graphics to a website using and HTML editor?

I 'm editing a website and need to know this! I'm using a HTML editor called kompozer. AND what website would be best to get animations or graphics for a website free?How to add animations or graphics to a website using and HTML editor?
Easier to Google using the right keywords. Or make your own animations.



How Tos (Animation):



GIF Animations Instructions: http://www.frontiernet.net/~steve_glimps

How to create an Animated gif (Video): http://www.youtube.com/watch?v=Z93Z1v5dy

How to Make a Animated GIF from a Video Clip: http://www.youtube.com/watch?v=1RMvoLyI_

How to Create Animated GIFs Using Photoshop CS3: http://www.wikihow.com/Create-Animated-G



FREE Online Photo Editors (Animation Tools):



http://www.blibs.com/editor/ (Animation Tools)

Drag %26amp; Drop Images: http://www.animasher.com/create

http://www.gifninja.com/ (Free online .gif making tool)

http://www.gifworks.com/image_editor.htm (Animation: GIF format only)



Adding the animations is using the same image tags:



%26lt;p%26gt;%26lt;img style=';width: XXpx; height: YYpx; border: 0;'; src=';Path to image'; alt=';Text Description';%26gt;%26lt;/p%26gt;



You can change the ';p'; tags to div tags and style as needed.



Ron
  • How to fix bleach accident on comforter
  • bitting their nails
  • How to put page break in A4 size page while printing HTML reports and display column headings in all pages?

    I want to print a 10 page HTML report and put page breaks at appropriate place and print column heading in all the pages.How to put page break in A4 size page while printing HTML reports and display column headings in all pages?
    That can be done with CSS or some
    tags. If you're willing to pay, I have email set up through my profile, I'm more than willing to do it for money.



    -BillyHow to put page break in A4 size page while printing HTML reports and display column headings in all pages?
    This will give you the answer to part 1

    http://www.cybertext.com.au/tips_HTML_pa



    wait 5 and I'll try and get the second part (for free)

    Where can I find html for picture galleries for my comic website?

    I am currently making a comic website and I have no programing experience. I have seen some websites with neat galleries and I am wondering if there is any way to crop their html. My favorite gallery type is the one where the user can specify how many pictures he wants to see per page (there is usually a little box where you can choose how may pics per page are shown). Ok I hope my question is clear enough. Thanks in advance.Where can I find html for picture galleries for my comic website?
    iPixSoft Flash Slideshow Creator is a unique flash slideshow software to help you turn digital photos into flash slideshow, thumbnail gallery,flash album and flash presentation with professional designed templates, transition effects, text captions, background music, etc. It enables you to output SWF movie, Executable File, HTML file and screen saver,send by email or upload to our server for sharing online directly.



    In addition, its official website provides step by step tutorial such as



    Make a Christmas Ornaments Photo Presentation with Hyperlink

    http://www.ipixsoft.com/flash-gallery-tu



    Make a Christmas Photo Album with Music

    http://www.ipixsoft.com/flash-slideshow-



    Make a Flash Slideshow with Music

    http://www.ipixsoft.com/flash-slideshow-



    Make a flash banner for webpage with hyperlink

    http://www.ipixsoft.com/flash-banner-tutWhere can I find html for picture galleries for my comic website?
    http://www.etinysoft.com/slideshow-photo-movietheater.html

    Report Abuse


    if you see a gallery that you like right click and view the source of the web page.

    usually the code is marked by comments.

    so it is easy to find.

    if the gallery is in java you should be able to take the code and fit it to your site by changing the image names and locations.



    if its in php or flash you wont see the code and going about getting the code will be hard unless you know where to look.



    if this is true you would come out better looking for a free flash gallery, or making your own from scratch.



    if you type free flash gallerys in to google or even yahoo answers you will find links for them.
    You can have a look at this picture gallery product : http://www.ultraslideshow.com Go to the showcase (templates), there are some samples for you.
    First, i would like to recommend you see one gallery made by Photo MovieTheater.

    http://www.etinysoft.com/Photo-MovieThea

    http://www.etinysoft.com/Photo-MovieThea

    If you are intereted in it, you can dowmload the software and have a try
    You can try:



    1) http://www.pageplugins.com

    but that might be more of an ';effects adder'; so if you want to do cool things with your photos like I made a puzzle out of my yearbook picture.



    2) http://www.rainbows.co.il/sites/kvuza2

    i saw the pageplugins things there and they have really cool photo albums.



    Hope this helps :-). And i don't really understand what you mean about to crop their html if you could clear that up that would really help thanks :-)

    How do I get HTML background images to appear in the Yahoo email client?

    I檝e created an account with Yahoo to test emails created in Outlook Express using stationery templates. HTML background images do not display but pictures do. Is there any way I can get background images to appear in the Yahoo email client?How do I get HTML background images to appear in the Yahoo email client?
    They won't appear.

    How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?

    How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?



    Every time a particular user post his views (text etc), it should appear in the same page together user檚 username.



    Give me some sample examples.

    Please let me know some references regarding these stuff.



    Regards.How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?
    There are a dozen open sources forums available online already (a Google search for ';PHP forum'; listed at least 4 on the first page).



    There's no point re-creating the wheel. Start with a forum that is well established, then customise it to your specific needs. This will save you time and money.How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?
    Hello,



    Ok, fist I would create a database mySQL to store the data. One table will be topics should id and topicName fields. If you whant sub topics create a table subtopics id, topicName, subtopicName fields. Then create a table resposes with id,topicName,subtopicName, and respose field. Now create a login system to login with username. Then you whant a page that displays links of all topics that goes to subtopics. Just



    $sql = ';SELECT * FROM topics';;

    $result = mysql_query($sql,$con);



    while($row = mysql_fetch_array($result)) {

    echo ';%26lt;A HREF='subTopic.php?topic=';.$row['topicNa?br>


    Now all links will go to subTopic page you do the same with subTopics.

    You just then create A Link to view and new thread link. The new thread will be a form and stores the info in the resposes table. Thats the most of it. Well if you need any more help doing this just email me at jouellet@liquidct.com. Hope that gives you an idea of the process.
    I would suggest you to use some open source ready made forum software packages that are available:

    www.phorum.org



    You can also check

    http://www.techunits.com/programming for tips and tricks.
    yes, you should use an open source forum - already working, tested and with good support.

    Try this: www.phpbb.com - it is mostly popular open source forum. It's easy for install, configure and maintenance.
    You may like to take an html tutorial at

    http://referencedesigner.com/tutorials/html/html_1.php

    How do you insert an Microsoft Excel file into an HTML website?

    I need to find a way to be able to access an Excel file directly from a website. I don't mean a link to download the file, but be able to insert values into the Excel on the HTML page.



    Any help would be greatly appreciated!How do you insert an Microsoft Excel file into an HTML website?
    Not with html. You would need to use php, your hosting company would need to allow you to run exec() functions and you will need to manually write the file from the script. This is not a good way to work. You would be better using mysql and building an html table.How do you insert an Microsoft Excel file into an HTML website?
    Instead of doing THAT, why not make an image of your spreadsheet? You press Print Screen (Prsc) , edit it in paint to just get the spread, save the image, and use this code:



    %26lt;img src=';IMAGEURLHERE';/%26gt;



    Easy as pie.lol
  • low cost web hosting
  • representative of male teenagers
  • How do I get HTML background images to appear in the Yahoo email client?

    I檝e created an account with Yahoo to test emails created in Outlook Express using stationery templates. HTML background images do not display but pictures do. Is there any way I can get background images to appear in the Yahoo email client?How do I get HTML background images to appear in the Yahoo email client?
    They won't appear.

    How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?

    How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?



    Every time a particular user post his views (text etc), it should appear in the same page together user檚 username.



    Give me some sample examples.

    Please let me know some references regarding these stuff.



    Regards.How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?
    There are a dozen open sources forums available online already (a Google search for ';PHP forum'; listed at least 4 on the first page).



    There's no point re-creating the wheel. Start with a forum that is well established, then customise it to your specific needs. This will save you time and money.How to develop a forum for a web page using HTML, CSS, Javascript and PHP together with Apache?
    Hello,



    Ok, fist I would create a database mySQL to store the data. One table will be topics should id and topicName fields. If you whant sub topics create a table subtopics id, topicName, subtopicName fields. Then create a table resposes with id,topicName,subtopicName, and respose field. Now create a login system to login with username. Then you whant a page that displays links of all topics that goes to subtopics. Just



    $sql = ';SELECT * FROM topics';;

    $result = mysql_query($sql,$con);



    while($row = mysql_fetch_array($result)) {

    echo ';%26lt;A HREF='subTopic.php?topic=';.$row['topicNa?br>


    Now all links will go to subTopic page you do the same with subTopics.

    You just then create A Link to view and new thread link. The new thread will be a form and stores the info in the resposes table. Thats the most of it. Well if you need any more help doing this just email me at jouellet@liquidct.com. Hope that gives you an idea of the process.
    I would suggest you to use some open source ready made forum software packages that are available:

    www.phorum.org



    You can also check

    http://www.techunits.com/programming for tips and tricks.
    yes, you should use an open source forum - already working, tested and with good support.

    Try this: www.phpbb.com - it is mostly popular open source forum. It's easy for install, configure and maintenance.
    You may like to take an html tutorial at

    http://referencedesigner.com/tutorials/html/html_1.php

    How do you insert an Microsoft Excel file into an HTML website?

    I need to find a way to be able to access an Excel file directly from a website. I don't mean a link to download the file, but be able to insert values into the Excel on the HTML page.



    Any help would be greatly appreciated!How do you insert an Microsoft Excel file into an HTML website?
    Not with html. You would need to use php, your hosting company would need to allow you to run exec() functions and you will need to manually write the file from the script. This is not a good way to work. You would be better using mysql and building an html table.How do you insert an Microsoft Excel file into an HTML website?
    Instead of doing THAT, why not make an image of your spreadsheet? You press Print Screen (Prsc) , edit it in paint to just get the spread, save the image, and use this code:



    %26lt;img src=';IMAGEURLHERE';/%26gt;



    Easy as pie.lol

    How do I display a Microsoft Word document as an HTML document?

    Looking for information/sources on how to display a Microsoft Word document as an HTML document.



    Thanks.How do I display a Microsoft Word document as an HTML document?
    Quickest way would be to use the Save As... command, and change the file type to HTML (Choose file type ';Web page (htm, html). That will save it with an HTM extension, and it will load in a web browser. Sometimes there are some small formatting problems when doing this, but it should work fine for basic stuff.How do I display a Microsoft Word document as an HTML document?
    Office 2007 ( word )



    Goto View tab



    Then select Web Layout.



    You can give the extension name of a word document as .htm instead of .doc/.docx
    Office 2008



    From Word's View menu choose Web Layout.

    How to learn HTML and Whats the easiest way?

    I was wondering what's the best place to learn html and if there's any easy way or everything is the same.How to learn HTML and Whats the easiest way?
    How to Make a Webpage:



    Full Web Building Tutorials: http://www.w3schools.com/

    Beginner's HTML Tutorial: http://www.htmlbasix.com/

    How to Create a Webpage: http://www.make-a-web-site.com/

    So You Want To Set Up Your First Site, Huh?: http://www.htmlgoodies.com/tutorials/get

    Web Site Blog: http://www.instant-web-site-tools.com/bl

    http://www.w3schools.com/site/default.as

    How to Start / Create Your Own Website: The Beginner's A-Z Guide: http://www.thesitewizard.com/gettingstar

    So, you want to make a Web Page!: http://www.pagetutor.com/html_tutor/inde

    Getting started with HTML: http://www.w3.org/MarkUp/Guide/

    Creating your first website ?Part 1: Setting up your site and project files (Adobe CS3/4): http://www.adobe.com/devnet/dreamweaver/
  • initiate legal case for
  • using lip plumping gloss
  • How do I convert a normal text document into a html document with Microsoft word office 2007, is it possible?

    I've got MS word 2007, I want to convert a text document into html but I cant seem to find the option on the interface that will allow me to do that (have I over looked something), is it even possible?How do I convert a normal text document into a html document with Microsoft word office 2007, is it possible?
    Hi



    You don't need Word although you can just 'save as...' and HTML is an option.



    All you need to do is start your text document with %26lt;html%26gt; and end it with %26lt;/html%26gt; then save it as whatever.html - job done (although a little basic and with no formatting.How do I convert a normal text document into a html document with Microsoft word office 2007, is it possible?
    Hello,



    (ANS) YES!! its completely possible %26amp; its very very simple to do.



    No.1 In word 2007 open a new document %26amp; create the text you want.



    No.2 Next goto the File Menu%26gt;%26gt; Top Left%26gt; on this menu next look for the option that says%26gt;%26gt;Save as.



    No.3 In the ';save as'; diaglogue box, you should see an option or little black arrow which drops down whats called a combo box.



    No.4 This combo box will show you ALL the available file formats which Word 2007 documents can be saved out as.



    No.5 scroll down this listing until you see .HTML, select this option and you file will be saved /converted into HTML format.



    No.6 NOTE:- MS Word 2007 will do its best to correctly format your document as HTML but it may only do an approximate job of it. It may not be perfect thats all.



    No.7 saving a file in this way I would suggest is a good starting point for editing the text in a true HTML editor.



    Kind Regards Ivan.
    Your previous answerers have more or less told you how to do it butg with 2007, click on the Office button, top left of quick access toolbar, above what was previously the menu bar, down to Save As, and then across to Other Formats and then change the format to what you want. You have a choice of single file web page, web page or web page filtered. I'm afraid I don't quite know which option is best for you.
    Once you open it, just do a save as web page.



    Word 2003: file, save as



    Word 2007: office button, save as, in the ';save as type'; box, click the down arrow, and select 'web page'

    How do you use a text editor to edit the HTML of web page?

    How do you use a text editor like the notepad to edit the HTML of a website. Please give a step-by-step instruction to a total newbie in computer and Internet.How do you use a text editor to edit the HTML of web page?
    To open in notepad, two options:

    1. drag and drop html file over notepad

    2. shift+right click(or left if You are left-handed) ';Open with'; - notepad

    Saving in notepad: menu-%26gt;save-%26gt;change extension to ';All files'; - write name like some-name.html



    To learn html:

    1. read tutorials

    2. experiment by Yourself with various code

    3. modify existing pages



    Overall my suggestion is: try Opera it allows changing source of any opened page(locally) with ';instant'; preview what makes it great tool for learning :D (especially when editing other people pages)How do you use a text editor to edit the HTML of web page?
    Look on these websites:



    www.w3schools.com



    www.goodellgroup.com/tutorial/ - this is for kids of all ages
    If you know the HTML then just type as you go. for an example, here is a blank web page:



    %26lt;html%26gt;



    %26lt;head%26gt;

    %26lt;meta http-equiv=';Content-Type'; content=';text/html; charset=gb2312';%26gt;

    %26lt;title%26gt;Learning html%26lt;/title%26gt;

    %26lt;/head%26gt;



    %26lt;body%26gt;



    %26lt;/body%26gt;



    %26lt;/html%26gt;
    Well you use notepad, paste your HTML code in there %26amp; save the file as:

    yourfilename.html



    then upload it to your site.



    Alternatively you can use: http://htmledit.squarefree.com/

    A realtime HTML edittor.



    If you have problems with HTML go to lissaexplains.com


    If you're on an HTML page get the source code by typing the key combo:

    CTRL + U. Now you will have a new window that opens with notepad with the HTML code of the website in there. Now you can edit it, but it won't be public. You can learn all about HTML at

    www.w3schools.com/

    How do you edit a website online, without changing the html code?

    I wanted to start a website, and I know that there is a way to edit your own website online, add text and stuff, without changing the code in the html file. What is that called? How do I do that?How do you edit a website online, without changing the html code?
    WYSWYG (What You See Is What You Get) Web Page Editors.



    Try

    www.webs.com if you want it online.

    Or if you are ready to purchase any software then, i would recommend Dream Weaver.

    How to create a forgot password form or link in html for JSP?

    I have a login page in JSP and need to have a forgot password link in the page. I'm already using html forms for logins and registering new users. I just need to know what to do to email a user their forgotten password once they enter their email and answer a security question.How to create a forgot password form or link in html for JSP?
    Go to hotscripts.com. They have everything you could possibly need to accomplish that and a lot more! And it's 99% free. :)

    How do I add bullets without a break line in html?

    As the question says, I want to know how to add bullets without a break line in html. There should be bullets but they need to be beside each other in one line. Please help.How do I add bullets without a break line in html?
    Type:



    %26amp; bull;



    without the space between %26amp; and b and it will create a bullet point.How do I add bullets without a break line in html?
    You'll probably have to rig up some graphic and use that. ';Bullets'; are part of the list tags, so there's no separate ';bullet'; tag in HTML.



    You might be able to use list tags to do this, but it would take come experimentation with CSS.
    Try giving each list element an id and using CSS to position them next to each other.
    %26amp; #8226;



    put that in your code, except take out the space between the %26amp; and the #.
  • looking for advice on how to
  • losing hair
  • How do you insert an Microsoft Excel file into an HTML website?

    I need to find a way to be able to access an Excel file directly from a website. I don't mean a link to download the file, but be able to insert values into the Excel on the HTML page.



    Any help would be greatly appreciated!How do you insert an Microsoft Excel file into an HTML website?
    Not with html. You would need to use php, your hosting company would need to allow you to run exec() functions and you will need to manually write the file from the script. This is not a good way to work. You would be better using mysql and building an html table.How do you insert an Microsoft Excel file into an HTML website?
    Instead of doing THAT, why not make an image of your spreadsheet? You press Print Screen (Prsc) , edit it in paint to just get the spread, save the image, and use this code:



    %26lt;img src=';IMAGEURLHERE';/%26gt;



    Easy as pie.lol

    How do I display a Microsoft Word document as an HTML document?

    Looking for information/sources on how to display a Microsoft Word document as an HTML document.



    Thanks.How do I display a Microsoft Word document as an HTML document?
    Quickest way would be to use the Save As... command, and change the file type to HTML (Choose file type ';Web page (htm, html). That will save it with an HTM extension, and it will load in a web browser. Sometimes there are some small formatting problems when doing this, but it should work fine for basic stuff.How do I display a Microsoft Word document as an HTML document?
    Office 2007 ( word )



    Goto View tab



    Then select Web Layout.



    You can give the extension name of a word document as .htm instead of .doc/.docx
    Office 2008



    From Word's View menu choose Web Layout.

    How to learn HTML and Whats the easiest way?

    I was wondering what's the best place to learn html and if there's any easy way or everything is the same.How to learn HTML and Whats the easiest way?
    How to Make a Webpage:



    Full Web Building Tutorials: http://www.w3schools.com/

    Beginner's HTML Tutorial: http://www.htmlbasix.com/

    How to Create a Webpage: http://www.make-a-web-site.com/

    So You Want To Set Up Your First Site, Huh?: http://www.htmlgoodies.com/tutorials/get

    Web Site Blog: http://www.instant-web-site-tools.com/bl

    http://www.w3schools.com/site/default.as

    How to Start / Create Your Own Website: The Beginner's A-Z Guide: http://www.thesitewizard.com/gettingstar

    So, you want to make a Web Page!: http://www.pagetutor.com/html_tutor/inde

    Getting started with HTML: http://www.w3.org/MarkUp/Guide/

    Creating your first website ?Part 1: Setting up your site and project files (Adobe CS3/4): http://www.adobe.com/devnet/dreamweaver/

    How do I convert a normal text document into a html document with Microsoft word office 2007, is it possible?

    I've got MS word 2007, I want to convert a text document into html but I cant seem to find the option on the interface that will allow me to do that (have I over looked something), is it even possible?How do I convert a normal text document into a html document with Microsoft word office 2007, is it possible?
    Hi



    You don't need Word although you can just 'save as...' and HTML is an option.



    All you need to do is start your text document with %26lt;html%26gt; and end it with %26lt;/html%26gt; then save it as whatever.html - job done (although a little basic and with no formatting.How do I convert a normal text document into a html document with Microsoft word office 2007, is it possible?
    Hello,



    (ANS) YES!! its completely possible %26amp; its very very simple to do.



    No.1 In word 2007 open a new document %26amp; create the text you want.



    No.2 Next goto the File Menu%26gt;%26gt; Top Left%26gt; on this menu next look for the option that says%26gt;%26gt;Save as.



    No.3 In the ';save as'; diaglogue box, you should see an option or little black arrow which drops down whats called a combo box.



    No.4 This combo box will show you ALL the available file formats which Word 2007 documents can be saved out as.



    No.5 scroll down this listing until you see .HTML, select this option and you file will be saved /converted into HTML format.



    No.6 NOTE:- MS Word 2007 will do its best to correctly format your document as HTML but it may only do an approximate job of it. It may not be perfect thats all.



    No.7 saving a file in this way I would suggest is a good starting point for editing the text in a true HTML editor.



    Kind Regards Ivan.
    Your previous answerers have more or less told you how to do it butg with 2007, click on the Office button, top left of quick access toolbar, above what was previously the menu bar, down to Save As, and then across to Other Formats and then change the format to what you want. You have a choice of single file web page, web page or web page filtered. I'm afraid I don't quite know which option is best for you.
    Once you open it, just do a save as web page.



    Word 2003: file, save as



    Word 2007: office button, save as, in the ';save as type'; box, click the down arrow, and select 'web page'

    How do you use a text editor to edit the HTML of web page?

    How do you use a text editor like the notepad to edit the HTML of a website. Please give a step-by-step instruction to a total newbie in computer and Internet.How do you use a text editor to edit the HTML of web page?
    To open in notepad, two options:

    1. drag and drop html file over notepad

    2. shift+right click(or left if You are left-handed) ';Open with'; - notepad

    Saving in notepad: menu-%26gt;save-%26gt;change extension to ';All files'; - write name like some-name.html



    To learn html:

    1. read tutorials

    2. experiment by Yourself with various code

    3. modify existing pages



    Overall my suggestion is: try Opera it allows changing source of any opened page(locally) with ';instant'; preview what makes it great tool for learning :D (especially when editing other people pages)How do you use a text editor to edit the HTML of web page?
    Look on these websites:



    www.w3schools.com



    www.goodellgroup.com/tutorial/ - this is for kids of all ages
    If you know the HTML then just type as you go. for an example, here is a blank web page:



    %26lt;html%26gt;



    %26lt;head%26gt;

    %26lt;meta http-equiv=';Content-Type'; content=';text/html; charset=gb2312';%26gt;

    %26lt;title%26gt;Learning html%26lt;/title%26gt;

    %26lt;/head%26gt;



    %26lt;body%26gt;



    %26lt;/body%26gt;



    %26lt;/html%26gt;
    Well you use notepad, paste your HTML code in there %26amp; save the file as:

    yourfilename.html



    then upload it to your site.



    Alternatively you can use: http://htmledit.squarefree.com/

    A realtime HTML edittor.



    If you have problems with HTML go to lissaexplains.com


    If you're on an HTML page get the source code by typing the key combo:

    CTRL + U. Now you will have a new window that opens with notepad with the HTML code of the website in there. Now you can edit it, but it won't be public. You can learn all about HTML at

    www.w3schools.com/
  • How to make your own bed sheets
  • cat
  • How do you edit a website online, without changing the html code?

    I wanted to start a website, and I know that there is a way to edit your own website online, add text and stuff, without changing the code in the html file. What is that called? How do I do that?How do you edit a website online, without changing the html code?
    WYSWYG (What You See Is What You Get) Web Page Editors.



    Try

    www.webs.com if you want it online.

    Or if you are ready to purchase any software then, i would recommend Dream Weaver.

    How to create a forgot password form or link in html for JSP?

    I have a login page in JSP and need to have a forgot password link in the page. I'm already using html forms for logins and registering new users. I just need to know what to do to email a user their forgotten password once they enter their email and answer a security question.How to create a forgot password form or link in html for JSP?
    Go to hotscripts.com. They have everything you could possibly need to accomplish that and a lot more! And it's 99% free. :)

    How do I add bullets without a break line in html?

    As the question says, I want to know how to add bullets without a break line in html. There should be bullets but they need to be beside each other in one line. Please help.How do I add bullets without a break line in html?
    Type:



    %26amp; bull;



    without the space between %26amp; and b and it will create a bullet point.How do I add bullets without a break line in html?
    You'll probably have to rig up some graphic and use that. ';Bullets'; are part of the list tags, so there's no separate ';bullet'; tag in HTML.



    You might be able to use list tags to do this, but it would take come experimentation with CSS.
    Try giving each list element an id and using CSS to position them next to each other.
    %26amp; #8226;



    put that in your code, except take out the space between the %26amp; and the #.

    How do I direct to files backwards through html?

    What I mean is this: Lets say I have an index.html. It is in a folder called Website. In that folder there is another folder called Errors, for error pages. In the Errors folder I have an error1.html, and somehow I want to make a link that goes to index.html. How do i do that?How do I direct to files backwards through html?
    Use ';../'; in front of folder name as many times as you want to go back (up) in directory.



    RonHow do I direct to files backwards through html?
    Well... first, your Index.html file is your root so it should not be within any site folder which means your Website itself is named www.Website.com.



    On that Website you have a folder named Errors. It is best to keyword target your folder names, thus if your Website is not working with errors in some way I would rename it to be consistent with your niche. Same goes for files within your folders.



    Given that your niche is ';errors'; we have the file name ';error1.html'; so that would look like this as a URL.

    ===%26gt; http://Website.com/Errors/error1.html (or htm, it really doesn't matter.)



    On that page you have the word ';HOME'; which will send you back to index.html.



    There are a couple of options here.



    You could reference ';HOME'; using external indicators which would look like...

    %26lt;A HREF=';http://index.html';%26gt;HOME%26lt;/A%26gt;

    The good of this idea is that you have in a sense created your own external link internally. Search engines like external links coming to your site as long as they can believe that they have not been tricked. Thus I would not do this all the time, but from time to time it should be okay.



    You could reference ';HOME'; as an internal link and that would look like this.

    %26lt;a href=';../index.htm';%26gt;Home%26lt;/A%26gt;

    Since it is best to link all pages together within your Website and especially back to the root index page this is a good strategy to use for optimization.



    Hope that helps



    The Body By Chocolates Man

    Where chocolate recipes are hot

    ===%26gt; http://BodyByChocolates.com

    Also tweet me on Twitter at

    ===%26gt; http://Twitter.com/BodyByChocolate

    How to learn HTML and Whats the easiest way?

    I was wondering what's the best place to learn html and if there's any easy way or everything is the same.How to learn HTML and Whats the easiest way?
    How to Make a Webpage:



    Full Web Building Tutorials: http://www.w3schools.com/

    Beginner's HTML Tutorial: http://www.htmlbasix.com/

    How to Create a Webpage: http://www.make-a-web-site.com/

    So You Want To Set Up Your First Site, Huh?: http://www.htmlgoodies.com/tutorials/get

    Web Site Blog: http://www.instant-web-site-tools.com/bl

    http://www.w3schools.com/site/default.as

    How to Start / Create Your Own Website: The Beginner's A-Z Guide: http://www.thesitewizard.com/gettingstar

    So, you want to make a Web Page!: http://www.pagetutor.com/html_tutor/inde

    Getting started with HTML: http://www.w3.org/MarkUp/Guide/

    Creating your first website ?Part 1: Setting up your site and project files (Adobe CS3/4): http://www.adobe.com/devnet/dreamweaver/How to learn HTML and Whats the easiest way?
    there's tons of books about html. Get one of those dummy books, that will be a good place to start. Goodluck!
    html goodies
    http://www.tizag.com/beginnerT/ is a good site. There are others.
  • other
  • camcorders
  • How do you make a navigation bar with html?

    I've been trying to design a website with html and have been learning about it for quite a while. I'm trying to make a navigation bar that says Home, Forum, ect. But I can't find it anywhere online. How exactly is this done? How do you make a navigation bar with html?
    You can use a website builder tool for getting that done automatically



    u can download a lot of free website templates...all you got to do is to change the text to urs on the template navigation bar..



    There are a lot of javascript based menus available for free online which you can directly 'insert' into your HTML page..




    How to embed sound in an image with html?

    How can I make it so whenever I click on an image a sound is activated using html?How to embed sound in an image with html?
    Q390 How can you make a .wav play when you click on an image?: http://www.irt.org/script/390.htm



    May only work in IE.



    Ron

    How can I keep html code out of my forms?

    I've a mail form on my website and I'm wondering how I can validate what is put into the message part of my form so that I can keep html code out of it.

    Can you help me with some code to strip out html code from my form?How can I keep html code out of my forms?
    use javascript to exclude special characters like %26lt; and %26gt;. Check out the source. Ignore the message the guy wrote, the javascript you see should work. Just tweak it to your needs.How can I keep html code out of my forms?
    Use the jquery validation plug in, I use it on every form I code.

    It spits out nice messages if people don't fill out inputs properly.



    http://docs.jquery.com/Plugins/Validatio



    Add the latest jquery and the validation plugin in your header:



    %26lt;script type=';text/javascript'; src=';http://ajax.googleapis.com/ajax/lib?br>
    %26lt;script type=';text/javascript'; src=';jquery.validate.min.js';%26gt;%26lt;/script%26gt;



    Then add the script to suit your specific form, for example:



    %26lt;script id=';demo'; type=';text/javascript';%26gt;

    $(document).ready(function() {

    $(';#yourFormID';).validate({

    rules: {

    Name: ';required';,

    Company: ';required';,

    Title: ';required';,

    Phone: ';required';,

    Email: {

    required: true,

    email: true

    },

    Comments: ';required';

    },

    messages: {

    Name: ';Please enter your name';,

    Company: ';Please enter your company';,

    Title: ';Please enter your title';,

    Phone: ';Please enter your phone number';,

    Email: ';Please enter a valid email address';,

    Comments: ';Please enter your comments';

    }





    });



    });

    %26lt;/script%26gt;



    It looks like you might be able to get ride of certain characters (code) using the removeAttrs( attributes ) option or addMethod to write your own function to make code characters invalid.
    To strip HTML tags you can use the .replace() method and a regular expression. I suggest you find a good Reference book on Javascript and study the language a bit more before continuing. Without more detailed information on how/where you want this done, not many can help you.



    Good Luck!

    Sean Colicchio

    Server Engineer

    Host My Site

    http://www.hostmysite.com/?utm_source=bb

    How do I set a background image with html?

    I'm trying to get an image to be my background on my website..What is the html code for this, and how where do I place the image url?How do I set a background image with html?
    For an image that is not tiled and is for the whole page, style with CSS this way:



    body {

    background: #fff url(bg_image.jpg) no-repeat center scroll;

    }



    That sets a white (#fff) background while image loads. It's centered and contents will scroll with background image. Change ';scroll'; to ';fixed'; if you wish contents to scroll over the background image.



    For an image slice to be tiled as a background image:



    body {

    background: #fff url(bg_image.jpg) repeat top left scroll;

    }



    If you are adding a background image using any of the above ways to a container div, then:



    div#wrap {

    width: XXpx;

    height: YYpx;

    margin: 0 auto;

    background: #fff url(bg_image.jpg) no-repeat center scroll;

    }



    Then after opening body tag:



    %26lt;div id=';wrap';%26gt;



    Page contents here.



    %26lt;/div%26gt;



    Do same for the code using a sliced image (or tileable) in a div container.



    RonHow do I set a background image with html?
    Here is the code:



    %26lt;style type=';text/css';%26gt;

    body {

    background-image: url(Image url goes here);

    }

    %26lt;/style%26gt;



    Put this code between the head section of your site,

    Example:

    %26lt;html%26gt;

    %26lt;head%26gt;

    %26lt;title%26gt;yahooa%26lt;/title%26gt;

    %26lt;style type=';text/css';%26gt;

    body {

    background-image: url(Image url goes here);

    }

    %26lt;/style%26gt;

    %26lt;/head%26gt;

    %26lt;body%26gt;

    %26lt;/body%26gt;

    %26lt;/html%26gt;



    -FireDart
    in the body tag:

    %26lt;body bgimage=';filename.ext';%26gt;



    very simple,

    .ext just means the extension such as .jpg or.gif etc.

    How do I open html document from desktop in url?

    I have a document with html code typed out on it. I saved it to my desktop and I am trying to open it as a web page from the URL. When I go to open the document, it doesn't convert to what it should be, it still prints out the html. How do I get it to convert when I open it from the URL?How do I open html document from desktop in url?
    (Assuming you're on a PC) - right-click on the file, then choose Open With, then choose your browser (internet explorer, firefox, etc.)



    Make sure the file ends in .htm or .htmlHow do I open html document from desktop in url?
    Go to your browser.



    File -%26gt; Open.



    Then select your file.



    Make sure it's a .html file, not just a .txt file.
    C:\Documents and Settings\%26lt;your username%26gt;\Desktop

    This is the URL to your desktop in the machine. Simply add the folder/filename onto that with a backslash.



    Example:

    C:\Documents and Settings\Phazonaddict\Desktop\WebPage\in?br>


    If it still comes up as html, I'm not quite sure what the problem is, sorry.
  • playing hd movies on computer
  • microsoft office
  • How to control the popup window size on html href?

    Hi. I have a html link %26lt;a href%26gt; and I have a target=_blank but how can I control the popup window size without javascript?



    This is just to let user continue to use this link without having javascript enabled. I must do this so please don't suggest me that most user will have javascript, etc. If you've a solution that works without using javascript then please add your answer here.



    Thank you.How to control the popup window size on html href?
    you'll have to use javascript, there is o other way of doing it



    %26lt;A HREF=';somePage.htm'; TARGET=';new'; onClick=';window.open('somePage.htm','new?return false;';%26gt;click click%26lt;/A%26gt;How to control the popup window size on html href?
    %26lt;a href=';http://www.yourweblog.com/yourfile?onclick=';window.open('http://www.yourweb?return false';%26gt;About%26lt;/a%26gt;



    Change width and height as u like
    You may like to take an html tutorial at

    http://referencedesigner.com/tutorials/html/html_1.php

    How to make my link appear white using HTML? And how to make it appear gray after visited?

    Hello, I'm a little rusty in the HTML department and I'm trying to help a friend format his website. We've got a list of links on the main page (all to internal documents if that makes a difference) and they are appearing in default blue. We want them to appear white and, after they are clicked, to appear gray. Hover features are not necessary. I've tried several things and none worked. I'm using Firefox and Notepad. Help!How to make my link appear white using HTML? And how to make it appear gray after visited?
    If you want to change the link color on your page, you will need to begin by finding the %26lt;body%26gt; tag. Now look for a command after the word body that says link=';color';. It would look like this:



    %26lt;body link=';blue';%26gt;



    Or the tag might have some other commands as well:



    %26lt;body bgcolor=';#000000'; text=';#FFFFFF'; link=';#0000FF';%26gt;



    You may also just have the word body with nothing else there. If so, add the command after the word body, with a space between the two, like this:



    %26lt;body link=';blue';%26gt;



    Now, to change the link color, you replace the word blue inside the quotes with a different color name or hex code. For a list of some common color names and hex codes, click here.



    So, if you would like to change the link color to red, you would type the following:



    %26lt;body link=';red';%26gt;



    Or using the hex code:



    %26lt;body link=';#FF0000';%26gt;



    Now, all the links on your page will be colored red rather than blue. You can also do the same things for active and visited links by adding or editing their commands. The commands are:



    alink=';color'; For the active link color

    vlink=';color'; For the visited link color



    You might have:



    %26lt;body link=';blue'; alink=';blue'; vlink=';violet';%26gt;



    To change the other colors, do the same as you did for the link color. If you need to add the commands, go ahead. Just place a space between each command, and add your colors!How to make my link appear white using HTML? And how to make it appear gray after visited?
    at the top of the page, inside you %26lt;head%26gt; and %26lt;/head%26gt; tags (or in your css file if you're using an external stylesheet):



    %26lt;style type=';text/css';%26gt;

    a:link {

    color:#ffffff;

    }

    a:visited {

    color:grey;

    }

    %26lt;/style%26gt;

    Html...???

    how can I add links to certain parts of a picture?Html...???
    Use an HTML ';usemap';.



    %26lt; USEMAP %26gt; indicates that the image is an image map and uses the map definition named by the attribute. The name of the map is set by the NAME attribute of the %26lt;MAP %26gt; tag.



    Usemap requires that you preced the name of the map with the hash ';#'; symbol. For example, the following code creases an image map named ';map1';.





    Mapname can be placed in code anywhere on your page.



    %26lt;MAPNAME=';map1';%26gt;

    %26lt;AREA

    HREF=';enter.html';

    ALT=';Enter';

    SHAPE=RECT COORDS=';6,116,97,184';%26gt;

    %26lt;AREA

    HREF=';leave.html'; ALT=';Leave';

    SHAPE=CIRCLE COORDS=';251,143,47';%26gt;

    %26lt;/MAP%26gt;



    Enter the image as you normally would.

    %26lt;IMG SRC=';entrance.gif';

    ALT=';Click Enter to Enter site.'; BORDER=0 WIDTH=300 HEIGHT=300

    USEMAP=';#map1';%26gt;



    Follow it up with text links so that non-image browsers and web spiders can visit your subpages.

    %26lt;BR%26gt;

    [ %26lt;A HREF=';enter.html'; ALT=';Enter';%26gt;Enter%26lt;/A%26gt; ]

    [ %26lt;A HREF=';leave.html'; ALT=';Leave';%26gt;Leave%26lt;/A%26gt; ]Html...???
    http://www.european.ee

    Report Abuse


    Use Image maps.



    Heres a good interactive tutorial on how to do it:

    http://www.kasparius.com/tutorials/imagemap/index.htm
    you'll have to use whats called an ';image map';

    areas of your picture can be ';zoned'; to redirect your visitors to other areas of your site

    check around the net, theres lots of simple to use freeware apps that will help you out
    What you are looking for is an IMAGE MAP, where one single image can contain different links depending on what part of the image visitor click. There is a small tutorial here: http://www.kasparius.com/tutorials/imagemap/index.htm



    Depending on your HTML editor, most probably it has a built-in way to do it without the need to type-in code.



    Good luck!
    idont know alot in html but i know the order to put color is

    %26lt;body bg color=';the color name';%26gt;

    and put pic is

    %26lt;body backgraund=';the pic name';%26gt;but this pic should be in My Document and write ( .jpg - .jpeg )

    and you can search for html in google or good site

    Html???!!!?

    i want to click my image then it'll take me to a site...

    how do i do dat?Html???!!!?
    %26lt;a href=';YOUR WEBSITE'; target=';_blank';%26gt; %26lt;img src=';YOUR IMAGE LINK';%26gt; %26lt;/a%26gt;Html???!!!?
    %26lt;a href=';lastpage.htm';%26gt;

    %26lt;img border=';0'; src=';buttonnext.gif'; width=';65'; height=';38';%26gt;



    Put the website in the ';lastpage.htm'; space and your picture link in the ';buttonnext.gif'; space

    How do I set a background image with html?

    I'm trying to get an image to be my background on my website..What is the html code for this, and how where do I place the image url?How do I set a background image with html?
    For an image that is not tiled and is for the whole page, style with CSS this way:



    body {

    background: #fff url(bg_image.jpg) no-repeat center scroll;

    }



    That sets a white (#fff) background while image loads. It's centered and contents will scroll with background image. Change ';scroll'; to ';fixed'; if you wish contents to scroll over the background image.



    For an image slice to be tiled as a background image:



    body {

    background: #fff url(bg_image.jpg) repeat top left scroll;

    }



    If you are adding a background image using any of the above ways to a container div, then:



    div#wrap {

    width: XXpx;

    height: YYpx;

    margin: 0 auto;

    background: #fff url(bg_image.jpg) no-repeat center scroll;

    }



    Then after opening body tag:



    %26lt;div id=';wrap';%26gt;



    Page contents here.



    %26lt;/div%26gt;



    Do same for the code using a sliced image (or tileable) in a div container.



    RonHow do I set a background image with html?
    Here is the code:



    %26lt;style type=';text/css';%26gt;

    body {

    background-image: url(Image url goes here);

    }

    %26lt;/style%26gt;



    Put this code between the head section of your site,

    Example:

    %26lt;html%26gt;

    %26lt;head%26gt;

    %26lt;title%26gt;yahooa%26lt;/title%26gt;

    %26lt;style type=';text/css';%26gt;

    body {

    background-image: url(Image url goes here);

    }

    %26lt;/style%26gt;

    %26lt;/head%26gt;

    %26lt;body%26gt;

    %26lt;/body%26gt;

    %26lt;/html%26gt;



    -FireDart
    in the body tag:

    %26lt;body bgimage=';filename.ext';%26gt;



    very simple,

    .ext just means the extension such as .jpg or.gif etc.

    How do I open html document from desktop in url?

    I have a document with html code typed out on it. I saved it to my desktop and I am trying to open it as a web page from the URL. When I go to open the document, it doesn't convert to what it should be, it still prints out the html. How do I get it to convert when I open it from the URL?How do I open html document from desktop in url?
    (Assuming you're on a PC) - right-click on the file, then choose Open With, then choose your browser (internet explorer, firefox, etc.)



    Make sure the file ends in .htm or .htmlHow do I open html document from desktop in url?
    Go to your browser.



    File -%26gt; Open.



    Then select your file.



    Make sure it's a .html file, not just a .txt file.
    C:\Documents and Settings\%26lt;your username%26gt;\Desktop

    This is the URL to your desktop in the machine. Simply add the folder/filename onto that with a backslash.



    Example:

    C:\Documents and Settings\Phazonaddict\Desktop\WebPage\in?br>


    If it still comes up as html, I'm not quite sure what the problem is, sorry.

    How to control the popup window size on html href?

    Hi. I have a html link %26lt;a href%26gt; and I have a target=_blank but how can I control the popup window size without javascript?



    This is just to let user continue to use this link without having javascript enabled. I must do this so please don't suggest me that most user will have javascript, etc. If you've a solution that works without using javascript then please add your answer here.



    Thank you.How to control the popup window size on html href?
    you'll have to use javascript, there is o other way of doing it



    %26lt;A HREF=';somePage.htm'; TARGET=';new'; onClick=';window.open('somePage.htm','new?return false;';%26gt;click click%26lt;/A%26gt;How to control the popup window size on html href?
    %26lt;a href=';http://www.yourweblog.com/yourfile?onclick=';window.open('http://www.yourweb?return false';%26gt;About%26lt;/a%26gt;



    Change width and height as u like
    You may like to take an html tutorial at

    http://referencedesigner.com/tutorials/html/html_1.php

    How to make my link appear white using HTML? And how to make it appear gray after visited?

    Hello, I'm a little rusty in the HTML department and I'm trying to help a friend format his website. We've got a list of links on the main page (all to internal documents if that makes a difference) and they are appearing in default blue. We want them to appear white and, after they are clicked, to appear gray. Hover features are not necessary. I've tried several things and none worked. I'm using Firefox and Notepad. Help!How to make my link appear white using HTML? And how to make it appear gray after visited?
    If you want to change the link color on your page, you will need to begin by finding the %26lt;body%26gt; tag. Now look for a command after the word body that says link=';color';. It would look like this:



    %26lt;body link=';blue';%26gt;



    Or the tag might have some other commands as well:



    %26lt;body bgcolor=';#000000'; text=';#FFFFFF'; link=';#0000FF';%26gt;



    You may also just have the word body with nothing else there. If so, add the command after the word body, with a space between the two, like this:



    %26lt;body link=';blue';%26gt;



    Now, to change the link color, you replace the word blue inside the quotes with a different color name or hex code. For a list of some common color names and hex codes, click here.



    So, if you would like to change the link color to red, you would type the following:



    %26lt;body link=';red';%26gt;



    Or using the hex code:



    %26lt;body link=';#FF0000';%26gt;



    Now, all the links on your page will be colored red rather than blue. You can also do the same things for active and visited links by adding or editing their commands. The commands are:



    alink=';color'; For the active link color

    vlink=';color'; For the visited link color



    You might have:



    %26lt;body link=';blue'; alink=';blue'; vlink=';violet';%26gt;



    To change the other colors, do the same as you did for the link color. If you need to add the commands, go ahead. Just place a space between each command, and add your colors!How to make my link appear white using HTML? And how to make it appear gray after visited?
    at the top of the page, inside you %26lt;head%26gt; and %26lt;/head%26gt; tags (or in your css file if you're using an external stylesheet):



    %26lt;style type=';text/css';%26gt;

    a:link {

    color:#ffffff;

    }

    a:visited {

    color:grey;

    }

    %26lt;/style%26gt;

    How do i send the data in a html form to an email address?

    How do i send the data in a html form to an email address?How do i send the data in a html form to an email address?
    To use a scripting language to email you form contents, your hosting service must allow SMTP. For you, it would be easier to use one of the following free online form makers.





    http://www.tele-pro.co.uk/scripts/contac鈥?/a>


    http://jotform.com/


    http://www.thesitewizard.com/


    http://www.thepcmanwebsite.com/form_mail鈥?/a>


    http://emailmeform.com/





    HTHs,





    RonHow do i send the data in a html form to an email address?
    couldn't you just copy and paste the data into the body of the email?
    I know VB.NET, Executable, Windows Applications.





    Dim mail As New MailMessage()


    mail.To = ';me@mycompany.com';


    mail.From = ';you@yourcompany.com';


    mail.Subject = ';this is a test email.';


    mail.BodyFormat = MailFormat.Html


    mail.Body = ';this is my test email body.%26lt;br%26gt;%26lt;b%26gt;this part is in bold%26lt;/b%26gt;';


    SmtpMail.SmtpServer = ';localhost'; 'your real server goes here


    SmtpMail.Send(mail)
    You submit the form (the ';action'; part of the form header) to a PHP or ASP (depending on the type of server) page to send the email - assuming that the site has SMTP access.
    Are you asking how to email a web page to someone? Or are you asking how to submit an email from a web page?
    Assumin you have server-side script and SMTP enabled on your server, here is a way in HTML/php:


    HTML FORM to EMAIL (Php)





    Your index.html file:





    %26lt;html%26gt;


    %26lt;head%26gt;


    %26lt;/head%26gt;


    %26lt;body%26gt;


    %26lt;form name='myform' action='emailfwd.php' method='post'%26gt;


    Your name: %26lt;input type='text' name='name' /%26gt;%26lt;rb /%26gt;


    Your password: %26lt;input type='password' name='pwd' /%26gt;%26lt;rb /%26gt;


    Your email: %26lt;input type='text' name='email' /%26gt;%26lt;rb /%26gt;


    ... ADD HERE THE REST OF THE FORM ...


    %26lt;input type='submit' name='submit' value='Submit' /%26gt;


    %26lt;/form%26gt;


    %26lt;/body%26gt;


    %26lt;/html%26gt;


    (replace %26lt;rb /%26gt; by their correct form - stupid editor!)


    Your emailfwd.php file:





    %26lt;html%26gt;


    %26lt;head%26gt;


    %26lt;/head%26gt;


    %26lt;body%26gt;


    %26lt;?php


    $name = $_POST['name'];


    $pwd = $_POST['pwd'];


    $email = $_POST['email'];


    ... ADD HERE THE COLLECTION OF THE FORM DATA


    $to = ';youremail@whatever.com';;


    $headers = ';From: ';.$email. ';\r\n';;


    $subject = ';Submitted application';;


    $msg = $name . '; has sumitted a form!\r\n';;


    $msg .= ';Pwd: '; . $pwd . ';\r\n';;


    $msg .= ';email address: '; . $email . ';\r\n';;


    ... ADD HERE THE REST OF THE DATA


    mail($to, $subject, $msg, $headers);


    echo (';Mail processed.';);


    ?%26gt;


    %26lt;/body%26gt;


    %26lt;/html%26gt;
    Code:


    %26lt;?





    /***********************


    CLASS :: MYMail


    ************************/


    class MyMail{


    var $To;


    var $ToSender;//If you want the email to go to the sender


    var $Subject;


    var $Msg;


    var $Headers;


    var $From;


    var $ReplyTo;


    /*


    $headers = 'From: webmaster@example.com' . ';\r\n'; .


    'Reply-To: webmaster@example.com' . ';\r\n'; .


    'X-Mailer: PHP/' . phpversion();


    mail($to, $subject, $message, $headers);


    ***%26amp;%26amp;%26amp;%26amp;%26amp;*******


    For HTML Mail


    'MIME-Version: 1.0' . ';\r\n';;


    $headers .= 'Content-type: text/html; charset=iso-8859-1' . ';\r\n';;


    */


    function MyMail($To, $Subject, $Msg, $From, $ReplyTo){


    $this-%26gt;To=(empty($To)) ? ';0'; : $To;


    $this-%26gt;Subject=(empty($Subject)) ? ';0'; : $Subject;


    $this-%26gt;Msg=(empty($Msg)) ? ';0'; : $Msg;


    $this-%26gt;From=(empty($From)) ? ';0'; : $From;


    $this-%26gt;ReplyTo=(empty($ReplyTo)) ? ';0'; : $ReplyTo;


    $this-%26gt;Headers=';MIME-Version: 1.0'; . ';\r\n'; . ';Content-type: text/html; charset=iso-8859-1'; . ';\r\n'; . ';From:'; . $this-%26gt;From . ';\r\n'; . ';Reply-To:'; . $this-%26gt;ReplyTo . ';\r\n'; . ';X-Mailer: PHP/'; . phpversion();





    //Use this array if you want to send to only one person


    $SetMail=array(


    'To'=%26gt; $this-%26gt;To,


    'Subject'=%26gt; $this-%26gt;Subject,


    'Msg'=%26gt; $this-%26gt;Msg,


    'Headers'=%26gt; $this-%26gt;Headers,


    'From'=%26gt; $this-%26gt;From,


    'ReplyTo'=%26gt; $this-%26gt;ReplyTo


    );


    //Use this array if you want it to go to multiple people (the sender/CC:/Bcc:)


    /*


    $SetMail=array(


    'To'=%26gt; $this-%26gt;To . ';,'; . $ToSender,


    'Subject'=%26gt; $this-%26gt;Subject,


    'Msg'=%26gt; $this-%26gt;Msg,


    'Headers'=%26gt; $this-%26gt;Headers,


    'From'=%26gt; $this-%26gt;From,


    'ReplyTo'=%26gt; $this-%26gt;ReplyTo


    );


    */


    if(in_array(';0';,$SetMail)){


    echo ';%26lt;div align=\';left\';%26gt;%26lt;font color=\';#640000\';%26gt;Something wrong with the mail! Please make sure all fields are filled in!%26lt;/font%26gt;%26lt;/div%26gt;';;


    return;


    }


    else{


    if(!mail($SetMail['To'], $SetMail['Subject'], $SetMail['Msg'], $SetMail['Headers'])){


    echo ';%26lt;script type=\';text/javascript\';%26gt;window.location鈥?is a problem with the Mail!\';%26lt;/script%26gt;';;


    }


    }


    }


    }


    ?%26gt;


    $MyMail=new MyMail($To=';Email address';, $Subject=';Subject';, $Msg=Message or body, $From=';From email address';, $ReplyTo=';reply to email address.or use from email address';);
    You may like to take an html tutorial at


    http://referencedesigner.com/tutorials/html/html_1.php
  • computer security
  • ingrown hair
  • How do I get a local html file to include another local html file from my hard drive?

    I have an html file that I use as a basic page for a web page. I need for this file to be able to read in data from other html files at various spots within this file. I won't be posting these files to the www, so need them to have this capability without server-side functions.



    Any ideas?How do I get a local html file to include another local html file from my hard drive?
    Two possibilities:

    1) JavaScript includes.

    2) Using an iFrame.



    For code/examples, refer to the sources I listed.How do I get a local html file to include another local html file from my hard drive?
    If you don't want to set up a local web server and use server-side includes, you can try javascript client-side includes.

    How do I add one of those html bars that allow a user to bold text, or italicize it, using a button?

    I want to create a field on my website where another author (who knows no html) can simply fill in their article and bold/italicize or otherwise format their work?



    I see those bars all the time. For example, at the top of an email message body, or in a WYSIWYG editor somewhere.How do I add one of those html bars that allow a user to bold text, or italicize it, using a button?
    Change the text to italics:

    var t = document.getElementById('text');

    t.style.fontStyle = ';italic';;



    Change to bold:

    var t = document.getElementById('text');

    t.style.fontWeight = ';bold';;

    How do I add music to the background of my html webpage and where do I upload my music to?

    Self explanatory. What is the code to embed music onto my html webpage and where do i go to upload the music that i want as my background music?



    P.S. I'm using notepad to make the html page and it's for school work.How do I add music to the background of my html webpage and where do I upload my music to?
    You can use The Music Hutch http://www.themusichutch.com/ to upload and search music and then copy the embed code into your blog, webpage, social network profile, etc.. You can add unlimited songs to your playlist.How do I add music to the background of my html webpage and where do I upload my music to?
    %26lt;embed src=';http://somesite.com/somesound.wav'; autostart=';true'; loop=';true'; hidden=';true'; %26gt;%26lt;/embed%26gt;

    How can I integrate a video chat function on my HTML website?

    I building an HTML site, and i want to put a video chat function as a feedback mechanism? Is there an HTML code for such a function?How can I integrate a video chat function on my HTML website?
    You cannot do that with HTML. HTML allows you to create designs for your web page but it cannot do everything. It's impossible to create it using HTML alone.How can I integrate a video chat function on my HTML website?
    No.
    If you created the video chat module with something like Flash or Java, you could then embed it on the page using HTML's %26lt;embed%26gt; tag.

    Friday, November 19, 2010

    How to make a word doc into html code for a craigslist ad?

    I have a word doc that I formatted great with pictures and everything but I need the html code for all that to enter into the craigslist ad for a rental property listing... How do I do all this or is there another program I should be using?How to make a word doc into html code for a craigslist ad?
    Word allows you to save as an html or html filtered file. Just open it again and select the right Options from the ';Save As'; selection window.



    Your layout maynot look the same except in IE as Word and other so-called products that can save files as html insert Microsoft Schema code which no other browser except IE/Maxthon understands.



    Microsoft does make a free cleaner, but you may have to go in and do some hand coding afterwards.



    RonHow to make a word doc into html code for a craigslist ad?
    Craigslist might not let you add in your own ';HTML'; they usually have a form you use to put up an ad. Otherwise download Seamonkey, because Word does a horrible job at writing HTML, its messy and it doesn't name images right. Seamonkey is a browser by mozilla (firefox). It has a composer that works just like word and it writes pretty good pretty clean HTML.
    Hello,



    You can convert a word document to html for use in a criagslist ad. This software offers a free trial:



    http://www.clicktoconvert.com/pages/doc_



    Good Luck!

    Sean Colicchio

    Server Engineer

    Host My Site

    http://www.hostmysite.com/?utm_source=bb
    Save as Web Page
  • hairstyles for long hair
  • relationship with hardcore gamer
  • How do you modify transparency with html code?

    I want to make the background for my main wrapper in blogger semi-transparent. What html code can I use?How do you modify transparency with html code?
    Correct CSS Opacity codes:



    http://css-tricks.com/css-transparency-s

    http://www.quirksmode.org/css/opacity.ht

    http://www.cssdrive.com/index.php/exampl

    http://www.stevenyork.com/tutorial/pure_

    http://www.w3schools.com/Css/css_image_t



    RonHow do you modify transparency with html code?
    Hi,



    You need to do this with CSS



    In the image tag %26lt;img%26gt; add the following

    style=';opacity:0.7;filter:alpha(opacit?br>


    That would make the transparency 70%
    Only some browsers understand the transparency code. A better way would be to use a png image with a 20% (or the percentage for your acquired effect) transparency in Photoshop or your image program. Then export that image calling it as the background image for your wrapper in CSS.



    Hope this helps.

    How do i can insert a html page into other html page?

    Background: I have a small page that need to be embeded into a bounch of other html pages.



    Help needed:

    1. Please provide the html chunk that I can use to embed the small page in to other html pages.

    2. Is there a way of not using iframe? Can I use %26lt;Object%26gt; or %26lt;embed%26gt;? How?How do i can insert a html page into other html page?
    You can uses frames in a frameset.



    Put the frameset tags with a src=';your_html_page_to_embed.html'; attribute as shown in sources, and it will include the page in a frame.

    Iframes are the way to do this more seamlessly, but IE sometimes asks for confirmation from the user about displaying certain types of pages in iframe, usually if they are hosted on a different server.



    If you have the option of using PHP then you can use the following code.



    %26lt;?php

    include(';my_html_page_to_embed.html';);

    ?%26gt;



    That will import all the html code into that exact position in your current HTML document and as such could distort your current layouts, if you have one.



    EDIT: Link 2(boutell.com) in the sources has multiple ways to do what you ask!How do i can insert a html page into other html page?
    %26lt;a href=';PAGE URL';target=';Iframe';class=';nav';%26gt;PAGE NAME%26lt;/a%26gt;
    Use IFRAME or include function
    Why not use IFRAME?

    How do I view and change HTML coding for a website?

    I need to change something in a website, normally I use Contribute software, but this won't allow me to change what I need to change. How do I get to view and change the actual HTML code?How do I view and change HTML coding for a website?
    You need to know where on the server the site HTML is stored. Then it's easy enough to change just using notepad or whatever.



    So, it will depend on what web server software is being used.



    For IIS, you're go to the web services manager, and find your site, then look at it's properties to see where it was stored. I'm not on a Windows server right now so can't recall the default location. Thought it was on a .private area at the root node??How do I view and change HTML coding for a website?
    You have access to the index.html file?



    Is this a paid site?
    i am not sure, just as bad as anyone else...
    Download by connecting to the web-servers ftp, or use your web host's user control panel to download files. You can edit any html, css, js, php file with notepad\wordpad, or you can use any text editor you want.

    How to make different pictures using HTML format in web designing?

    I want the HTML format for making different pictures,can u please tell me some formats for making nice pictures for website???How to make different pictures using HTML format in web designing?
    Pictures in html are all handled using the %26lt;img statement.



    If you want other graphics effects, use css: for example, usually background-image: url('something.jpg') for something in your web page (a paragraph or a banner or an address or another part of your web page.



    You can also use css to specify list-style-image: url('something.jpg') to display icons instead of dots for a list.



    Some other css items allow you to display images on your html page. Check it out.How to make different pictures using HTML format in web designing?
    http://www.boddunan.com/component/conten





    web designing

    How do I get Javascript and HTML to communicate?

    Is there any way for me to take an input box value in HTML, and use it in Javascript?How do I get Javascript and HTML to communicate?
    Several ways depending on what you are trying to do and how. No code given so not gonna guess.



    RonHow do I get Javascript and HTML to communicate?
    It's called the DOM, Document Object Model.



    Basically Javascript can call just about any property, value, position, anything from HTML.



    If you want a form field value easy:

    document.form_id.field_name.value



    Want to change the color of a font:

    document.getElementById('element_id').?=';#fff';;



    Change the text of a link:

    document.getelementById(';link_id';).inn?= ';New Link';;



    And the best part about the DOM is that it is logically written. If you think you can write something you probably can. Just look at my examples.
    Inside the %26lt;script%26gt; element write the code of the javascript function and place the document design in the %26lt;body%26gt; tag.



    This site helps you more to learn about the javascript and html easier.



    http://www.w3schools.com/js/js_examples_
    That's not really possible. I've tried. But if your looking for HTML stuff go to justin-productions.webs.com. They say they have some good html, but I dont see sum, but if you request for html they give it to you via email.
    %26lt;form name=';form1'; onchange=';func1();';%26gt;

    %26lt;input type=';text'; name=';val1';%26gt;%26lt;/input%26gt;

    %26lt;/form%26gt;



    in js:

    function func1() {

    if (document.form1.val1.value == ';something';) {

    ...

    }

    ...

    }



    hope this helps
  • pencil cases with initial
  • Cute duvet covers
  • How do you upload an html document to the web to make it a website?

    I have taken a basic HTML class at my high school but i never learned how to actually upload the document to the Web.



    Any help?

    Thank you.How do you upload an html document to the web to make it a website?
    The first thing you need is reserved space on a web server.

    Depending on the web server you use, you can upload a variety of ways. Some of them offer an upload forms you can use, others require that you use FTP, which is a protocol that allows you to cut/copy and paste the files you need for your page into a folder like you would any other on your computer locally.How do you upload an html document to the web to make it a website?
    You have to have somewhere to upload the files (basically you're just moving them to a folder somewhere else). If you have access to a server, you can use WinSCP.
    You can upload and download files via FTP or Web Control-Panel(if any).

    How do I put a HTML code in a scroll box without the image showing?

    I have a photography site on myspace, and I want to put the HTML code for a picture in a scrollbox for people to copy and use in their profiles, but when I do it and test the code it doesn't work! Help?How do I put a HTML code in a scroll box without the image showing?
    The ';html code'; for a picture is a link to the picture:



    %26lt;img src=';http://mysite.com/mypicture.jpg /%26gt;



    You can't put that ';in a scrollbar'; becase a scrollbar is a picture.

    How do I convert an html file to a jpg format ?

    I received a picture by email that is in html format - how can i change it to a jpg image ?How do I convert an html file to a jpg format ?
    Can you actually see that picture? If yes, right click on it and then click on Save Picture As.

    Your computer will save it as jpg.How do I convert an html file to a jpg format ?
    serch it on google
    an HTML is a web address



    Put the address into your web browser. When the picture comes up, right click it and choose ';Save as';



    from there, you can rename it and choose where you want to save it.
    An HTML file is a webpage basically. Likely the email you got was an HTML file with a picture encoded in it. Open the HTML file with firefox or Internet Explorer, and when you see the picture, right click it and choose ';save as';. This will save JUST the picture in a separate file.
    it's not. it's embeded in an html but it must be in some picture format, even if it's png, tif or other. you can save the page and when you store it the pic will be saved in whatever format it is in in the source folder.
    Pictures are not in HTML. HTML is a web browser language. In your email with the email open, select File and then save attachments or something along those lines.



    See..

    http://en.wikipedia.org/wiki/HTML



    With out more details it's hard to help you exactly.
    HTML is a coding language for web-pages and has nothing to do with pictures, at least with an actual image file itself.

    Be a little more specific.
    It might be easier for you to take a screenshot.

    If your on windows press ALT + printscreen key and then open paint and paste the image.

    If your on Mac do Command + Shift + 1 (2 or 3) to save a screen shot.

    That will give you an image file.
    http://www.universal-document-converter.
    you can put the image of what is on your screen on the clipboard by clicking ctrl+PrtScr. then open up an image editing software (if you don't have one, use Paint) and paste it into it by pressing ctrl+V

    How do you put a plain colour background into a border with html?

    Im making a web page and Im trying to figure out how to put a colour inside a border with html.. Does anyone know how? And thanks for your advice and tips! Have a Nice DAY you all deserve it!How do you put a plain colour background into a border with html?
    if you mean attach a colored background on an html element, then use CSS:



    %26lt;htmlelement style=';border:1px solid #000000;';%26gt;%26lt;/htmlelement%26gt;



    where:

    htmlelement is the html element in question

    #000000 is the hexadecimal web color.

    How do I add an HTML code to my signature in a messageboard-style forum?

    I want to add different HTML codes (like my Feedburner Animator) to my signature line in forums but every time I've tried it just shows the code and not the image. Can you explain how to do it?How do I add an HTML code to my signature in a messageboard-style forum?
    Some forums prevent you from using HTML in the signature. It may however accept BB code?

    What is the address? I'll try to help you! :)



    - EDIT -

    the BB Code would be: [img]your image url goes here[/img] but eBaums World uses a strict policy on signatures:

    ';Allow HTML BB Code No';

    ';Allow HTML No';

    ';Can Upload Images for Signature No';

    ';Allow Image BB Code No';

    After having a little go myself it's just about impossible to do so - I tried a few little known security hacks but nothing :(



    Sorry dude!
  • implementing procedures
  • myspace games
  • How do you put a plain colour background into a border with html?

    Im making a web page and Im trying to figure out how to put a colour inside a border with html.. Does anyone know how? And thanks for your advice and tips! Have a Nice DAY you all deserve it!How do you put a plain colour background into a border with html?
    if you mean attach a colored background on an html element, then use CSS:



    %26lt;htmlelement style=';border:1px solid #000000;';%26gt;%26lt;/htmlelement%26gt;



    where:

    htmlelement is the html element in question

    #000000 is the hexadecimal web color.

    How do I add an HTML code to my signature in a messageboard-style forum?

    I want to add different HTML codes (like my Feedburner Animator) to my signature line in forums but every time I've tried it just shows the code and not the image. Can you explain how to do it?How do I add an HTML code to my signature in a messageboard-style forum?
    Some forums prevent you from using HTML in the signature. It may however accept BB code?

    What is the address? I'll try to help you! :)



    - EDIT -

    the BB Code would be: [img]your image url goes here[/img] but eBaums World uses a strict policy on signatures:

    ';Allow HTML BB Code No';

    ';Allow HTML No';

    ';Can Upload Images for Signature No';

    ';Allow Image BB Code No';

    After having a little go myself it's just about impossible to do so - I tried a few little known security hacks but nothing :(



    Sorry dude!

    How do I add pictures to my ebay listing using html?

    I want to add extra pictures to my ebay listing with html. I have tried to learn html but all the sites offering self teaching html either make me learn too many basics before getting to the point or confuse me by getting too complex too quick. I know that this is easy but I have hit a real brick wall with it. Help please!How do I add pictures to my ebay listing using html?
    You can add pictures to your listings using the html code (img src) mentioned in a previous answer to this question. I do that for all of my listings on eBay. eBay does not charge you for externally-hosted photos within your listings.



    A number of ebayers use photobucket to host the photos for their listings, but for several years I've been using Image Event because I prefer the reliability. The small annual fee has been worth it. They are one of many photo hosting sites from which you can choose, ranging from free to expensive. How do I add pictures to my ebay listing using html?
    I used to use MS Frontpage to setup my ebay ads with pictures, then address the pictures to my space on my ISP. Then copy the html to the ebay ad description box. I did that for 6 years. Never paid ebay a dime for posting pictures.
    I am not sure if you can add pics to an eBay auction using HTML because eBay charges for pics, but if you can it is like this:





    %26lt;img src=';websitethatishostingphoto.jpg'; alt=';eBay photo!!!!name';%26gt; Whatever you wanna say about pic

    How do you slice a html area with a transparent background?

    I've created a webpage layout in adobe illustrator. I've sliced it up and am using the ';save for web'; to get an html document.

    Some of the slices are set to html. The problem is the html slices have white backgrounds.

    Is there any way to get these html slices to show the image layout like the other slices?How do you slice a html area with a transparent background?
    Edit your HTML Code on Textpad or something. The thing is, anout 80 percent of the time, people mess up the code and just make sure you typed it right. To change the color, just do { %26lt;bg color='; The Color Code here inside the Quotations';%26gt;}

    NOTE: Dont Type in the Flower Bracket

    How does photobucket give people html codes for their pictures?

    I am wanting to do something similar to what photobucket does for my website, only mine would be on a smaller scale mainly pertaining to my web subject. I know how to put an upload code into my webpage but I am struggling with how give a user an html image code to put into their myspace or where ever. If anyone has any thoughts on this, that would be great.How does photobucket give people html codes for their pictures?
    Basicaly, when you use websites like photobucket, they are hosting the picture you upload to their online server. To post a picture into a website using html, you follow the following code:



    %26lt;img src=';insert picture url here'; %26gt;



    Just insert the url of the photo and leave the quotation marks there.



    The most important part is the picture has to be hosted somewhere first. Photobucket and Imageshack.us are both good sites to use for free. If you are doing a professional webpage and need a more reliable image hosting service, you may need to pay a membership fee for that.



    If you are trying to build a website, I suggest you download a website builder like Microsoft Expressions, or Adobe Dreamweaver.
  • relationship with hardcore gamer
  • toenails painted
  • How to inserrt the to uppercase command in HTML forms?

    How to insert the to uppercase command in HTML forms. In html forms when we enter the username it has to change in caps. Your answer will be appreciated.How to inserrt the to uppercase command in HTML forms?
    add



    onblur=';javascript:this.value

    =this.value.toUpperCase();';



    make sure its all on one line just yahoo cuts it off

    into the html form e.g.

    if your form is

    %26lt;input type=';text'; name=';username'; /%26gt;

    Change it to

    %26lt;input type=';text'; name=';username'; onblur=';javascript:this.value=this.value?/%26gt;

    How do I display an html code in a scroll box for people to copy and paste?

    I tried searching and trying but cant figure it out. I want to put a html code in my scroll box that displays the actual code of a banner for other people to copy and paste into their own sites. How is this done?How do I display an html code in a scroll box for people to copy and paste?
    http://allmyfaqs.net/faq.pl?Show_HTML_ex explains how to show HTML examples.



    http://www.domedia.org/oveklykken/css-di explains how to create a scrolling regionHow do I display an html code in a scroll box for people to copy and paste?
    Use the %26lt;code%26gt; tag.
    :D Your talking about a textarea!



    %26lt;textarea name=';codes'; cols=';20'; rows=';5'; readonly=';readonly';%26gt;

    put code here :]

    %26lt;/textarea%26gt;
    Try this code you see in Youtube:

    %26lt;input id=';embed_code'; name=';embed_code'; type=';text'; value=';enter embed code here';

    onClick=';javascript:document.

    embedForm.embed_code.focus

    ();document.embedForm.embed_c

    ode.sele

    ct();';

    readonly /%26gt;

    How can you make an html link that executes a javascript injection?

    If it's possible?



    You use the ';%26lt;a href=...'; tag in html to link to a website.

    You can type into the url bar something like ';javascript:alert('Hello!');'; to do a javascript injection.



    How would you make a link in a web page that when you click on it, it does the javascript command?

    Effectively %26lt;a href=';javascript...';%26gt;, except that obviously doesn't work.





    Thanks!How can you make an html link that executes a javascript injection?
    %26lt;a href=';javascript:void(0)'; onClick=';Javascript:alert( 'Hello!' );';%26gt;Text%26lt;/a%26gt;How can you make an html link that executes a javascript injection?
    Html is not a server language so you cannot make stuff appear in the URL bar.

    Is this the code:

    %26lt;a href=';javascript:void(0)'; onClick=';javascript:alert('hi')';%26gt;%26lt;/a%26gt;

    Possiblly...

    you need to use ' inside the alert instead of ';

    How do I get the HTML code from a logo to place on my blog?

    There is a site that would like me to put their logo on to my blog. How do I get the html code for the logo so it links to their page?How do I get the HTML code from a logo to place on my blog?
    Making an image a link:



    %26lt;p%26gt;%26lt;a href=';URL path to external link'; title=';Mouseover Description';%26gt;%26lt;img style=';width: XXpx; height: YYpx; border: 0;'; src=';Path to image'; alt=';Text Description';%26gt;%26lt;/a%26gt;%26lt;/p%26gt;



    You can change the ';p'; tags to div tags and style as needed.



    Right-click the logo and select View Image from Context Menu to get the URL of the image.



    RonHow do I get the HTML code from a logo to place on my blog?
    If they want you to put their logo on your blog, then they should send you a code snippet that does this for you. All you should have to do is put the code snippet in your site code where you want it to appear.
    %26lt;a href=';http://www.theirwebsite.com'; title=';Company Name';%26gt;%26lt;img src=';path/to/logo'; alt=';Link to Company Name'; /%26gt;%26lt;/a%26gt;
    I would have expected them to give you the required HTML code.



    To do it yourself you will need the URL of their page and an image of their logo.



    I assume you already know the URL of their page (such as company.url).



    To get an image of their logo you may need to do one of several different things. I assume the logo is on their website.



    Try each of these until you get an image (such as image.jpg) and skip the rest.



    - Right click on their logo and ';Save image as...';

    - Look at the source code for their page and locate the URL for their logo image. This may involve looking for a CSS background image in a linked CSS file. Once you have the image URL, download it.

    - Take a screen capture of the page with the logo (Alt-PrtSc on a Windows PC), copy into a graphics programme such as MSPaint (Ctrl-C on a Windows PC), crop the logo from the rest of the page and save,



    Then the code your need is:



    %26lt;a href=';company.url';%26gt;%26lt;img src=';image.jpg'; alt=';company';%26gt;%26lt;/a%26gt;
    lots of codes here http://hacksforhacks.webs.com/htmlcoding
    http://www.quackit.com/html/codes/html_p

    How do I create an html/xhtml/css header that automatically adjusts to any screen resolution?

    I've noticed on the wordpress website and facebook that the headers take up the full width of the screen of any computer or laptop screen i view the websites on and the center of the website stays fixed.



    What is the easiest way to do this in xhtml/html/css?



    Is there a website that will guide me through the process?



    Help is appreciated.How do I create an html/xhtml/css header that automatically adjusts to any screen resolution?
    Create a div that has a 100% width, give it the id #header and give it a background-color you like. Inside THAT div, create another div with a class called .container. Center the container with 'margin: 0 auto' and give it a width of around 975px so people will be able to see it on 1024 x 768 monitors without side scrolling. Then put your logo and website title inside the container.



    Note: You can download the Firebug extension for Firefox and see exactly how FB does it if you wantHow do I create an html/xhtml/css header that automatically adjusts to any screen resolution?
    I recently had the same problem, so I Googled this: fluid css layouts

    There are many examples along with the code to use directly on your pages.
  • home theater
  • Microfibre or feather duvet quilt
  • How can I create a game with html codes?

    I don't want to download a single thing and html seems easy. Is there anyway to create a game with html?How can I create a game with html codes?
    html is not really designed for making games. But you can create games for a web-browser using javascript. There's nothing to download either.. you can simply type the code into a html text document and open it in a web-browser.



    Now if you want to use just html you could create a 'choose you own adventure' where the player is the protagonist in a story and has to choose from a number of options what to do at certain points in the story. html would be perfect for creating a game like this.How can I create a game with html codes?
    You can't create game with html code .. you can to create game with Flash or php or javascript.

    How do you add html for others to copy on piczo?

    i want 2 become a piczo pro and would like some help to adding html for others to copy on my piczo site, any suggestions?How do you add html for others to copy on piczo?
    OK,

    There are two ways to do this

    On the one hand:

    you can do so



    %26lt;textarea rows=';4'; name=';html'; cols=';50';%26gt;



    %26lt;a href=';http://www.piczodesignstudio.piczo?Tutorial%26lt;/a%26gt; for all your HTML needs

    %26lt;/textarea%26gt;



    code must be between %26lt;textarea%26gt;

    tags like shown above



    in the other way you must write symbols instead of ';%26lt;'; and ';%26gt;';

    %26lt; = %26lt; %26gt; = %26gt;

    example:



    %26lt;a href=';http://www.piczodesignstudio.piczo?Tutorial%26lt;/a%26gt; for all your

    Piczo needs



    good luck

    for further help

    feel free to contact me ;))





    I prefer to use first way for piczo

    coz second way does not work well

    even here could not be explaned very well

    coz symbols were not written as symbols ;))

    i can explane more by mailHow do you add html for others to copy on piczo?
    I guess you mean you want to put html on a comment board so that others can see it?

    for that, at the starting of your html code, put %26lt;textarea%26gt;, than put your html code..at the end of the html code put

    How to change a html file to ipod song?

    My friend recorded a song and the recording studio sent her an email and it was html file. Then she forwarded to me and i want it on my ipod. How do i do this?How to change a html file to ipod song?
    I bet the song was sent in something like a mp3 format as no song is going to be an HTML file and work. You could get the lyrics in text on an HTML form, but not any media file.



    Is it compressed with a *.zip or *.rar extension? If so, it has to be uncompressed (extracted).



    RonHow to change a html file to ipod song?
    Hello,



    The song was most likely embedded in html and sent to you. You could look at the source of the HTML email and search for ';.mp3';. This will show you where the reference of the mp3 is. You can then put it in a browser address bar to listen to the song directly, use that url to download the song.



    Good Luck!

    Sean Colicchio

    Server Engineer

    Host My Site

    http://www.hostmysite.com/?utm_source=bb
    if there's a link right click on it and select ';save target as';

    How can I copy text into movable type without losing the html?

    I am trying to create an entry in my blog. When I copy the html from my word doc or text edit and enter it into Movable Type, all of the hyperlinks disappear. Any ideas? Thanks!How can I copy text into movable type without losing the html?
    Are there any other types you can use?

    How to convert HTML code to a Link in my hotmail email account?

    Hi there. Iam using a hotmail account and have set up a reccuring subscription with paypal. Paypal have given me a html code.



    I need to email people with the link, but need to know how to convert the code into an actual link, so people do not get these long offkey weird sentences.



    Please help

    .

    ThanksHow to convert HTML code to a Link in my hotmail email account?
    If the ';HTML code'; is a URL you may want to keep the link just as it is in plain text. Converting a link to HTML code to a clickable link is a common practice phishers use to hide a bogus URL. Your legitimate email message may look like a scam.



    Good luck on your project!
  • fish
  • blackheads whiteheads
  • What is the correct way to center a picture using html?

    I have an image I need to put in the center of the page and I'm still not quite sure how to do that. This is just my first class that showed very rough html so I don't know what exactly I'm supposed to put.What is the correct way to center a picture using html?
    %26lt;center%26gt;%26lt;img src=';url';%26gt;%26lt;/center%26gt;What is the correct way to center a picture using html?
    http://www.google.com/

    Report Abuse



    It depends on your document type and what you are putting the image inside. Note that the ';align'; attribute of the %26lt;img%26gt; tag is outdated and there are several better options:





    The best way is inside a %26lt;div%26gt; element, where you control the alignment in the div tag:





    %26lt;div style=';vertical-align: middle;text-align:center;'; %26gt;%26lt;img src=';your-image-file.gif'; alt=';'; /%26gt;%26lt;/div%26gt;





    If you need more space around it, you can either use margins in the style tag or set the div style width and height attributes:





    %26lt;div style=';vertical-align: middle;text-align:center;margin: 50px 50px 50px 50px'; %26gt;%26lt;img src=';your-image-file.gif'; alt=';'; /%26gt;%26lt;/div%26gt;





    %26lt;div style=';vertical-align: middle;text-align:center;width:100%;heig鈥?%26gt;%26lt;img src=';your-image-file.gif'; alt=';'; /%26gt;%26lt;/div%26gt;





    If you want some text to wrap around it, use either float:left or float:right in the div style.





    Another option, although a bit more limited, is to simply add the style attribute to your %26lt;img%26gt; tag:





    %26lt;img style=';margin: 50px 50px 50px 50px'; src=';your-image-file.gif'; alt=';'; /%26gt;





    Finally, if your image is already in a table cell, you can simply add the style to the %26lt;td%26gt; tag and adjust the width/height of the cell if needed:





    %26lt;td style=';vertical-align: middle;text-align:center;'; %26gt;%26lt;img src=';your-image-file.gif'; alt=';'; /%26gt;%26lt;/td%26gt;






    Well, assuming that you are using XHTML, %26lt;center%26gt; tag is outdated for some ';doctype';s. You can do the following:


    1. Take the image inside a %26lt;td%26gt; of a table and make the alignment of the %26lt;td%26gt; to ';center';.


    E.g.


    %26lt;table id=';maintable'; border=';0'; cellspacing=';0'; cellpadding=';0'; width=';100%';%26gt;


    %26lt;tr%26gt;%26lt;td%26gt;[Something.....]%26lt;/td%26gt;%26lt;td style=';text-align:center';%26gt;%26lt;img src=';mypic.gif'; alt=';[mypic]';.... /%26gt;%26lt;/td%26gt;%26lt;/tr%26gt;%26lt;/table%26gt;
    Assuming you mean actual HTML, and not CSS, then it's %26lt;img src=';PIC'; align=';center'; /%26gt;

    What is the html code to put certain text on a colored background?

    I want to know how to do html code so that i can have some text on a light blue background, and some text on a light pink background, for a blog i'm creating that has his/her comments... sort of like when you quote someone in a forum, and it shows up on a different colored background (just where the text is) so that you know it's not the writer saying it, but quoted text... sorry if this doesn't make sense... does anyone know what the code is to do this? thank you!What is the html code to put certain text on a colored background?
    Hex codes might be good.



    Try the link below to get a hex code you want.



    Then your codes would look something like this:



    (Light blue)



    %26lt;div style=';background-color:#8798FF;';%26gt;

    Comment goes here.

    %26lt;/div%26gt;



    (Link pink)



    %26lt;div style=';background-color:#FF98C6;';%26gt;

    Comment goes here.

    %26lt;/div%26gt;



    So it's the same code;-just replace the hex codes with the ones you generate. (The hex codes here are 8798FF and FF98C6).



    And you don't have to use divs, it can be paragraph tags or whatever. Your choice.What is the html code to put certain text on a colored background?
    is this for myspace?

    pimp-my-profile.com

    you an get everything from there
    %26lt;p%26gt;The due date is

    %26lt;font style=';background-color: blue';%26gt;next %26lt;/font%26gt;week.%26lt;/p%26gt;



    wdw
    Don't use font as another person posted- font is an outdated tag.



    %26lt;span style=';background:#B0C4DE';%26gt;Your text%26lt;/span%26gt;



    B0C4DE is a light blue, a light pink is FFDAB9
    Hello,



    What i assume you mean is when people are accustomed to seeing portions that have been marked by a highlighter. You can achieve the same effect on your Web page using a Style attribute and BACKGROUND-COLOR. For example, this HTML code inserts a yellow background on the word ';yellow';.





    %26lt;HTML%26gt;

    %26lt;HEAD%26gt;

    %26lt;/HEAD%26gt;

    %26lt;BODY%26gt;

    %26lt;P%26gt;This highlighted color is %26lt;FONT

    style=';BACKGROUND-COLOR: yellow';%26gt;yellow%26lt;/FONT%26gt;%26lt;/P%26gt;

    %26lt;/BODY%26gt;

    %26lt;/HTML%26gt;



    Good Luck!

    Sean Colicchio

    Server Engineer

    Host My Site

    http://www.hostmysite.com/?utm_source=bb