Can anybody help me with BASIC HTML? ...pls.?
i was browsing around the net and i saw this band's page, and it had forms that allowed people to paste their banners or photos on other sites. And i wanted to know how i could do that.
Public Comments
- try plugboard.org
- google "html tags list" and one of the 1st page choices is a list of almost ALL the tags
- You'd need some server side scripting to handle this. Most server hosting providers use PHP because it's open source. It's not too complicated to learn. I'd find out what programming language your hosting provider supports (might be ASP), then do a search on [programming language] upload image.
- If it was like a little box that you could cut, delete, copy and paste, its called a textbox. You can make one by doing this: Put your opening bracket so it is like this; < Then, type in after that bracket textarea, so it looks like; <textarea Then add your last bracket, it should look like this; <textarea> Then, put you code in it and then close the textarea by ending the tag like this; </textarea>
- Here's a site I found when I wanted to change some things in my MySpace site. Scroll down towards the bottom of the page. It's a basic tutorial on HTML. Hope this helps.
Powered by Yahoo! Answers