Log In · Register

 
how do you do this?
n00b
post Sep 9 2006, 06:34 PM
Post #1


Hello My Name Is INSERT HERE
******

Group: Member
Posts: 1,372
Joined: Apr 2006
Member No: 394,903




how do you get rid of the modules under the song,last login box,and url box and make your own modules with whatever you want them to say?
 
 
Start new topic
Replies (1 - 13)
freeflow
post Sep 9 2006, 06:53 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



The last login shows. So far you can't remove it unless you use this script:
http://www.createblog.com/scripts/download.php?id=223
The url box shows.... if you don't want it use this:
http://www.createblog.com/scripts/download.php?id=364
You don't need custom modules to do that. All you have to do is write it in your interests section except hide the words and make more interest sections:
CODE
.lightbluetext8, .whitetext12{ display: none;}

http://www.createblog.com/scripts/download.php?id=29
 
n00b
post Sep 9 2006, 06:57 PM
Post #3


Hello My Name Is INSERT HERE
******

Group: Member
Posts: 1,372
Joined: Apr 2006
Member No: 394,903



thanks but i didnt need the codes to hide the url box and stuff!
sorry that i made it sound that way!
and well if i hide the titles how do i make them say "navigation" and stuff instead?
 
freeflow
post Sep 9 2006, 06:59 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Now I'm lost...kinda..sorta..eh sorry.

Anyways to make the words like navigation you can do them in a program or you can do font classes. _smile.gif

You can learn about font classes here:
http://www.createblog.com/scripts/download.php?id=99

If you make an image all you do is :
<img src="urltoimage"><br>
Then write the text below. You can also position it to the left or right:
<img src="urltoimage" align="left"><br>
or replace left w/ right.

Yes sir.
 
n00b
post Sep 9 2006, 07:08 PM
Post #5


Hello My Name Is INSERT HERE
******

Group: Member
Posts: 1,372
Joined: Apr 2006
Member No: 394,903



sorry for confusing you.
what i really wanted to know is how to get rid of music/heroes/films/books and have modules like the ones that say navigation/note/whorecode instead.
i said that just to make sure if the stuff you told me to do was correct _unsure.gif
since i tried to explain it better.
 
freeflow
post Sep 9 2006, 07:21 PM
Post #6


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Basically you want a customized , better looking, borderless this right:
http://www.myspace.com/poopietest

(with or w/o the left tables)


Si o No?
=]
 
n00b
post Sep 9 2006, 07:33 PM
Post #7


Hello My Name Is INSERT HERE
******

Group: Member
Posts: 1,372
Joined: Apr 2006
Member No: 394,903



yesyes that!
 
freeflow
post Sep 9 2006, 07:49 PM
Post #8


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Heres my code um you can work with it and make it your own?
Well heres what I used if you do:
CODE
<style type="text/css">
.lightbluetext8, .whitetext12{ display:none;}
body, tr, td , table{background-color: FFFFFF;}
.a {move left column}
embed, object,
table table table {visibility: visible; border: 0px solid 000000;}
table table table{visibility: visible;}
table, tr, td {background-color: transparent; border: 0px; padding:2;}
table table {border: 0px;}
table table table table{border: 0px;}
.a {move right column}
td.text table {visibility: hidden;}
td.text table table {visibility: hidden;}
.contacttable{display:none}
.hidethem {visibility:hidden; display:none;}
.color1{
font-size: 10px;
font-family: arial;
color: FFFFFF;
background-color: 999999;}
</style>


I didn' customize fonts or anything so if you use that code you need to kinda add it yourself.

um heres what I put in my interests:
CODE
<p align="left"><font size="10">TITLE GOES HERE</font></p><br>
<div class="color1">
texty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty textytexty texty</div>


and in my heros:
CODE
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
<td>
<div class="hidethem"><table><tr><td><table><tr><td>


That code can pretty much get you started?
 
n00b
post Sep 9 2006, 08:30 PM
Post #9


Hello My Name Is INSERT HERE
******

Group: Member
Posts: 1,372
Joined: Apr 2006
Member No: 394,903



ok it all works but it wont let me write anything in my about me
 
freeflow
post Sep 9 2006, 11:25 PM
Post #10


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Because about me's hidden. You have to take this part out:
CODE
.a {move right column}
td.text table {visibility: hidden;}
td.text table table {visibility: hidden;}
.contacttable{display:none}
 
n00b
post Sep 10 2006, 12:28 AM
Post #11


Hello My Name Is INSERT HERE
******

Group: Member
Posts: 1,372
Joined: Apr 2006
Member No: 394,903



okay, last thing!
when i try to make the extra modules how do i change the background color and stuff from that grey color?
and also what part of the code do i remove to keep the titles above the modules that i just made? because something in the code is hinding the title
sorry for making you go through all this trouble wacko.gif
 
freeflow
post Sep 10 2006, 12:46 AM
Post #12


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



For the gray color I used divs. You cand ot hat too. You would change this part:
CODE
.color1{
font-size: 10px;
font-family: arial;
color: FFFFFF;
background-color: 999999;}


If you want more boxes w/ diff color you can add:
CODE
.color2{
font-size: 10px;
font-family: arial;
color: FFFFFF;
background-color: 999999;}

.color3{
font-size: 10px;
font-family: arial;
color: FFFFFF;
background-color: 999999;}


etc just add more. Then you would do:
CODE
<div class="color#">
TEXT</div.

Make sure you change # to the number.

And what do you mean whats hidden? The two titles that are hidden are you interests titles.
 
n00b
post Sep 10 2006, 01:18 AM
Post #13


Hello My Name Is INSERT HERE
******

Group: Member
Posts: 1,372
Joined: Apr 2006
Member No: 394,903



thanks! and like i mean when i try to have the extra tables: example: the title "navigation" on that example image it's hidden like the part "TITLE GOES HERE" whatever you put there doesnt show up
 
freeflow
post Sep 10 2006, 01:24 AM
Post #14


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



What did you try putting?
Did you take out these parts:
<p align="left"><font size="10"></font></p><br>

If your using an image , which I think is easier you would replace:
<p align="left"><font size="10">TITLE GOES HERE</font></p><br>

with :
<img src="urlhere">

But if you can't even see the words "title goes here" you need to post your myspace codes because somethings hiding it.
 

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