Monday, May 24, 2010

What is the html code of putting folder in my website?

I want to upload a link of download in a folder in my website but i do not know what is the html code of making a folder or folder tree. plz help me. You can also tell me the link whr i can find it.

What is the html code of putting folder in my website?
You can create a new folder in your local site by right clicking. From there you can FTP it onto your server.

birthday cards

How do you adjust the input size in html code?

I have set up an autoresponder at one of my sites, but i want to enlarge the input size of one of the boxes to accept large submission articles. Any suggestions?

How do you adjust the input size in html code?
I'm not following exactly how your site is set up. If you have set up a text area for text to be typed or pasted, here is the code:


%26lt;TEXTAREA NAME="comment" ROWS=6 COLS=40%26gt;


%26lt;/TEXTAREA%26gt;





Adjust the ROWS and COLS to match your need. Also, see if there is any scripting that limits the max length or size that needs to be adjusted.





Good luck!
Reply:http://www.devguru.com/technologies/html...





use textarea as an input field
Reply:Textareas don't have any limit to the number of characters they will accept. So even though it might not be visible in the form component, the text should be submitted okay.





Not sure if you're using a textarea element or not - I think we need more info actually.





Joyce


http://www.designbyjoyce.com/
Reply:You can specify the size of your INPUT box by changing the SIZE value. The value you specify within your SIZE attribute will determine the width of your input box within your web page form





ie: %26lt;INPUT type="text" SIZE="10"%26gt;


What website can I use to get an HTML code for music, not music videos?

I would like it to autostart. The song in particular I am looking for is "All These Things That I've Done" by The Killers.

What website can I use to get an HTML code for music, not music videos?
You could make a mp3 playlist from one of these websites...





myflashfetish.com


projectplaylist.com





Just create a free account, pick a playlist skin, search for some mp3's %26amp; add them to your playlist then save it %26amp; copy the code %26amp; paste it on your profile.


How can I make an online Jeopardy board using HTML?

I am trying to make a Jeopardy board to function on a website. Is there any way that I can do this with HTML?? I cannot use flash, or anything else. I am mostly working with frontpage, but if I can get the code to do it, that would be great. I have everything worked out with hyperlinks right now, but I need help with the board itself.





My problem is that I can't figure out how to make the value buttons to disappear after they've been clicked and I return to the homepage. (for example, the $100 question in the first category is picked. I click the value button and it hyperlinks to a new page. I then have a back to the board hyperlink, at which point I want the already clicked buttons to be invisible when I go back to the homepage from the questions.)





Does anyone have any idea how to do this??

How can I make an online Jeopardy board using HTML?
Use javascript to hide and unhide buttons based on variable values stored within the code.





To make these values available throughout the pages, load your site in frames and make one frame hold all the variables while in the other frams let the HTML pages load and unload as ususal.





Let me know if you need any further help.


How do you add an indent to an html code?

I'm trying to make a web page but I've yet to learn how to make indents. And I want to get this site up soon%26gt; It's mostly indenting what people say like in a fanfic, so could some one help me out?

How do you add an indent to an html code?
Load the HTML code into Netscape composer.





You can indent by using the tab key or increase the margin. Netscape does it for you (and if you like, you can look and see what the HTML code is which Netscape will generate for you!)
Reply:You can use a non breaking space %26amp; nbsp ; (With no spaces)





It's best to use CSS: style="text-indent: 10px;"





If it's an enter paragraph you could do this: %26lt;p style="padding-left: 10px;"%26gt;
Reply:%26lt;style type="text/css"%26gt;


p


{


text-indent: 20px


}


%26lt;/style%26gt;





here is the W3 Schools text indent reference page


http://www.w3schools.com/css/pr_text_tex...
Reply:The easiest way is %26lt;BLOCKQUOTE%26gt;Your indented text here%26lt;/BLOCKQUOTE%26gt;.





Alternatively define a CSS class for the indent





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


.indent {padding-left:10px;}


%26lt;/style%26gt;





%26lt;p class="indent"%26gt;Your text here%26lt;/p%26gt;

sepal

How do I convert my own downloaded music to html?

I wish to put a music download on to my space, this is off my CD. and I need to change it to HTML.

How do I convert my own downloaded music to html?
You need to find a place to host it and then find the code to linki to it on myspace. Myspace should have tutorials on this.


How do you add something with an HTML code to a freewebs site?

I've tried just putting in the code but that doesn't work. Can anyone help me?

How do you add something with an HTML code to a freewebs site?
you mean like a picture?


you can go to photobucket.com and upload pictures were then you can resize them and everything and then theres their html code you can copy
Reply:No, that's not what I meant. But I find out how to do it. Thanx anyways. Report It