HTML - Image Zoom In Hidden Div
hey can you guys help me. i found this on the net and i want to use it but it doesnt work in IE. Can you guys look at the code and help me fix it?
here is the page. http://216.55.165.15/Ecommerce/Zoom.html Thank you guys very much. Similar TutorialsCan someone tell me why the image isn't zoomed all the way to its max when clicked on? You have to click on the zoomed image to get it to its max dimensions. Why does it do this and how do I fix it so it will max out in a separate window when you click on the thumb? I don't know how to write this Javascript stuff myself. Click on any image to zoom I'm having the toughest time trying to find how to do this and I know it can't be that hard! I want a stationary image cell that displays part of a larger image where the user can zoom in and out by scrolling and slide around the picture by dragging (kinda like how one interacts with Google Maps). Any Ideas? Hello! I am pretty new to HTML, but I was asked to make a webpage for my girlfriend's small business. What I want to do is copy the style used on the main image of this website: http://www.stellamccartney.com/. What I am looking to do is take an image and have it resize whenever I resize the browser window. If you can tell, the image is actually zooming in and out in order to maintain its correct ratio. I am not interested in copying anything else from this website, only the way the main image works. Looking at the source code has me baffled; I believe they wrote this using javascript, but I can't tell. If anyone knows how to create a similar effect as this site I would greatly appreciate the help. Thank you! Hello, I have a web page that has an image set as the background. http://www.theillusionist.ca/about.html - I used nested tables. Yes, I know, bad thing, but anyways, when I zoom in / zoom out the site the site does not look good. So I thought I would <div> tags, re-work the above page http://www.theillusionist.ca/atest.html and the same issue occurs. I just don't know what to do. Can someone give some solid advice or point me to a tutorial that would be great. Thanks. Hi, Maybe this has been asked a thounsand times in this forum, but I haven't been here for a while. I would like to know how this is done: You have a button with a thumbnail of a picture that you click and this zoom in in the same page, then you click it back to zoom out. Any help will be appreciated. Thanks on this site, when you put your mouse on an image, it enlarges, that seems better than have people click and it goes to another window. How is that done, I look a little for a java script to help, but I didn't find the mouse over one link below shows what I mean TIA http://www.redcrossstore.org/Shopper...8&LocationId=0 So i have implements cloud zoom from professor cloud and it seems to be working half the way. Here is what is supposed to be executing: http://www.professorcloud.com/mainsi...-zoom-test.htm But if you look at mine: http://enveme.com/index.php?/product/graphic-tee-dorm-1 The mouse over is not giving me the magnified view. I have contacted the coder himself but no avail. Can anyone help? HI, I want to design the website throw the html without use the javascript and use the zoom function in my site can i do this function without use the javascript. Either this is possible and you know html code about the zoom function then you reply this problem. Thank you for advance. Hi all ! I have a quick question regarding a scoreboard app I am writing that displays 3 numbers on a large VGA screen. The question deals with best practice to build this page. I am using Visual Studio and but not any specific ASP.NET controls. The display consist of one table with 3 cells. one cell onto, 2 cells below the top one. Since I do not know the exact resolution of the VGA screen where my web page will display I have ventured to play with the zoom. However, using the zoom seems to offset the page downwards, meaning it does not zoom centered (or from the middle if you like). The more zoom I apply from the html the larger the page becomes, but it also moves down on the VGA screen. I am running the page in browser kiosk mode. It also seems to be very tricky to make the page position itself on the very top of the browser window. Using tables a problem, and if so, should I go with CSS ?? Thanks for input and thoughts on this.. Anders well my issue comes when you try to use ctrl-mouswheel to zoom in or out on my page. works fine in ie8 and ff3, but not in chrome and safari. there isnt really a need for this to work, except the fact that no professional website should have such a major error. http:www. fab-tennis .com click the book a lesson tab, its the easiest way to tell since its the longest page i have. sorry for the bright colors. when you zoom in or out, the iframe which is usually fits exactly between my header and footer, shrinks to a small box maybe 500px in height instead of having height:100% of the table cell that it is in. i would reccomend trying the zoom on ff then try it on chrome or safari to see what im talking about. HTML Code: <html> <body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" bgcolor="#FFFF00" style="overflow-x: hidden; overflow-y: hidden;"> <link rel="stylesheet" type="text/css" href="css/basic.css" /> <!--[START HEADER]--> <div style="position:absolute; top:0px; left:0px; width:100%;"> <table align="center" class="Header" cellspacing="0" cellpadding="5" style="height:40px"> <tr align="center"> <td width="20%" class="headerLeft" id="1" onMouseOver="mouseOver(id)" onMouseOut="mouseOut(id)" onClick="onClick(id)"> home </td> <td width="20%" id="2" onMouseOver="mouseOver(id)" onMouseOut="mouseOut(id)" onClick="onClick(id)"> book a lesson </td> <td width="20%" id="3" onMouseOver="mouseOver(id)" onMouseOut="mouseOut(id)" onClick="onClick(id)"> biography </td> <td width="20%" id="4" onMouseOver="mouseOver(id)" onMouseOut="mouseOut(id)" onClick="onClick(id)"> qualifications </td> <td width="20%" class="headerRight" id="5" onMouseOver="mouseOver(id)" onMouseOut="mouseOut(id)" onClick="onClick(id)"> photos </td> </tr> </table> </div> <!--[END HEADER]--> <!--[START BODY]--> <table align="center" cellspacing="0" cellpadding="0" class="Body"><tr height="40px"><td></td></tr> <tr><td valign="middle" align="center"> <iframe name="iBody" id="iBody" marginheight="0px" marginwidth="0px" frameborder="0" scrolling="auto" allowtransparency="true" src="home.html" style="width:100%; height:100%; border:0px;"> BODY </iframe> </td></tr> <tr height="40px"><td></td></tr></table> <!--[END BODY]--> <!--[START FOOTER]--> <div style="position:absolute; bottom:0px; left:0px; width:100%"> <table align="center" class="Footer" cellspacing="0" cellpadding="5" style="height:40px"> <tr align="center"> <td width="20%" class="footerLeft" id="6" onMouseOver="mouseOver(id)" onMouseOut="mouseOut(id)" onClick="onClick(id)"> cancel lesson </td> <td width="20%" id="7" onMouseOver="mouseOver(id)" onMouseOut="mouseOut(id)" onClick="onClick(id)"> seven </td> <td width="20%" id="8" onMouseOver="mouseOver(id)" onMouseOut="mouseOut(id)" onClick="onClick(id)"> eight </td> <td width="20%" id="9" onMouseOver="mouseOver(id)" onMouseOut="mouseOut(id)" onClick="onClick(id)"> nine </td> <td width="20%" class="footerRight" id="10" onMouseOver="mouseOver(id)" onMouseOut="mouseOut(id)" onClick="onClick(id)"> ten </td> </tr> </table> </div> <!--[END FOOTER]--> <script type="text/javascript" src="javascript/basic.js"></script> </body> </html> Hi, I'm hoping someone can help me. I bought a website template and I thought I would be able to figure it out. I'm having a lot of difficulty in a lot of areas. But this particular issue is driving me crazy. I only have some basic HTML knowledge. I'm basically trying to make images on my site so when you click on them they enlarge. When you click on them again and they shrink back down. First of all, this is the template I used: http://www.templatemonster.com/flash...tes/24691.html And this is what I'm specifically trying to add to it: http://www.cabel.name/2008/02/fancyzoom-10.html Scroll down and click on the sample images. I followed the simple instructions on that page above but where it says Body ID=, I'm not sure what I'm supposed to put there. Also the image source code in the instructions is different then the code in my .xml file. My code looks like <image imageUrl="_home_images-1.jpg"/> I've literally spent the whole day on this trying to figure it out and searching online. If anyone can show me how this can be done I would REALLY appreciate it. I'm not sure what other info you need, but I could zip up the template and provide it if needed. (its only 5mb) Thanks in advance Sarah Hello, Can any one figure out how the search box and the logo in the attached webpage are not visible in the normal view mode, but it is in the edit mode? Try to open it with FrontPage. Thanks in advance Hey guys, need a little help with a site im playing with right now. I have a basic site (header, footer, nav, content, and promo area) i use ul, li, a for the nav. When i hover my navigation links it supposed to display black for 1st and second level, and i use the visibility element for anything higher than than. However when i hover i can see my navigation but alot of it is hidden behind my content. Any Ideas. Thanks In Advance for any help. P.S. Just another quick question i created my own java carousel and it works great but i want to add links in my nav to a specific "slide" in my carousel which i think woulod require a link to the page and to call a javascript function at the same time is this possible or is there another way to do it. Hey Guys, I am sure it is something stupid that i am doing but cant figure it out.. I have 3 pages A,B and C. Users go to A and enter a search criteria, Paage B gives the result, with action(delete), on clicking the link users are directed to page C with a back link to page B in case they want to delete more entries.. For some reason i cannot get the search criteria (from A) to be transfererd from B to C. Any help would be appreciated.. thanks.. Code on B HTML Code: <form method="POST" action="C.asp"> <input type="hidden" name="hdnSearchCriteria2" value="<%=strUpdateOption%>"> <input type="hidden" name="hdnSearchKey2" value="<%=strUpdateKey%>"> The response.write for strUpdateOption works fine... On page B I also have a link HTML Code: <a href=""../Delete/HdwDelete.asp?HdwID="& rs.Fields("ID") &" "">Delete Record</a> </Form> ON page C HTML Code: <% strSearchCriteria1 = Request.QueryString("SrchFor") strSearchCriteria1 = Request.Form("hdnSearchCriteria2") strSearchKey1 = Request.Form("hdnSearchKey2") ... i can read the strHdwID but not strSearchCriteria1 any suggestions ??? thanks tanmay Forgive me if this seems like a stupid question but I need help... I'm trying to do a simple online form that emails me the results from a few fields. Here is the code: Code: <form action="http://cm1web1/WebSurveyComponents/script/processform.asp" method="post"> <!-- Mandatory "hidden" objects --> <p> <input type="hidden" name="strInputElements" readonly value="Suggestion"> <input type="hidden" name="strInputElements" value="Name"> <input type="hidden" name="strInputElements" value="Email"> <input type="hidden" name="strInputElements" value="Business Unit"> <input type="hidden" name="intSendMode" readonly value="0"> <input type="hidden" name="strSendParms" readonly value="mark@website.com,CSPS Intranet Suggestion Box"> Name: <input type=text name="Name"> <br>(optional, but required if you would like a response to your comments or suggestions)</p> <p>Email: <input type=text name="Email"> <br>(optional) </p> <p>Business unit: <input type=text name="Business Unit"> <br>(optional) </p> <p> <textarea name="Suggestion" rows="12" cols="40">Write your feedback or suggestion here</textarea> <br> <br> <input name="Send" type="submit" value="Send"> <input name="Clear" type="reset" value="Clear"> </p> <p>(Unless you fill in your name and/or email, this form is completely anonymous)</p> </form> And the email I receive looks like this... Field = Suggestion Response = Write your feedback or suggestion here Field = Name Response = Field = Email Response = Field = Business Unit Response = The "Suggestion" field works fine, but the Name, Email and Business Unit fields all come through with blank responses. Any ideas? Thanks! Mark Hi guys, I have a drop-down navigation bar on my website for my school project. While I am creating the website, the drop-down have no problem overlaying the flash script in Firefox. But when I tested it in IE, it did not managed to overlay the flash script and the drop-down went to the back of the script instead. Can anyone advise me what to do? Thank you so much!!!! Much appreciated!!! My website is located at: http://17thstop.sg/demo/index.htm If you need any part of my script, feel free to ask! Hello, Just found out these forums, they are great! I have a small problem, but haven't find an answer yet. I'd like to have a text box in my webshop only diplayed if a customer selects a specific option. Please see the code below. The text box should remain hidden until a customer selects 'Color other'. Then the text box should appear, allowing the customer to enter the color he wishes. How can this be done? Many thanks for your help in advance! Marco Quote: <tr> <td width="30%" align="left" valign="middle">Color:</td> <td width="70%" align="left" valign="middle"> <select size="1" name="product3" onChange="mmCalc(this.form)" class="CLASS2"> <option value="Color blue:0" selected>blue</option> <option value="Color red:0" selected>red</option> <option value="Color other:0" selected>other</option> </select> </td> </tr> <tr> <td width="30%" align="left" valign="middle"></td> <td width="70%" align="left" valign="middle"> <input type="text" name="productItem" class="CLASS2"> </td> </tr> hi everybody, iam a learner, my mind got struck in this topic in xhtml.So i thought asking on this topic may help.Now here is the question, what are Hidden controls? what are the uses for hidden controls? and how they are used? I learned that they are used to store the form data submitted by user and send to next page while your form spans more than one page, but my mind is not so clear about this topic. so plz answer my question.plz dont paste links. Thanks and Regards. Hi there, I have a shopping cart website that i have almost completed apart from the search box function which I am told by the software authors is not working because somehow I have coded up one of my div tags (e_page) to show as hidden. Now I am not an expert on html and only self taught. I have tried many different things but I cannot get the generated source code to show the "e_page" div tag as visible at the following address: http://client.erolhosting.co.uk/bohemian/ Can anyone advise how I can do this? Many thanks I created an imagemap and then used a code to delete everything on my myspace. Then I inputted the image. My problem is that I would still like music to be playing (specifically, a player from projectplaylist.com) yet for the actual player not to be seen. I've tried it both visible and invisible, and nothing I do seems to work. the code for the imagemap is: HTML Code: <img src="http://aycu04.webshots.com/image/36643/2005878877534999389_rs.jpg" usemap="#Myspace layout" alt="" style="border-style:none" /> <map id="Myspace layout" name="Myspace layout"> <area shape="rect" alt="" coords="16,37,214,57" href="http://www.msplinks.com/MDFodHRwOi8vY29sbGVjdC5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1pbnZpdGUuYWRkZnJpZW5kX3ZlcmlmeSZmcmllbmRJRD0xMDg4NjA3MjYmTXlUb2tlbj1mZTBiZjVkOC1jNDE3LTQwYzMtYWMyZi02YmVmZmVjY2ZhOWI=" title="" /> <area shape="rect" alt="" coords="256,37,392,56" href="http://www.msplinks.com/MDFodHRwOi8vYmxvZy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj1ibG9nLkxpc3RBbGwmZnJpZW5kSUQ9MTA4ODYwNzI2" title="" /> <area shape="rect" alt="" coords="443,37,566,54" href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIudmlld0FsYnVtcyZmcmllbmRJRD0xMDg4NjA3MjY=" title="" /> <area shape="rect" alt="" coords="601,37,783,56" href="http://www.msplinks.com/MDFodHRwOi8vbWVzc2FnaW5nLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPW1haWwubWVzc2FnZSZmcmllbmRJRD0xMDg4NjA3MjYmTXlUb2tlbj0wZGQyNDc3ZS03OTZlLTQxYjEtODZjYS1jZGU0YTNlYTk1Mjc=" title="" /> <area shape="rect" alt="" coords="54,303,307,579" href="http://www.msplinks.com/MDFodHRwOi8vdmlld21vcmVwaWNzLm15c3BhY2UuY29tL2luZGV4LmNmbT9mdXNlYWN0aW9uPXVzZXIudmlld0FsYnVtcyZmcmllbmRJRD0xMDg4NjA3MjY=" title="" /> <area shape="rect" alt="" coords="368,360,459,451" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTExNTQzNjYxNSZNeVRva2VuPWE5MWJkMmFkLTE5ZjYtNDBiNC05MTllLTdjZDFjZGI1YzJmNg==" title="" /> <area shape="rect" alt="" coords="367,456,458,470" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTExNTQzNjYxNSZNeVRva2VuPWE5MWJkMmFkLTE5ZjYtNDBiNC05MTllLTdjZDFjZGI1YzJmNg==" title="" /> <area shape="rect" alt="" coords="476,360,567,451" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTk3MjAzNDM4Jk15VG9rZW49YTkxYmQyYWQtMTlmNi00MGI0LTkxOWUtN2NkMWNkYjVjMmY2" title="" /> <area shape="rect" alt="" coords="502,456,540,470" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTk3MjAzNDM4Jk15VG9rZW49YTkxYmQyYWQtMTlmNi00MGI0LTkxOWUtN2NkMWNkYjVjMmY2" title="" /> <area shape="rect" alt="" coords="583,360,673,451" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTE5ODkyNTgwNA==" title="" /> <area shape="rect" alt="" coords="605,455,651,471" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTE5ODkyNTgwNA==" title="" /> <area shape="rect" alt="" coords="694,496,786,586" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTEzNDcwNjAwOCZNeVRva2VuPTZjZWMxZjI1LTM4MDktNDg3ZC1hMTEyLTg1MWRjYjkzZDVlMA==" title="" /> <area shape="rect" alt="" coords="698,591,783,607" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTEzNDcwNjAwOCZNeVRva2VuPTZjZWMxZjI1LTM4MDktNDg3ZC1hMTEyLTg1MWRjYjkzZDVlMA==" title="" /> <area shape="rect" alt="" coords="583,496,674,586" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTY0ODcwNjMxJk15VG9rZW49NmNlYzFmMjUtMzgwOS00ODdkLWExMTItODUxZGNiOTNkNWUw" title="" /> <area shape="rect" alt="" coords="613,592,646,611" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTY0ODcwNjMxJk15VG9rZW49NmNlYzFmMjUtMzgwOS00ODdkLWExMTItODUxZGNiOTNkNWUw" title="" /> <area shape="rect" alt="" coords="501,593,542,605" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTUwNTg1MTYyJk15VG9rZW49NmNlYzFmMjUtMzgwOS00ODdkLWExMTItODUxZGNiOTNkNWUw" title="" /> <area shape="rect" alt="" coords="476,495,566,586" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTUwNTg1MTYyJk15VG9rZW49NmNlYzFmMjUtMzgwOS00ODdkLWExMTItODUxZGNiOTNkNWUw" title="" /> <area shape="rect" alt="" coords="382,592,443,608" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTM0MDA3OTY3Jk15VG9rZW49NmNlYzFmMjUtMzgwOS00ODdkLWExMTItODUxZGNiOTNkNWUw" title="" /> <area shape="rect" alt="" coords="369,495,459,586" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTM0MDA3OTY3Jk15VG9rZW49NmNlYzFmMjUtMzgwOS00ODdkLWExMTItODUxZGNiOTNkNWUw" title="" /> <area shape="rect" alt="" coords="704,456,776,473" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTg2NzAxMDYzJk15VG9rZW49NmNlYzFmMjUtMzgwOS00ODdkLWExMTItODUxZGNiOTNkNWUw" title="" /> <area shape="rect" alt="" coords="695,360,785,451" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTg2NzAxMDYzJk15VG9rZW49NmNlYzFmMjUtMzgwOS00ODdkLWExMTItODUxZGNiOTNkNWUw" title="" /> <area shape="rect" alt="" coords="667,644,786,666" href="http://www.msplinks.com/MDFodHRwOi8vZnJpZW5kcy5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdmcmllbmRzJmZyaWVuZElEPTEwODg2MDcyNiZNeVRva2VuPTZjZWMxZjI1LTM4MDktNDg3ZC1hMTEyLTg1MWRjYjkzZDVlMA==" title="" /> <area shape="rect" alt="" coords="123,1179,299,1195" href="http://www.msplinks.com/MDFodHRwOi8vcHJvZmlsZS5teXNwYWNlLmNvbS9pbmRleC5jZm0/ZnVzZWFjdGlvbj11c2VyLnZpZXdwcm9maWxlJmZyaWVuZGlkPTEwODc5ODM4Nw==" title="" /> <area shape="default" nohref="nohref" alt="" /> </map> the code for deleting the contents of the page is: PHP Code: <style type=text/css> embed, object { display: none } .contacttable, .whitetext12, .nametext, .lightbluetext8, .orangetext15, .blacktext12,.btext, .redtext, .redbtext { display:none; height: 0 !important; visibility:hidden; } td td td td { border:0px;width:0px;text-align:left; } table,td { padding:0px; width:0; background-color:transparent; } table table table { padding:1px; height:.01%; width:100%; } table table,table table table table,table,tr,td { height:0px !important; border:0px !important; } a.text,table div font a,table div div,.navbar font,tr td font { visibility:hidden; display:none; height:0px !important; } table table table table,table table table table td.text, td.text td.text table { display:none; } td.text table table { display:inline; visibility:visible; } table td table tr td.text table { visibility:hidden; } table td table tr td.text table table,table td table tr td.text table table td.text { visibility:visible; } </style> and the code for the playlist is: HTML Code: <div style="text-align: center; margin-left: auto; visibility:visible; margin-right: auto; width:450px;"><embed style="width:435px; visibility:visible; height:270px;" allowScriptAccess="never" src="http://www.profileplaylist.net/mc/mp3player.swf?tomy=http://www.profileplaylist.net/mc/config/config_black.xml&mywidth=435&myheight=270&file=http://www.profileplaylist.net/loadplaylist.php?playlist=538248" menu="false" quality="high" width="435" height="270" name="mp3player" wmode="transparent" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" border="0"/><BR><a href=http://www.profileplaylist.net><img src=http://www.profileplaylist.net/mc/images/create_black.jpg border=0></a><a href=http://www.profileplaylist.net/standalone/538248 target=_blank><img src=http://www.profileplaylist.net/mc/images/launch_black.jpg border=0></a><a href=http://www.profileplaylist.net/download/538248><img src=http://www.profileplaylist.net/mc/images/get_black.jpg border=0></a> </div> thank you to anyone who helps :] |