Monday, May 24, 2010

How do I create a submit form html script for username and password?

I need the Information sent to my email address in a message because I'm creating a website. Help!

How do I create a submit form html script for username and password?
Note: If you are using PHP you may need to modify the php.ini file.
Reply:Go to http://www.peej.co.uk/articles/http-auth...
Reply:You need a script, or program on your server which will process the info submitted in your form. The processing could be anything from emailing it to you, or submitting it to a database.





Lots of PHP mail scripts kicking around on the web. if you need a hand message me.


How to create a html email ,for yahoo or google?

I would like to know how to create a html email that fits not only outlook but web-based email like yahoo, google, etc. I've tried copy n' paste the html content in email but it showed the code itself in the other end. please help.


Thanks in advance!

How to create a html email ,for yahoo or google?
don't have a clue to your question, just felt sorry for you cos no-one had answered your question and i didn't want you to feel left out.

printable cards

HTML help? - How do I make my drop-down menu work when the "Go" button is clicked?

I have a drop down menu written but cannot figure out how activate the "Go" or "Submit" button so when the user clicks it, they are taken to where I want them to go.





How do I make the "Go" button active so it directs them to their choice of location?





Simple is VERY GOOD.


Long and complicated Java Scripts will only confuse me.





Explanations are APPRECIATED.


If you can explain the dynamics of your answer so I can understand the process of what occurs when the "Go" button is clicked, I will love you forever.





PLEASE DO NOT copy and paste if you REALLY DON'T KNOW what you are doing. Let the experts shine.





THANKS

HTML help? - How do I make my drop-down menu work when the "Go" button is clicked?
simple, this is the easiest way of doing it, although it would cause a lot of programmers to bite their tounges.





Each option tag has a value of the url you want to go 2. when it is changed, 'onchange' the window.location.href is the address of the window. this.value is the value of which option you picked, and wala, the address takes the value of this.value.
Reply:ok, when? Report It



Can someone help me work out the CSS code for inserting a logo into HTML document?

I need to insert a logo in the top right hand corner of an HTML document. I think I have done it OK in the html sytax but, as I am quite new to this, I am unsure how I define it in the CSS. I just want it in the right hand corner above the title (which is left-aligned). WHen I check the html page the box for the logo with the red cross in the corner appears for about 1 second and then disapperas again. Can anyone help me?

Can someone help me work out the CSS code for inserting a logo into HTML document?
Hello,


Well you will need to put this in your header....





/----------------------------- the CSS


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





#logo {


background:url(logo.gif) right no-repeat;


width:your value herepx;


height:your value herepx;


}





%26lt;/style%26gt;





/-----------------------the HTML





%26lt;div id="logo"%26gt;%26lt;/div%26gt;





thats it...





Thanks,


Greg WInn


http://winn.ws
Reply:Check here:


http://www.w3schools.com/css/css_referen...





If the box appears then disappears, the problem is further down your page!... You erase it!


"The red cross appears" just means the link to the picture (logo) is incorrect: you need correct url, like:


background-image: url("pics/20048202.jpg");
Reply:If I see the site, it might help. Is it online yet or just saved at your computer?





I would define a class for your logo (considering you probably have more images on the page) and use the following for putting it in the corner via css





.[defined class] {


position:absolute;


top: 0px;


right: 0px;


}





to add a class to the logo, just add the tag[ class="" ]


HTML: When i put an image in my table there is a white area around the image. How do i get rid of it?

I am taking internet programming but do not know much.

HTML: When i put an image in my table there is a white area around the image. How do i get rid of it?
adjust the cellpadding or cellspacing.





table cellpadding="0" cellspacing="0"





if that does not work there could be margins or padding assigned to the image or table cell.
Reply:I'm not exactly clear on what you want to do. If your image is not a square or rectangle, unless you turn your image into a transparent gif, all images will otherwise display inside of a rectangle with a white background.





It doesn't matter whether you display your image in a table or not. Unless your image background is the same color as your table cell background or your page background, your images will always have a white background.





Here's a link to a good tutorial on how to save an image as a transparent gif for the web. Gif images, transparent or otherwise can only display 256 colors so the results are somewhat limited. But, it may be just the solution to your problem.





http://www.absolutecross.com/tutorials/p...





If you are experienced with png images, you could also save your image as a 24-bit png, but because Internet Explorer 6 and lower doesn't support transparent png images directly, it would still take 50 or so lines of a javascript workaround script code to force older IE browsers to display pngs without the white background.
Reply:make the image the same size as the table, or vice versa, make the table the same size as the image, therefore you will get no whitespace between the image and the tables borders.





If you could please do us a favor and post the size of the table (width="" height="") and the image (### x ###) we can see if this is the case and then change it around for you.
Reply:try changing the margin or padding property of the table.


How do I change an mp3 file into HTML code for use on myspace?

I would like to use my own music on my myspace page and in the help page at myspace it says to create the code then cut and paste to my page. The problem I'm having is that I have no idea how to mess with html. I have downloaded several programs that claim to help but all they have helped me get is a headache. Please Help Me!!!

How do I change an mp3 file into HTML code for use on myspace?
first, upload your file somewhere. geocities dont accept .wma or .mp3. what i did was convert the mp3 song into flash so it is now a .swf file. geocities accepts .swf files. further more, by converting to .swf, you can set the sound quality. remember the higher the quality, the bigger the file size..





you must consider those people who are not using broadband and wish to view your site. they will be frustrated and may not hear the song be





%26lt;object width="1" height="1"%26gt;


%26lt;param name="movie" value="http://www.geocities.com/youruser...


%26lt;embed src="http://www.geocities.com/youruserid... width="1" height="1"%26gt;


%26lt;/embed%26gt;


%26lt;/object%26gt;
Reply:You can't actually change the MP3 file into HTML. I do not use myspace codes but I assume how it works is that you find a site that hosts the song that you want to play in your profile and allows you to use their bandwidth on myspace. Many sites are specifically for myspace and freely give out myspace html codes for this very purpose.
Reply:IMBED SRC="then your source.mp3%26gt;


yeah das how u do it!!! or try to go to music an den itll tell u a whole latta stuff!!!!
Reply:%26lt;IMBED SRC="then your source.mp3%26gt;





That SHOULD work.
Reply:firstly, you got to upload your mp3 to http://www.upload2.com/.


here..upload your file.





then, take note of the mp3 link and copy and paste into this code..


%26lt;embed


src="here you paste your mp3 file"


width="50%"


height="50%"%26gt;


%26lt;/embed%26gt;





More information about how to put sound into your web is here%26gt;


http://www.w3schools.com/media/media_bro...





Good luck!

love song lyrics

What is the HTML code for adding your own header image in Livejournal?

The theme style is Mixit for an old basic account. Also, I have no idea if the CSS uses S1 or S2.

What is the HTML code for adding your own header image in Livejournal?
To my knowledge, Mixit is only available as an S2 style. In the S1 system, you had to use a series of codes/overrides to change the style, unlike the html/css you can use in S2.





As for adding a header, this community might help you:


http://community.livejournal.com/s2expre...





There's also a post on how to change the header image here:


http://community.livejournal.com/s2howto...





I'm currently using a variation of a Mixit layout from here:


http://community.livejournal.com/thefulc...


In my opinion, they're some of the best layouts around - and the designer, grrliz, makes it really easy to alter things such as the header.