| Monte on Dec 12, 2005 at 12:34:38 PM (# 1) I think my problem is that HTML and CSS aren't compatible, but I'm not positive.
?!?!?!
It's not a compatibility issue. Check out www.w3schools.com for more info on HTML & on stylesheets.
Is it the empty box below "view more pics"?
If that's the one, here are a couple of tips:
Here's a validator to try that will show you your "mistakes" with regard to your HTML code.
http://validator.w3.org/
Also, I'd check my path information, and make sure that the image is in the correct path.
For instance, take the code from http://www.eq2knowledge.com/images/avatars/Linkboximagemap.htm and put the the image where you want it to appear. That seems to be your problem. Seems you got some bad information from somewhere.
BTW...if that's your music on that site, it's good! Orothos on Dec 12, 2005 at 1:15:29 PM (# 2)The code I'm using is below:
<<style type="text/css">
.contactTable { width:300px !important; height:150px !important; padding:0px !important; background-image:url('http://www.eq2knowledge.com/images/avatars/linkboximagemap.htm'); background-attachment:scroll; background-position:center center; background-repeat:no-repeat; background-color:transparent;} .contactTable table, table.contactTable td { padding:0px !important; border:0px; background-color:transparent; background-image:none;} .contactTable a img {visibility:hidden; border:0px !important;} .contactTable .text {font-size:1px !important;} .contactTable .text, .contactTable a, .contactTable img {filter:none !important;}
.contactTable .whitetext12 {display:none;}</style> <style type="text/css">
BachusII on Dec 12, 2005 at 1:21:26 PM (# 3)This wouldn't be the problem eh? Nooo.
background-image:url('http://www.eq2knowledge.com/images/avatars/linkboximagemap.htm'); Orothos on Dec 12, 2005 at 8:07:43 PM (# 4)I tried changing it to the gif format, but the problem stays the same. So that's what I'm asking? What code do I need to be using? I'm so lost, heh. BachusII on Dec 13, 2005 at 12:54:19 AM (# 5)Correct URL? No. Paste that URL directly and you'll get a 404. eq2knowlwedge.com demands case sensitive URLs. Monte on Dec 13, 2005 at 6:25:56 AM (# 6)Refer to post #1.
For instance, take the source code from http://www.eq2knowledge.com/images/avatars/Linkboximagemap.htm and put the the image where you want it to appear. That seems to be your problem. Seems you got some bad information from somewhere.
<img name="Linkboximagemap0" src="Http://www.eq2knowledge.com/images/avatars/Linkboximagemap.gif" width="300" height="150" border="0" usemap="#Linkboximagemap" alt="" />
<map name="Linkboximagemap"> <area shape="rect" coords="5,10,119,30" href="http://Mail8.myspace.com/index.cfm?fuseaction=mail.message&friendID=7255919&Mytoken=8b3ba16b-07d8-45e9-9d4e-3663c6638ab9" alt=""> <area shape="rect" coords="4,30,131,48" href="http://www.myspace.com/index.cfm?fuseaction=invite.addfriend_verify&friendID=7255919&Mytoken=8b3ba16b-07d8-45e9-9d4e-3663c6638ab9" alt=""> <area shape="rect" coords="0,83,161,105" href="http://Mail8.myspace.com/index.cfm?fuseaction=mail.forward&friendID=7255919&f=forwardprofile&Mytoken=8b3ba16b-07d8-45e9-9d4e-3663c6638ab9" alt=""> <area shape="rect" coords="6,69,123,85" href="http://groups.myspace.com/index.cfm?fuseaction=groups.addtogroup&friendID=7255919&Mytoken=8b3ba16b-07d8-45e9-9d4e-3663c6638ab9" alt=""> <area shape="rect" coords="6,104,155,123" href="http://www.myspace.com/index.cfm?fuseaction=user.addToFavorite&friendID=7255919&public=0&Mytoken=8b3ba16b-07d8-45e9-9d4e-3663c6638ab9" alt=""> <area shape="rect" coords="3,122,102,141" href="http://www.myspace.com/index.cfm?fuseaction=block.blockUser&userID=7255919&Mytoken=8b3ba16b-07d8-45e9-9d4e-3663c6638ab9" alt=""> <area shape="rect" coords="107,121,196,141" href="http://www.myspace.com/index.cfm?fuseaction=RateImage.UserRating&UserID=7255919&Mytoken=8b3ba16b-07d8-45e9-9d4e-3663c6638ab9" alt=""> <area shape="rect" coords="4,48,142,67" href="javascript: void(0);" id="_ctl0_PageContent__ctl0_UserContactLinks1_MessageFriendLink" alt=""> </map>
|