i have seen a Line wraped all the way around text like a rectangle or square on myspace.
usually used for navigation links and top friends.
what is the code for this?
How do you wrap a LINE around text on myspace?
For that, if you remember the persons URL then you can go to their page and use VIEW %26gt; SOURCE to figure out the code.
How do you wrap a LINE around text on myspace?
%26lt;p style=" border-right: black thin solid;
border-top: black thin solid;
border-left: black thin solid;
border-bottom: black thin solid;"%26gt;Hello%26lt;/p%26gt;
For a border around words:
%26lt;span style=" border-right: black thin solid;
border-top: black thin solid;
border-left: black thin solid;
border-bottom: black thin solid;"%26gt;Hello%26lt;/span%26gt; World!
Change the color to whatever you want.
No comments:
Post a Comment