Log In · Register

 
Question about the interest side and code., Explained inside
hackinnathan
post Nov 30 2008, 09:00 PM
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!
 
 
Start new topic
Replies (1 - 5)
Mickey
post Dec 1 2008, 08:13 AM
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>
 
hackinnathan
post Dec 1 2008, 12:16 PM
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!
 
Mickey
post Dec 1 2008, 03:35 PM
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>
 
hackinnathan
post Dec 1 2008, 05:04 PM
Post #5


Member
**

Group: Member
Posts: 22
Joined: Nov 2008
Member No: 701,083



Ok, thank you so much! :D
 
manny-the-dino
post Dec 1 2008, 05:06 PM
Post #6


Senior Member
*******

Group: Administrator
Posts: 8,629
Joined: Jan 2007
Member No: 498,468



Topic Closed & Moved
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: