Jump to content

Oso Polar

Members
  • Posts

    24
  • Joined

  • Last visited

Oso Polar's Achievements

Newbie

Newbie (1/7)

0

Reputation

  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
×
×
  • Create New...