
| | |||||||
| Website Development HTML, traffic, hosting, and more... this is the forum for every webmaster. |
Register Now for FREE! | |||||
| |
| | LinkBack | Thread Tools | Display Modes |
| ||||
| I have virtually no knowledge of PHP, so if anyone could give me a good guide, that would help. However, I made this form for my mums new website: EmailMe Form - Registration How would I make it, so that when you type in the password box, the letters become dots/*. Thanks for your help. BP EDIT: Right, you can do thi in HTM, nevermind |
| Sponsored Links | ||
| |
| |||
| Here is some HTML snipits I've saved for background colors and Marquee attributes. They should also work with others: Code: <MARQUEE WIDTH="20%"> Hi There! <IMG SRC="graphics/idocs.gif" HEIGHT=33 WIDTH=82 ALT="Idocs Guide to HTML"> </MARQUEE> WIDTH: how wide the marquee is HEIGHT: how tall the marquee is DIRECTION: which direction the marquee should scroll BEHAVIOR: what type of scrolling SCROLLDELAY: how long to delay between each jump SCROLLAMOUNT: how far to jump LOOP: how many times to loop BGCOLOR: background color HSPACE: horizontal space around the marquee VSPACE: vertical space around the marquee |
| ||||
| Yeah, but I don't want to actually have a marquee. I only used that as an example, because I couldn't think of what else to do, except body. I just want to put a BGCOLOR attribute behind normal text. Unless I could make a completely still marquee, but that most likely won't work. Thanks for your help though. BP |
| |||
| Here you go: Code: <P>The due date is <FONT style="BACKGROUND-COLOR: yellow">next </FONT>week.</P> To test this, copy and past the following code in Notepad, and save as Test.html then open it with your browser and you'll see the text with the background color. Code: <HTML> <HEAD> </HEAD> <BODY> <P>The due date is <FONT style="BACKGROUND-COLOR: yellow">next </FONT>week.</P> </BODY> </HTML> |
| ||||
| Thanks alot man. How would you make it so the text changes background colour as the mouse passes over it? I've got it so far that when the mouse goes over it, it opens the page. I'll have to reinstall Dreamweaver I'll also need help with making a vertical Nav-Bar. Normally I use horizontal, but my mum wants a vertical one Thanks, BP
__________________ I am your friendly CompuForums moderator Last edited by blueparukia; 06-10-2007 at 05:01 AM. Reason: Double Post |