Help hiding my profile..... |
Help hiding my profile..... |
Jul 3 2006, 04:10 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2006 Member No: 433,080 |
http://www.createblog.com/scripts/download.php?id=45
I went there, and this is what it does: http://www.myspace.com/amirghasemi I cant seem to get the damn thing to make my entire page white. help please, and thanks in advance |
|
|
|
![]() |
Jul 3 2006, 04:26 PM
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() Group: Member Posts: 123 Joined: Feb 2006 Member No: 368,723 |
you need to change the hight and width in the code.
|
|
|
|
Jul 3 2006, 09:20 PM
Post
#3
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2006 Member No: 433,080 |
yeah, that didnt help.
I want this : http://www.amirghasemi.com to show up on this: http://www.myspace.com/amirghasemi |
|
|
|
Jul 3 2006, 09:23 PM
Post
#4
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Use this :
CODE <style type="text/css"> table, tr, td {background:transparent;} table table table table, table table table table td.text, table.contactTable {display:none;} td.text table, .orangetext15 {visibility:hidden;} td.text table table {display:inline; visibility:visible;} td.text td.text table {display:none;} div b font font, div font font u {display:none;} .whitetext12 { display: none; } .nametext { display:none;} </style> Much better. I'll ask Holly, to submit it soon. So its easier than the other one. |
|
|
|
Jul 3 2006, 09:27 PM
Post
#5
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2006 Member No: 433,080 |
Use this : CODE <style type="text/css"> table, tr, td {background:transparent;} table table table table, table table table table td.text, table.contactTable {display:none;} td.text table, .orangetext15 {visibility:hidden;} td.text table table {display:inline; visibility:visible;} td.text td.text table {display:none;} div b font font, div font font u {display:none;} .whitetext12 { display: none; } .nametext { display:none;} </style> Much better. I'll ask Holly, to submit it soon. So its easier than the other one. That does work a lot better, but is there any way to get my webpage to be displayed on my myspace? |
|
|
|
Jul 3 2006, 09:32 PM
Post
#6
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
Make your webpage layout your myspace layout?
You would have to convert it to a myspace layout. Myspace doesn't allow iframes. |
|
|
|
Jul 3 2006, 09:41 PM
Post
#7
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2006 Member No: 433,080 |
Make your webpage layout your myspace layout? You would have to convert it to a myspace layout. Myspace doesn't allow iframes. yeah I know it doesnt allow iframes I just wasnt sure if there was a way to put in a code to make your myspace a blank html page so where i can put in my html codes. i have everything coded right, i just want to be able to put the code in my myspace page and have it display similar stuff. probably lost you, but in short, i want to be able to make my myspace look like my webpage. |
|
|
|
Jul 3 2006, 09:44 PM
Post
#8
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
You would have to code the divs like myspace divs. If you have um um image maps. Change them to slices . Image rollovers you do them differenlty. You would have to change all that.
Then use myspace css. And take out all the "#"'s out of your css. You can add some html features though. You can try your normal site css but not sure if it will edit everything Code divs: http://www.createblog.com/forums/index.php?showtopic=97397 As long as your divs , are coded that way with the coorinates in the css it will work. |
|
|
|
Jul 3 2006, 09:46 PM
Post
#9
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2006 Member No: 433,080 |
do you know how to do that div stuff, because I actually looked at that earlier and had no idea what was going on. I really want my webpage on my myspace.
|
|
|
|
Jul 3 2006, 09:52 PM
Post
#10
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
<style type="text/css">
.divnamehere{ position: absolute; width: #px; height: #px; top: #px; left: #px; } <s/style> <div class="namehere"> content </div> Place the coordinates too your divs in teh first code (basically edit the # sign to numbers that go with each feature). Then put the content that should be there where it says content. Do that for all your divs put that in I'd like to meet. |
|
|
|
Jul 3 2006, 10:00 PM
Post
#11
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2006 Member No: 433,080 |
<style type="text/css"> .divnamehere{ position: absolute; width: #px; height: #px; top: #px; left: #px; } <s/style> <div class="namehere"> content </div> Place the coordinates too your divs in teh first code (basically edit the # sign to numbers that go with each feature). Then put the content that should be there where it says content. Do that for all your divs put that in I'd like to meet. i dont even know what one "div" is. What would make up one div? |
|
|
|
Jul 3 2006, 10:01 PM
Post
#12
|
|
|
t-t-t-toyaaa ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 19,821 Joined: Apr 2004 Member No: 11,270 |
A div is the content. Like your sidebar can be one whole div. Your center section could be one whole div. A div makes up what you make it make up.
Example: http://myspace.com/xtoystore I have 2 divs . One for the right side. One for the left side. |
|
|
|
Jul 3 2006, 10:05 PM
Post
#13
|
|
|
Newbie ![]() Group: Member Posts: 7 Joined: Jul 2006 Member No: 433,080 |
A div is the content. Like your sidebar can be one whole div. Your center section could be one whole div. A div makes up what you make it make up. Example: http://myspace.com/xtoystore I have 2 divs . One for the right side. One for the left side. Thanks for helping out this whole time, I know I've probably had you a little frustrated, and I know you're probably going to say no, which is VERY understandable but... could you possibly make my code for me? again, if you don't, i wouldn't be disappointed. |
|
|
|
![]() ![]() |