Question about the interest side and code., Explained inside |
![]() ![]() |
Question about the interest side and code., Explained inside |
![]()
Post
#1
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2008 Member No: 701,083 ![]() |
I was coming across through all of the Myspace scripts when I came upon a script I liked. I am using it on my myspace now, but on the script there was an image and on the interests side there was the text, on top of an underline and it was very long, like a divider. I have been trying to use dividers and the underline code, but it doesn't seem to work. Here's the image below.
![]() Help! Ha, thanks! |
|
|
![]()
Post
#2
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Okay, you know how you do the headers? Underneath it goes the content. Use this code for whenever you include content:
CODE <style> .content {border-top:1px solid; border-color:ffffff;} </style> <p class="content"> PUT CONTENT HERE </p> So then your codes should look something like this whenever you use it: CODE HEADER
<p class="content"> asdf </p> HEADER <p class="content"> gh </p> HEADER <p class="content"> jkl; </p> |
|
|
![]()
Post
#3
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2008 Member No: 701,083 ![]() |
Ok, I have that. Here's what I am doing now.
CODE <style> .content {border-top:1px solid; border-color:ffffff;} </style> Contact Me <p class="content"> <p><center>Test <center>TEST </p> When I am using it though, the header is not on the line. There's a space between them. Is there anyway to fix this? Thanks! |
|
|
![]()
Post
#4
|
|
![]() Treasure Pleasure ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Head Staff Posts: 11,193 Joined: Oct 2005 Member No: 281,127 ![]() |
Okay, do it the opposite way instead. Add the border on the header, so it should look like this:
CODE <style>
.header {border-bottom:1px solid; border-color:ffffff;} </style> <p class="header">Contact Me</p> <center>Test TEST</center> |
|
|
![]()
Post
#5
|
|
Member ![]() ![]() Group: Member Posts: 22 Joined: Nov 2008 Member No: 701,083 ![]() |
Ok, thank you so much! :D
|
|
|
![]()
Post
#6
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 8,629 Joined: Jan 2007 Member No: 498,468 ![]() |
Topic Closed & Moved
|
|
|
![]() ![]() |