HTML - Need To Figure Out File Path Where I'll Be Storing Images For Myspace Layout
Ok I had someone recently create me a new myspace layout.
We will be using various images for the layout that I will be changing myself from time to time. He needs to know the file path of where I'll be storing these images on my server so he can link all the images correctly. I guess for right now I was just going to use my home computer as the server & just get the hosting? What do you guys think? Also when creating the file path, none of the folders that I want to use can have a space between the folder name right? Like it must be: AcidTripMedia Not Acid Trip Media Right? I must take all of the spaces out of the names of the folders I want to use? Similar TutorialsSomeone asked me if I could make them graphic images and then do the coding for there myspace layout. Here's a layout they gave me to kinda get the feel they was wanting. http://www.myspace.com/SiNGiNDiVA Now I was wondering if it was possible to just use like 2 or 3 images if not just 1 to do this...instead of like the 30 they have here. Also I dont wanna like take the coding they are using word 4 word or whatever...but I dunno how to do it other wise and was wondering if someone could tell me how to do this. -Thanks for the help Hey guys, I'm new here I'm designing a band's MySpace profile, and I'm just wondering if someone could please help me use an existing band's profile as a template This is the band's profile: http://www.myspace.com/almariaband What I want is to know where to place what code in which section. CTRL+U really helps, but not when it comes to particular sections The profile sections a Headline: Bio: Members: Influences: Sounds Like: Website: Record Label: Label Type: I know only 2 or 3 are used, but just in case What I'd be doing is using that layout, but replacing all of the content myself, and probably modifying bits of the layout Thanks a lot Hope somebody can help! ~Mario Hi there, I am trying to make a music MySpace - I've got the basics there but I want to add the MySpace music player under the buttons. See he http://tinyurl.com/33gbayw Does anyone know how I can do this? Any help will be appreciated. Thanks! how do you make it so that the background on my costom layout does not repeat its self when i scroll down the page??? the code says this: background-position: top center;background-repeat: yes;background-attachment: scroll;} but when i switch the yes to no it still repeats Please view the thread here, as I am unable to copy it. E-mail any suggestions to sheehanmds@aol.com. Thank you! http://forums.htmlhelp.com/index.php?showtopic=8115 similar to this. http://groups.myspace.com/index.cfm?...5EEF8181551476 i can make all the graphics so thats not a problem but how do i make it? Hello guys, I'm not sure how to start this design out. If you'll take a look at the image below, I would like to design a page that just has text where the page is on the right hand side. What would be the best way to go about doing this? I want to be able to scroll if there is a lot of text (this is the light grey area), plus have the red tabs link to different pages. This isn't the final design, as I just wanted to highlight different areas for you to be able to see it better. Anyway, any suggestions you have on how to do this would be GREATLY appreciated. Thanks!! Howdy, I interning for a musician and part of my job is to make myspace bulletins. What I want to do is embed one of those little media players in my bulletins so the song plays when someone opens the bulletin up... the file is not on a website anywhere, it is on my computer in mp3 format (i believe) so here is my question(s) How do i get the mp3 in html format? and how do I embed a music player into a mysapce bulletin? ______________ notes: Through My Documents I've opened up the file in InternetExplorer in hopes that I could use that html address...... the media player DID show up in the Myspace bulletin, however, the music would not playback (when I hit the play button it just said "stopped." I've googled "embed media player in myspace" and other key words but i'm still not understanding nor am i finding the information i am looking for... _______________ I really want to learn how to this so any advice will be greatly appreciated! Cheers! feel free to IM me MSN: DJMi55ing@live.com AIM: (please ask) Hi, Greetings..! In the <img> can I refer to a system folder means I need to refer to a image that is in application data or home drive like %homedrive% or %appdata% will this work..? Thanks SaNv... I'm perfectly comfortable with file paths when going forwards but in my site i've got html files in sub folders and I want to be able to go back to the root. Example. In my main htdocs folder i've got my index and stylesheet But i've also got a folder called leagues and in that folder i've got a file called leaguetables.html. In the top of my /leagues/leaguetables.html file I want to be able to reference the stylesheet in the root folder but how do I call it? I want to avoid using the full website name e.g. http://mannyroadend.co.uk/stylesheet.css as that feels like bad programming so how's it done? Thanks. Hello, i'm having a problems of HTML layout on my website, anyway out there can helps me? i don't know how to uploaded images to show you guys but i already post it in my new blog i wish all of you can login and have a look on my problems.http://dubspro.blogspot.com/ Below is my coding i wish u guys can help me out thank you. <body> <table width="100%" cellpadding="" cellspacing="" border="0"> <tr> <td width="50%"> </td> <td> <table cellpadding="" cellspacing=""> <tr> <td colspan="3"> <img src="Final Year Project/heading.jpg" width="780" height="52" /></td> </tr> <tr> <td> <img src="Final Year Project/heading1.jpg" /></td> <td> <img src="Final Year Project/heading2.jpg" /></td> <td> <img src="Final Year Project/heading3.jpg" /></td> </tr> <tr> <td colspan="3"><img src="Final Year Project/heading4.jpg" /></td> </tr> <tr> <td colspan="3" > <table cellpadding="0" cellspacing="0" border="0"> <tr> <td><img src="Final Year Project/heading5.jpg" /> </td> <td><img src="Final Year Project/button1.jpg" /> </td> <td><img src="Final Year Project/heading6.jpg" /> </td> <td><img src="Final Year Project/button2.jpg" /> </td> <td><img src="Final Year Project/heading7.jpg" /> </td> <td><img src="Final Year Project/button3.jpg" /> </td> <td><img src="Final Year Project/heading8.jpg" /> </td> <td><img src="Final Year Project/button4.jpg" /> </td> <td><img src="Final Year Project/heading9.jpg" /> </td> <td><img src="Final Year Project/button5.jpg" /> </td> <td><img src="Final Year Project/heading10.jpg" /> </td> <td><img src="Final Year Project/button6.jpg" /> </td> <td><img src="Final Year Project/heading11.jpg" /> </td> </tr> </table> </td> </tr> <tr> <td colspan="13" b><img src="Final Year Project/heading12.jpg" /> </td> </tr> </table> </td> <td width="50%"> </td> </tr> </table> </body> </html> I was wondering how I can go about making a single HTML page that all my pages reference to place menus and pictures. The only thing I want to change is content in the middle portion of the page but I don't want to use frames. I have a css already made and that works wonderfully it's just a bit tedious to go through and edit each html document individually every time I change something on the menu's or pictures. As far as I can tell I can't do that in the CSS (place the HTML code directly I mean for divs and such). Any help is greatly appreciated. Ok I'd really like to design a darker them with a lot of textures like this one: http://www.grafpedia.com/tutorials/c...o-pixel-layout But thats just a photoshop walk-thru. So how would you go about making a background like the one shown with a couple of different textures without making just 1 large huge image? I'm worried about download times as I have my background image as a 1px image set on repeat. But if I choose to have a site design like shown in that link, I cant use the 1px image size option any more, or can I? Basically I'm lost as to how to get my site to look like the design in the link. Here it is now: http://acidtripmediaproductions.com/lmi/index.html I'd like to extend the main center div to go from the top to the bottom and "Frames" all the content within it Whats the easiest way to do that? Would I want to keep the side bar nav where its at if I do this? I recently started a my space page for a jewelry company that I recently started in georgia. I am currently enrolled in college in atlanta and I wanted to give my myspace page a more professional look something similar to this page ---> http://profile.myspace.com/index.cfm...ndid=153572741 I am not very good with html or css but I recently bought a book called Creating Web Pages by Master Visually so I do unerstand the basics of web design. I am looking for anyone that can assist me with this my myspace page for my jewelry company is myspace.com/k3jewelry Any help any of you may be able to give mw will be greatly appreciated Thank you hi! i made a div overlay template for my myspace site - and up to now it is working pretty fine. there is just one problem: it covers the myspace ad on top of the page! though it looks good this way, i am aware of the fact that this is against the myspace regulations - can someone take a look at the html fragments and might tell me how to get the ads back on the site!? http://www.myspace.com/house_of_d_addict thanks! (html code: see next post!) Hi everyone im new to this forum and this whole HTML thing all toghether im very novice at it. I designed a layout for my myspace page which I did thru alot of trial and error .. after getting everything right on IE and FF or so I "thought" I did it seems that when ever someone else views my page everything is out of place.. so apperantely my design/coding isnt very cross browser friendly.. can anyone view my page and tell me what I can maybe do to make my layout show up right on everyones Monitor using FF IE or safari.. is there anything I could do to ensure a better result when some one else views my design? please help a newbie out.. heres my page link hhtp://www.myspace.com/damebeatz I want to get the ubetoo.com external media player to play automatically when my myspace page loads. Can someone please help me. Thanks Here is the site: http://www.myspace.com/wipingoutthousands Here is the code I am using: <style> body { margin-top: 370px; } </style> <style> div.topbanner { position: absolute; top: 1%; left: 53.95%; width: 800px; margin-left: -450px; height: 193px; } </style> <div class="topbanner"> <img src="http://www.thenewmonarchs.com/images/wot/Wolves_Cover_Web.jpg"><br> </div> --------------------------- Now, I want that banner to line up with the myspace menu bar no matter how wide the browser is stretched. With those settings, the banner lines up perfectly when viewed on my Powerbook G4. But now, on my new iMac with a wider screen resolution, the further or shorter the browser is stretched, that banner seems to be too elastic and does not stay perfectly above the menu bar. How can I fix this? Thanks in advance. http://img389.imageshack.us/img389/9138/addfbl8.jpg This is the image of my display name. I want to know how to move the text to the top of that gray line. here is the code i have for the nametext. .nametext { font-family:arial; font-size: 30px; letter-spacing:-2px; color:ff0000; ; background-color:e5e5e5; display:block; padding: 0px; margin-top:15px; margin-bottom:-3px; line-height: 10px; text-align: right; } please help thanks I've created a simple layout for a myspace and want to post the code on my 'myspace'. I want to put the code into a scroll box where if you click on the box it automatically highlights the whole box. Can somebody please give me a code for such a box. Here is my layout code. Code: <div style="width:200px;height:200px;overflow:auto;border-width:2px;border-color:000000;border-style:solid;"> <strong>Halo Layout</strong><br> <style type='text/css'>body{background-color:FFFFFF;background-image:url('http://aycu01.webshots.com/image/12280/2002524089993516905_rs.jpg');background-repeat:repeat;background-attachment:Fixed;background-position:Top Left;border-color:ff0000;border-width:2;border-style:Ridge;scrollbar-face-color: cccccc;scrollbar-track-color: 000000;scrollbar-arrow-color: ffffff;scrollbar-shadow-color: undefined;scrollbar-3dlight-color:undefined;scrollbar-darkshadow-color:undefined;scrollbar-highlight-color: 000000;cursor:url('Paste Url or Choose one Below'), default};color:000000 !important;font-family:Verdana;}table, tr, td{background:transparent;border:0px;}table table table{border:2 Solid 000000; background-color:}table table table table{border:0px;border-style:;}table table table td{background-image:url('');background-color:996600;filter:alpha(opacity=99);-moz-opacity:.99; opacity:.99; -khtml-opacity:99}table, tr, td, th, li, p, div{font-family:Arial,Helvetica,Sans-Serif;color:000000;font-size:12;font-style:none}.nametext, .whitetext12, .btext, .orangetext15, .redtext, .redbtext{font-family:Arial,Helvetica,Sans-Serif;color:993300;font-size:14;font-weight:bold;font-style:none}.blacktext12, .text, .lightbluetext8{font-family:Arial,Helvetica,Sans-Serif;color:000000;font-size:12;font-style:none}a:active, a:visited, a:link{color:000000;font-family:Arial,Helvetica,Sans-Serif;font-size:12;font-style:none}a:hover{font-family:Arial,Helvetica,Sans-Serif;font-size:12;color:999999;font-style:none}a.navbar:active, a.navbar:visited, a.navbar:link{color:000000;font-family:Arial,Helvetica,Sans-Serif;font-size:12;font-style:none}a.navbar:hover{color:999999;font-family:Arial,Helvetica,Sans-Serif;font-size:12;font-style:none}img{border:0;}Table, Td{background-color:transparent;}table table table{width:100%;background-color:transparent;}.netlogo{padding-top:0px;position:absolute;z-index:7;width:45px;height:45px;left:95%;top:12px;text-align:center;background-color:transparent;color:E67070;}</style><style type='text/css'>table table table td{vertical-align:top}span.blacktext12{visibility:visible !important;background-color:transparent;background-image:url();font-size:12px;letter-spacing:1px;width:435px;height:75px;display:block}span.blacktext12 img{display:none;}</style><div class="netlogo">&nbsp;</div><br> <style type="text/css"> .contactTable { width:300px !important; height:150px !important; background-image:url("http://aycu34.webshots.com/image/12673/2002531323961939314_rs.jpg"); background-repeat:no-repeat; background-color:transparent; background-attachment:scroll; background-position:center center; padding:0px !important;} .contactTable table, table.contactTable td { background-color:transparent; background-image:none; padding:0px !important;} .contactTable a img {visibility:hidden; border:0px !important;} .contactTable .text {font-size:1px !important;} </style><br/><div style="position:absolute;left:100px;top:45px;width:120px;height:46px;">&nbsp;</div></p> </div> Its pretty tricky because myspace thinks it is the layout itself.Thanks in advance |