Ok, i know how to put a border or a text box around alll of your myspace page but what i`d like to know is how you put a border or a text box around a few words or a paragraph thats on your page?
i`ve seen other people do it %26amp;%26amp; i found the code once but i wasn`t looking for it at the time so i know it exists lol...
if there`s anyone who could help i`d appreciate it. =]
How do i put a border around a paragraph of text in myspace?
You could do it with a div... They are very cool. You can even make it scrollable! Try this.
%26lt;div id=1 style="background-color: #000000; padding=0px; border: #00000 1px solid; " %26gt;
Words
%26lt;/div%26gt;
go here for more info on div layers if that doesnt work or if you want to get more advanced: http://www.lissaexplains.com/html7.shtml
How do i put a border around a paragraph of text in myspace?
Could you not use css? %26lt;p style="border: 1px solid #000;"%26gt;My words go here.%26lt;/p%26gt;
How do i put a border around a paragraph of text in myspace?
u go to the edit profile space and write what ever u want in the spce u want it in...
How do i put a border around a paragraph of text in myspace?
For a border around a paragraph:
%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