<IMG> and <a href=""> don't work! |
<IMG> and <a href=""> don't work! |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2007 Member No: 541,822 ![]() |
hi!
i cant put images or link on my myspace! when i write it in my myspace code it will not shown on my myspace site :( background in tables also not working :( what can i do now? www.myspace.com/handsupforunisex greetings |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 371 Joined: Jun 2007 Member No: 530,773 ![]() |
You need to put in here your code so I can see what's wrong.
|
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2007 Member No: 541,822 ![]() |
sorry for chaos!
CODE </td></tr></table></td></tr></table></td></tr></table></div> <style> BASIC INSTRUCTIONS: You can delete this section from the code if you don't need it, but it won't affect the looks of your profile in any way. For every div class (.div1, .div2, etc) you will notice a lot of common properties. To move the layer, use: ** margin-top to move it up and down ** margin-left to move it left and right margin-left begins from the center of your page. If you set it to 0px, the top left corner of the div will be located in the center of the profile. If you want the layer in the center of your profile take the width of the div, divide it by 2, and multiply it by -1. (In other words, divide it by 2 and make it a negative number.) For example, your div is 400px wide. Give it a margin-left of -200px and the div layer will sit in the middle of the screen. Now, if you want to move it somewhere else, you will have to experiment with the position. margin-top should be no less than 150px since anything above that may overlap the MySpace advertisment. The rest is self explanatory, width for width, height for height, colors and so on. Style and Format: The divs will automatically align everything to the center, in order to make the text and pictures aligned to right or left, look for "text-align:center;" and replace center with left, right, or justify. If you want your comments to flow automatically rather than have them stuffed in a scroll box, look for the comments selector, named .comt {} inside .comt, you will fine overflow:auto; change auto to overflow:none; To move the personal song player, look for the embed {} To add a background image to each div (box), add this to your div selector:
background-image:url(URL to background); background-position:center center; background-repeat:repeat; background-attachent:scroll; Good Luck! bbz Overlay Model Generator v0.5 bbzSpace dot com </style> <style> .test { visibility:visible !important; height:auto; width:700px; } .pic { visibility:visible !important; height:140px; width:500px; background-image:url(http://digitaldj.biz/bla.png); } </style> <br><br><br><br><br><br><br><br><br><br><br> <div class="test"> <div class="pic" align="center"></div><a href="">ich bin ein link</a> </div> <table width="700" border="0" cellspacing="0" cellpadding="0"> <tr> <td><div align="center"><table style="background-image:url("http://digitaldj.biz/border.png"); height:150px; width:500px;" border="0" cellspacing="0" cellpadding="0"> <tr> <td> </td> </tr> </table></div> </div><br /> hallo </td> </tr> </table> <style>.zentriert {text-align:center;} .a {hide red music bar} .navbar img {display:none;} div table {background-color:transparent !important; border-bottom:0px !important;} div td {font-size:1px; letter-spacing:-10px;} div td td {font-size:11px; letter-spacing:0px;} </style> <style type="text/css"> body {background-color:ffffff; background-image:url("http://digitaldj.biz/png.png"); background-repeat:repeat-x; background-position:top; background-attachment:fixed; margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; } td, .text, div, input {color:8f8f8f !important;} a {color:33455 !important;} img {border:0px;} table, tr, td {background:transparent; border:0px;} img, .contactTable { display:none; } .bbzContainer img, .comt img { display:inline; } table div, td td td, table div div { visibility:hidden; } font, a, .bbzsc a { visibility:hidden; } marquee { visibility:visible !important; } .bbzComment { This is where you control the position of the player. } table table embed {display:block; width:500px; height:35px; position:absolute; top:0px; left:0px; visibility:visible;} table table table embed, .bbzContainer div embed {position:static !important; width:1000px; height:auto; } .text, table table table table a, table table table table div,table table table table div a {visibility:visible;} .bbzComment { You selected to hide comments. } .bbzsc { display:none; } .text, td.text td.text table, .contactTable, .lightbluetext8 {display:none;} table table, table table td {padding:0px; height:0px;} .div1 { background-color:ff0000; color:FFFFFF; border:0px solid; border-color:000000; width:1000px; height:600px; overflow:auto; position:absolute; z-index:2; left:50%; top:0%; margin-left:30px; margin-top:5; text-align:center; visibility:visible;} marquee { z-index:8; } table div, span, td td td, table div div { visibility:hidden !important; } .bbzContainer div, .bbzContainer div font, .bbzContainer div a, .bbzContainer div div, .bbzContainer font a, .bbzContainer span, .bbzContainer div table a, .bbzContainer div table img, .bbzContainer div table font, .bbzContainer div table, .bbzContainer div table td, .comt, .comt td, .comt span, .comt a, .comt div {visibility:hidden !important;} .bbzDiv {content:"Overlay Generator beta";} </style> <style type=text/css> div table td font {display: none;} </style> </table> <div style="display:none;"><table><tr><td><table><tr><td><table><tr><td> |
|
|
![]()
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 ![]() |
lol i dont even see any image codes in there.. or link ...
anyway, ummm it's not <img> ? it's <img src="URL"> for the image. replace url with the url and it must end with an image extension (.png, .jpeg, .gif, etc) as for the url, i'm not sure, but <a href="url">TEXT OF URL</a> should be right... hm. edit: wait, i see it. umm, it should be <a href="link">blah</a> you dont have the link..? |
|
|
*karmakiller* |
![]()
Post
#5
|
Guest ![]() |
The reason your background images don't work is because you have this:
QUOTE background-image:url(URL to background); which should be this: QUOTE background-image:url('URL to background'); Image: CODE <img src="http://IMG"> Text link: CODE <a href="http://URL">NAME</a> Image as a link: CODE <a href="http://URL"><img src="http://IMG"></a> Make sure that you're putting the links and images in the right place. |
|
|
![]()
Post
#6
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2007 Member No: 541,822 ![]() |
hi!
i put in the links on the right place. and i know what <a href="URL">bla</a> and <img src="URL"> is. i just said it dont work on my myspace site. i add a href="http://blablabla.com">click</a> but i can't see "click" n my site. if i add an img like <img src="http://bla.com/img.jpg"> it do not work! i cant see the image on the site... greetings. |
|
|
![]()
Post
#7
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2007 Member No: 541,822 ![]() |
*push*
|
|
|
*tripvertigo* |
![]()
Post
#8
|
Guest ![]() |
need to see the code with your actual links and images in them before i can tell you what you did wrong.
|
|
|
![]()
Post
#9
|
|
Newbie ![]() Group: Member Posts: 8 Joined: Jul 2007 Member No: 541,822 ![]() |
its the code from this post!
see on the top #3 http://www.createblog.com/forums/index.php...t&p=2637713 |
|
|
*digitalfragrance* |
![]()
Post
#10
|
Guest ![]() |
^ No, you haven't posted the code with your links editted. We just see the base code:
<a href="">ich bin ein link</a> With no URL. We need to see the editted version to see what's going wrong. Also, I don't see any img src codes that you were talking about in your code. Like Trish (tripvertigo) said, we need to see your FULLY EDITTED code to help you. Anyway, just something that might make a section of your coding work: CODE background-image:url(http://digitaldj.biz/bla.png); Make sure you place single quotes around the URL - like this: CODE background-image:url('http://digitaldj.biz/bla.png');
|
|
|
![]() ![]() |