Jump to content

The most simplest thing and I'm stuck


suicide-boy

Recommended Posts

The answer is probably simple and I also probably know how to do it.

 

I was wondering how do I create a small box with a banner or whatever code in it? Think myspace bands and their banners.

 

Is it something like:

 

<text area = "...">

 

I apologise in advance for being such a n00b and I know I porbably wrote that bit wrong.

Link to comment
https://forums.phpfreaks.com/topic/70048-the-most-simplest-thing-and-im-stuck/
Share on other sites

The answer is probably simple and I also probably know how to do it.

 

I was wondering how do I create a small box with a banner or whatever code in it? Think myspace bands and their banners.

 

Is it something like:

 

<text area = "...">

 

I apologise in advance for being such a n00b and I know I porbably wrote that bit wrong.

 

Will a Div do it for you?

 

<div class="box">Content goes here.</div>

if you mean the box they use to put the link code so you can affiliate or link them.

 

<textarea name="link" cols="17">
put the link code here
</textarea>

 

'cols' is how big you would like the textarea to be.

 

maybe an example of a myspace with the box would help.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.