Shoutbox

Myspace (Could Be HTML) Issue - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: Myspace (Could Be HTML) Issue (/showthread.php?tid=66765)

Myspace (Could Be HTML) Issue by Joe on 09-29-2006 at 02:54 AM

err...
www.myspace.com/atownjoe

I want to be able to trunctuate the line length in my myspace comments.. i dont' want to delete them, I just want them to have line breaks, so can I set the maximum width so that the words automatically start on a new line sooner?


RE: Myspace (Could Be HTML) Issue by Funness on 09-29-2006 at 03:51 AM

Can be done with both css and html


RE: Myspace (Could Be HTML) Issue by MC Inferno on 09-30-2006 at 11:18 AM

html line break = <br>


RE: Myspace (Could Be HTML) Issue by Joe on 09-30-2006 at 05:53 PM

I need to make my comment table a specific size so the words will wrap into another line.

If anyone knows how to accomplish this with the limitations of myspace. help me out please



Posts: 750
Thanks Marr!


RE: Myspace (Could Be HTML) Issue by Nathan on 09-30-2006 at 07:16 PM

The valid xhtml version would be <br />
and to wrap it
use something like this:
#content {
height: 125px <-- can use % instead of px
width: 50px <-- "                                       "
overflow: visible;
}

That should do it.
but make sure the table/div has th id of the name you put it as ;)