•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the HTML and CSS section within the Web Development category of DaniWeb, a massive community of 427,022 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,580 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our HTML and CSS advertiser: Lunarpages Web Hosting
Views: 2357 | Replies: 8
![]() |
•
•
Join Date: Aug 2006
Location: Indonesia
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 1
I'm doing a webcomic recently, now I completely idiot with the html so I made several identical html for each page and the navigation between page is just a simple link.
Now I heard about frame, I try it but I couldn't make the frame size big enough so my comic page is fit into it and people don't need to scroll to see the entire comic. Is it possible to use frame in that way and make sure that the site looks good for viewer with different resolution & browser?
And is it good enough to go with frames or there are better option than frame? I can't do php since I just use a free web hosting and they didn't provide php or any programming stuff.
thx.
Now I heard about frame, I try it but I couldn't make the frame size big enough so my comic page is fit into it and people don't need to scroll to see the entire comic. Is it possible to use frame in that way and make sure that the site looks good for viewer with different resolution & browser?
And is it good enough to go with frames or there are better option than frame? I can't do php since I just use a free web hosting and they didn't provide php or any programming stuff.
thx.
My blog about my hobby webcomic, games and religion:
http://strifeforbetterlife.blogspot.com
http://strifeforbetterlife.blogspot.com
There's nothing inherently wrong with Frames. If you need to use them to accomplish your goals, then by all means use them.
Take any sentence or site with "SEO" in it with a grain of salt.
Focus on your content, learning HTML, etc. Search engines are built to find content, so the idea that you have to perform extraordinary contortions to make that happen is mostly self-serving nonsense and Google-inspired propoganda.
Simpler is usually better, so the idea of static pages with hyperlinks is just fine. To answer your other question, while there are JavaScript techniques to determine browser size and screen resolution, users generally find that very annoying. In other words, if I want to browse with a certain size window, then a site shouldn't change it.
Most users will have 1024x768, with the next largest group at 800x600. If you can design for 800x600, then don't worry about detecting resolution.
Take any sentence or site with "SEO" in it with a grain of salt.
Focus on your content, learning HTML, etc. Search engines are built to find content, so the idea that you have to perform extraordinary contortions to make that happen is mostly self-serving nonsense and Google-inspired propoganda.
Simpler is usually better, so the idea of static pages with hyperlinks is just fine. To answer your other question, while there are JavaScript techniques to determine browser size and screen resolution, users generally find that very annoying. In other words, if I want to browse with a certain size window, then a site shouldn't change it.
Most users will have 1024x768, with the next largest group at 800x600. If you can design for 800x600, then don't worry about detecting resolution.
Last edited by tgreer : Sep 25th, 2006 at 2:24 pm.
•
•
Join Date: Aug 2006
Location: Indonesia
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 1
I want to use frame because with static page whenever I add a new comic page then I need to add a new page and do a small editing to the rest of the other page. So when I reach 6th page I do 5 page small editing.
And I begin to worry if the webcomic ever reach something like 30 page and more that will be a very annoying routine. I might spend the same amount of time between adding a link to the new page in all previous page and doing the comic itself.
So I begin look for a better way. And if javascript is a bit annoying then no javascript I guess.
Any help how I can make the frame size fixed ? Instead a frame with scroll bar, I want to have a frame without scroll bar but showing the entire comic, its just about 400x500something px. Or frame is always be like that?
thx
And I begin to worry if the webcomic ever reach something like 30 page and more that will be a very annoying routine. I might spend the same amount of time between adding a link to the new page in all previous page and doing the comic itself.
So I begin look for a better way. And if javascript is a bit annoying then no javascript I guess.
Any help how I can make the frame size fixed ? Instead a frame with scroll bar, I want to have a frame without scroll bar but showing the entire comic, its just about 400x500something px. Or frame is always be like that?
thx
My blog about my hobby webcomic, games and religion:
http://strifeforbetterlife.blogspot.com
http://strifeforbetterlife.blogspot.com
You can size your frame. You can define "rows" and "cols", for example, inside your frame tag declaration:
A complete guide to all things frame-related:
http://www.w3.org/TR/WD-frames-970331
A complete guide to all things frame-related:
http://www.w3.org/TR/WD-frames-970331
•
•
•
•
I want to use frame because with static page whenever I add a new comic page then I need to add a new page and do a small editing to the rest of the other page. So when I reach 6th page I do 5 page small editing.
Using frames, you still have the same amount of editing. It's just in different files.
Age is unimportant -- except in cheese
•
•
Join Date: Aug 2006
Location: Indonesia
Posts: 7
Reputation:
Rep Power: 0
Solved Threads: 1
•
•
•
•
I assume the small editing is linking the last page to the new page. Instead, just have the link go the the next page and have a "next installment coming soon" page that you just rename to page 7 when you load page 6.
Using frames, you still have the same amount of editing. It's just in different files.
The small editing is not just linking the last page to the next page. But more like linking all previously done page to the new page. Because I want all pages is accesible from any part of the sites.
Anyway its solved I use iframe and set all the width and height. But I will be glad if someone could take a look at the final work and maybe give some critiques. I know I don't have much good sense in colors and arranging panels.
Thx everyone.
My blog about my hobby webcomic, games and religion:
http://strifeforbetterlife.blogspot.com
http://strifeforbetterlife.blogspot.com
![]() |
•
•
•
•
•
•
•
•
DaniWeb HTML and CSS Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
- Site design problem (HTML and CSS)
- vB integration into curren site design (Site Layout and Usability)
Other Threads in the HTML and CSS Forum
- Previous Thread: HTML - Clickable Regions - help needed...
- Next Thread: basic dreamweaver help



Linear Mode