suicide-boy Posted September 20, 2007 Share Posted September 20, 2007 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 More sharing options...
SuperBlue Posted September 20, 2007 Share Posted September 20, 2007 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> Link to comment https://forums.phpfreaks.com/topic/70048-the-most-simplest-thing-and-im-stuck/#findComment-351797 Share on other sites More sharing options...
tippy_102 Posted September 22, 2007 Share Posted September 22, 2007 I'm not familiar with myspace, but are you looking for how to make a tooltip? Here's how to do it in css: http://psacake.com/web/jl.asp Link to comment https://forums.phpfreaks.com/topic/70048-the-most-simplest-thing-and-im-stuck/#findComment-352769 Share on other sites More sharing options...
cha0sriderx Posted September 23, 2007 Share Posted September 23, 2007 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. Link to comment https://forums.phpfreaks.com/topic/70048-the-most-simplest-thing-and-im-stuck/#findComment-353270 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.