Hi, I was just wondering if anyone knew how to put a box or a border around text in myspace. I've googled it a thousand times and I can't find anything.
An example of what I'm looking for is at
http://www.myspace.com/mehliceah
See how she's put a 1 px border around her navigation and about me, I'd like to have that on my myspace, also if you know, I'd appreciate it if you could tell me how she hid her ad, and how she made her navigation table.
Thanks so much, I've been looking around for ages but couldn't find it =[
How do you put a border around text on myspace? Textbox?
You can change the black to what ever colour you want
Border Around Entire Page
%26lt;style type="text/css"%26gt;body {border: 10px solid BLACK;}%26lt;/style%26gt;
--------------------------------------...
Change BORDERCODEHERE to the below code you like. table table and table table table may be the only ones with border codes. The rest may have border: none.
%26lt;STYLE type=text/css%26gt;
body, table, td {
BODERCODEHERE float:center;
margin-left:2px;
background-color:transparent;
font-family:tahoma;
font-size:8pt
}
table, tr, td {background-color: transparent;
BODERCODEHERE;
padding:2;
direction:ltr }
table table {BODERCODEHERE}
table table table {BODERCODEHERE
background-color:transparent;
padding:2 }
table table table table {BODERCODEHERE}
%26lt;/STYLE%26gt;
--------------------------------------...
Solid Border
border: 1px solid BLACK;
--------------------------------------...
Dashed Border
border: 1px dashed BLACK;
--------------------------------------...
Dotted Border
border: 6px dotted BLACK;
--------------------------------------...
Double Border
border: 3px double BLACK;
No comments:
Post a Comment