Log In · Register

 
 
Closed TopicStart new topic
Div help
Rudolphski
post May 4 2007, 08:19 PM
Post #1


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



suppose i image mapped a picture for my div picture, how would i go doing that, ive tried once but it was a webpage when i saved it, or should is be a picture format?
 
*WHIMSICAL 0NE*
post May 4 2007, 08:25 PM
Post #2





Guest






It depends on what program you used, but you should be able to open up the HTML code (in Notepad) and copy and paste it in your Myspace.
 
Rudolphski
post May 4 2007, 09:09 PM
Post #3


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



Where does it go in here:
<div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden;">
<img src="IMAGEURLHERE">
</div>
if its a html code
 
flaymzofice
post May 4 2007, 09:27 PM
Post #4


Senior Member
*****

Group: Member
Posts: 547
Joined: Dec 2005
Member No: 337,439



Yeah, pretty much in between the div tags so like this

CODE
<div class="bg" style="position: absolute; left:0px; top:0px; width:000px; height:000px; overflow: hidden; z-index:0;">

<img src="IMAGE URL" border="0" usemap="#Map">

<map name="Map">
  <area shape="rect" coords="XXX,XXX,XXX,XXX" href="URL">
</map>

<div>
 
Rudolphski
post May 5 2007, 09:46 AM
Post #5


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



ok when i export my picture, i get a htm (file:///C:/Users/Rudy/Desktop/msn.htm)
and a jpeg, which sould i use, when i click on the htm, it works like i want it to.
what should i do form here?
 
flaymzofice
post May 5 2007, 10:15 AM
Post #6


Senior Member
*****

Group: Member
Posts: 547
Joined: Dec 2005
Member No: 337,439



Sorry, I don't image map in ImageReady, I do it manually so someone who exports codes will have to help you out with that.
 
Rudolphski
post May 5 2007, 03:19 PM
Post #7


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



ok i found a program to help me with that, but i have another problem in positioning. the bottom links in my page are hidden by my div pic, what should i do? do i have to resize my pic or is there another way?
so far....<a href="http://www.myspace.com/blackkramer">mypage</a>

opps link didnt work

dammit, i mean top links
 
freeflow
post May 5 2007, 03:20 PM
Post #8


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

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



Just move your image div down.
 
Rudolphski
post May 5 2007, 03:20 PM
Post #9


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



well what i mean to ask is that is there a way to expand the space from the top links to the bottom links?
 
freeflow
post May 5 2007, 03:26 PM
Post #10


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

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



Nope, well atleast I don't think so. You can always keep the image covering them and just remake the links elsewhere on your layout.
CODE
<a href="URLTOLINK">NAME</a>

Put that in a div, and add in the links.
 
Rudolphski
post May 6 2007, 12:44 PM
Post #11


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



almost done, does any one know a html where i can just plug in my sn for adding me to friends or messaging me?
 
freeflow
post May 6 2007, 04:10 PM
Post #12


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

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



You don't add in your sn you add in your friendID. You can just copy the links out of this script.
 
Rudolphski
post May 6 2007, 06:21 PM
Post #13


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



got it, one of my last questions is that i cant get my comments in, do i have to put it in a separate div?
 
flaymzofice
post May 6 2007, 07:25 PM
Post #14


Senior Member
*****

Group: Member
Posts: 547
Joined: Dec 2005
Member No: 337,439



What do you mean you can't get your comments in? They won't show up? Or what?
 
freeflow
post May 7 2007, 08:31 PM
Post #15


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

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



Post your code and I'll show you. Most likely you didn't unhide them before trying to put them in a div. happy.gif
 
Rudolphski
post May 7 2007, 09:41 PM
Post #16


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



they wont show up when i put this:
<style type=text/css>
.comments {width:400px; overflow: none;}
.comments table {background-color: transparent;margin-top: -3px;}
.comments td {font-color: 000000; font-size: 11px; font-family: tahoma;}
table table td.text table td.text tbody table tbody td table td {display: none;}
td.text td.text table table table, td.text td.text table br, td.text td.text table .orangetext15, td.text td.text .redlink, td.text td.text span.btext {display:none;}
td.text td.text table {background-color:transparent;}
td.text td.text table td, td.text td.text table {height:100;padding:0;border:0;}
td.text td.text table table td {padding:3;}
td.text td.text table table br {display:inline;}
td.text td.text table td {font-size:0pt;}td.text td.text {height:0;}td.text td.text table b, td.text td.text table table td {font-size:8pt;}
</style>

<div class="comments" style="overflow:auto; width: 400px; height:280px; position: absolute; top:1124px; margin-left: 400px;"><center><table><table>..tr><td><table></center></div>

there is only the scroll bar
 
freeflow
post May 8 2007, 06:56 AM
Post #17


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

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



I meant the entire code, because the code you are using to hide your profile is proably hiding the comments. If you don't unhide them nothing works.
 
xTHExDUDEx
post May 8 2007, 12:13 PM
Post #18


Senior Member
****

Group: Member
Posts: 174
Joined: Apr 2007
Member No: 517,502



He posted his myspace link did he not? Just ctrl+f the source.

EDIT: @RudolphSki: HTML is rarely allowed in forums therefor using <a href for links in posts will not work. Instead, use BBcode:

CODE
[url]http://www.myspace.com/blackkramer[/url]
 
Rudolphski
post May 8 2007, 03:48 PM
Post #19


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



new prob, i used a new code and i only see my top friends, i would only like to see my comments,i used
<style type="text/css">
table table,table table table table,table table{background-color:transparent;width:;border:0px;}
div,table,tr,td,th{background-color:transparent;text-align:left;border:0px;}
a.navbar,font,.whitetext12,.btext,.orangetext15,.redbtext,.redtext,.blacktext12,
lightbluetext8,strong,.nametext,div b font font, div font font u,table table table table, table.contacttable{display:none;}
div table form tr td,td.text table,a.text, table div font a,table div div,{visibility:hidden;di-splay:none}
td.text table table {display:inline; visibility:visible;}
embed{position:absolute;top:0px;left:0px;display:block;width:0px; height:0;}
.comments{visibility:visible;width:398px; height: 280x;position:absolute;top:1123px;left:401px;
overflow:auto;background-color:transparent;
border:black 0px solid;z-index:2px;}
</style>

and

<div class="comments"><table><tr><td><table><tr><td>
 
Rudolphski
post May 8 2007, 04:06 PM
Post #20


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



nevermind i got it
 
Rudolphski
post May 19 2007, 08:06 PM
Post #21


Senior Member
***

Group: Member
Posts: 40
Joined: Jan 2007
Member No: 497,172



can anyone check my profile www.myspace.com/blackkramer because some say its an "Invalid user ID" and if it is how do i fix it?
 
freeflow
post May 19 2007, 10:49 PM
Post #22


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

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



Whats an invalid userID? That link works fine for me.
 

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