Jump to content

Oso Polar

Members
  • Posts

    24
  • Joined

  • Last visited

Everything posted by Oso Polar

  1. I want to make a website in photoshop, slice it and use parts as navigation. If one clicks on it, I want the content to apear in an iframe on top of the thing I made in photoshop. But I don't want to see the iframe itself, just the scrollbars when needed. Is this possible? And how do I place the iframe in the lower right corner? :)edit: I just read frames are depreciated... so, I guess there is another way to do this. It's not that I needed it to be an iframe, but it seemed a logical step.
  2. well...I'm willing to try how do I switch?
  3. well I do use css for the real presentation stuff I guess there's a lot more to do for me if I really wanted to seperate structure from presentation... but I'm not doing all the fonts and colors in html
  4. I'll try those And why html... well, actually, I don't really know. I wanted to built a website, and I was told I had to do that with html... so I learned some things from w3schools and made a site...what's the problem with html that xhtml doesn't have?
  5. no doctype found.... that's the error found by the w3c validator... but in my index.html file I have the following line:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">I don't get what's wrong with it...
  6. I have a file (video) that I want to show on my site.this is what I have in the body of the page:<div id="mvc"><embed style="FILTER: xray; background: 000000" name="RAOCXplayer" src="Muse - Time is running out.avi" type="application/x-mplayer2" width="320" height="240" ShowControls="0" ShowStatusBar="0" AutoSize="true" loop="false" EnableContextMenu="0" DisplaySize="0" pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"></embed></div>(I got most of it from a website with videos + codes for myspace, websites etc.)for some reason it doesn't work... but it worked before with a .asx file online.does anyone know what the problem is? thanks
  7. so how do you do that? when I view the source it only shows the main file, not how the link works
  8. exactly and if the poems would be too long I'd have to scroll, and it would be cool if the background wouldn't move along...
  9. I'm not sure whether that's what I'm looking for, I'll try to explain it better...I have made pictures for links to different parts of my site. For example:I have made one saying "poetry" and put it in the left frame. When I click on it, I want to see my poems in the right frame, on top of the background.
  10. I'm trying to make a link that makes text appear in another frame, over the background that that frame already has. I guess it should be quite simple, but I can't find how to do it. This is what I tried:<html><head><base target="main"></head><body background="menubar.gif"><a href="photoshop.gif"><img border="0" src="pictures.gif"></a></body></html>This doesn't work since the background of the "main"frame gets replaced.
  11. OMG it worked well, not imediatly... first I made the file, then I saved it as a .html file. I reopened it imediatly and saw that all kinds of weird things were put into it ( a lot of "/par" and "{" ) so I deleted all that and saved it again. Then it worked. It seems like an odd way of getting it like it should be to me, but it works now ! thanks for helping me out !
  12. what should I place where the "http://www.w3.org/TR/html4/frameset.dtd" is in your file?
  13. @LG : that's what I get to see without downloading anything... @scott100: yes I can view the page...I had never heard of dtd, so what should I do with it? place a frameset dtd tag before the html tag? and what should I put in it?
  14. I still got the same sort of thing... so I guess it's not the server... but what about that dtd thing? To be honest, I havent got a clue what it is or how it could cause problems
  15. @ little goat: I still get those weird lines when I use my link, it doesn't try to download anything... I'm curious about what that file looks like but I can't find it...@ pulpfiction: I already changed the font into arial, but I'll try retyping it :)EDIT: nope, still nothing
  16. well, I removed the title completely and the problem stayed almost the same. I thing the list of weird things I got to see earlier became a bit shorter...but still no website
  17. thanks, I'll try to find out whether you are right or not and what I can do about it
  18. are you able to view my site then? http://home.deds.nl/~ysbeer/
  19. I am viewing te page by saving the file as a .html file, and then opening it in internet explorer. could that be the problem?
  20. I tried it again with all the sites in the frames like you did, but I still get:"{\rtf1\ansi\ansicpg1252\deff0\deflang1043{\fonttbl{\f0\froman\fcharset0 Times New Roman;}{\f1\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs24 \par \par \par \par \par \line \line \line \line \line \line \par \f1\fs20\par \par } "which doesn't make sense to me
  21. I'm trying to built a website with 3 frames: one on the top, one left (for a menu) and one to put the actual text and images in.this is what I have so far, but it doesn't seem to work. <html><head><title>Ÿsbeer </title></head><frameset rows="30%,70%"><frame src="topheader.htm"><frameset cols="17%,83%"><frame src="menubar.htm"><frame src="main.htm"></frameset></frameset></html>EDIT:this is what I get in internet explorer:{\rtf1\ansi\ansicpg1252\deff0\deflang1043{\fonttbl{\f0\froman\fcharset0 Times New Roman;}{\f1\fswiss\fcharset0 Arial;}} {\*\generator Msftedit 5.41.15.1507;}\viewkind4\uc1\pard\f0\fs24 \par \par \par \par \par \line \line \line \line \line \line \par \f1\fs20\par \par } The separate frames are just a background image so far and seem to work fine in my browser. I'm quite new to html, so I guess it's a stupid mistake I made... but I can't find out what it is...anyone knows what the problem could be?thanks
×
×
  • Create New...