| View previous topic :: View next topic |
| Author |
Message |
fatstacks
Joined: 13 Dec 2005 Posts: 1
|
Posted: Tue Dec 13, 2005 11:51 am Post subject: PLEASE HELP!!! getting impatient w/ HTML |
|
|
| i made a banner for my page and i want to know how to post the HTML code on my page so people can add it to their page. all i can make it do is have the banner i created appear.. very new to html codes would greatly appericiate help... thank you! |
|
| Back to top |
|
 |
|
|
webmaster Site Admin

Joined: 17 Aug 2004 Posts: 3642 Location: Sweden
|
Posted: Tue Dec 13, 2005 1:26 pm Post subject: Re: PLEASE HELP!!! getting impatient w/ HTML |
|
|
Hi and welcome to DEVPPL.
One way is to post is in a textarea like this:
| Code: |
| <textarea><a href="#"><img src="image.jpg" alt="keyword" width="100" height="50"></a></textarea> |
You can then change some settings for the box, with adding styles to the textarea-tag, like this:
| Code: |
| <textarea style="width:400px;height:300px;"> |
|
|
| Back to top |
|
 |
Phate 500+ Club

Joined: 21 Nov 2004 Posts: 818 Location: 127.0.0.1
|
Posted: Tue Dec 13, 2005 11:33 pm Post subject: Re: PLEASE HELP!!! getting impatient w/ HTML |
|
|
| i think he was talkin about an image? |
|
| Back to top |
|
 |
|