Jump to content

Charamei

Members
  • Posts

    11
  • Joined

  • Last visited

Everything posted by Charamei

  1. Ah... and now it's working for me, too. So after all that, it was just Firefox playing silly blighters.Thanks for the help
  2. No, I haven't.On the older site (here), the banners on the entrance pages are iframes. When a text link inside them is clicked, they open in the whoel window, using _top. This works perfectly.On the new site (here), if you go to 'SW:KotOR' on the menu and then click 'Fanfiction', the page opens in a new window - or at least, it does for me. It's also using _top, however, and should open in the parent window, as the older site's links do.KotOR fanfiction is the only menu link that's currently working. Sorry, I should have mentioned that
  3. Plenty, and just about all of it is better than FP. Which isn't hard.You can write HTML in Notepad. Same for CSS and PHP, probably most of the others as well. Or, if you want pretty colours (they do help, easier to navigate if different tags stand out), get TextPad or similar.A good CSS tool is TopStyle. There's a freeware version as well as a paid version, though it has a few less features
  4. That probably would work better... however, I only have a limited amount of space for PHP/CGI/remote scripts. Converting the entire site (some 130 pages) into PHP would require me to host them all on the PHP server, and eat up a lot of space.I may move hosts soon, though... if I do, I'll bear that in mind
  5. Little things, too.Half of your menu is capitalised and the other half isn't. That just looks sloppy.On any resolution but 800x600, there's a large space on the right-hand side; this comes of using absolute rather than floating/relative values when spacing. I'm on 1024x768, and is distracts me - I dread to think how it looks on larger resolutions.You may want to get a smaller counter. Statcounter.com is pretty good for small, unobtrusive counting devices.Consistency - currently, your homepage uses a different template to the rest of the site. Again, looks a little sloppy.Then, as others said - a slightly less monochrome colour scheme and some images would help immensely.
  6. Okay.Doing a site redesign, as the old one was... well, better than the original by far, but still shabby. I write straight HTML and CSS.I always put my menus in an iframe - that way I don't have to change every single page (it's a big site) when I add something new.The new design has only that one iframe. The rest of the layout is part of the parent.Basically, all I'm trying to do is to get links from the menu to open in the whole window - using _top. I've done this before, very successfully, on the old site.Firefox is insisting on opening menu links in a new window. I've tried _top and _parent, neither has worked. IE will do the deed happily.The irony is that Firefox will open the same style of link from the old design (which is still on the server) in exactly the way I want it to.I've checked for code mistakes. In fact, I've put the two pieces of code side-by-side. Could someone please tell me why <a href="/1024x768/main.htm" target="_top">1024x768</a> works, but <a href="kotor_fanfic.html" target="_top">Fanfiction</a> doesn't?And yes, the page exists, and yes, I've tried Ctrl+F5 (reload without cache) :)For reference, the old site is still up here and the testing version of the new site is here. The link I used from the old site is part of the 'enter' banner.
×
×
  • Create New...