Page 2 of 2
Posted: Wed Mar 01, 2006 2:07 am
by sight.snow
I would suggest tables.
It's neat and simple.
Then again, that's just the easy way.
Posted: Mon Mar 06, 2006 4:34 am
by derangedtaco
Me too. I always use tables.
Posted: Sat Mar 11, 2006 10:05 am
by kaos_frack
the use of frames is not a good way
cos netscape browser does not display it correctly
another problem with this is that search engines will have difficulty with your site
so you better use tables
Posted: Wed Jul 12, 2006 8:20 pm
by jeremy90
iframe will be the best to use
Posted: Tue Jul 25, 2006 3:09 pm
by miroku404
ok so i have had iframes before it ok complated to code so for a preview ****
http://photobucket.com/practice.php?id=1znmr it simple once you know but if your new its hard
say you want myspace on your page so you have the normal link
Code: Select all
[url=http://myspace.com]Myspace[/url]
All you have to do realy if just put this html code in your site
Code: Select all
<iframe src="http://www.myspace.com" style="border:1px 000000 solid;" name="frame1" scrolling="auto" frameborder="no" align="left" height = "90%" width = "90%">
</iframe>
that will load myspace automactly in you page but to add link and make them work use this code
[url=http://www.site_to_link_to.com/page.html]**** here[/url]
the target="frame1" is what makes the link load in the iframe
good luck with your site
Posted: Sat Jul 29, 2006 12:28 pm
by jasondsouza
use your imagination. designing is just testing your aesthetic sense on computers.
Posted: Sat Jul 29, 2006 7:34 pm
by barnes
CSS is an awesome alternative from tables. Not only is CSS easier, but a much cleaner, more efficent, and reccomended way to make your site. HTML is only the back end anymore, not really used for design.
Look
here for an example of a design using CSS instead of tables.
Posted: Fri Aug 04, 2006 3:46 am
by jeremy90
toychoq wrote:hit qivordilarin torisi
give me my account back pliz
i would advise you not to use frames
instead use tables
i think blue is more friendly than black or other color
with tables if you use a lot to hold content then it will just end up more confusing and then there will be rows and collums everywhere to confuse your more. I believe that you best bet here is to use iframes, it is much better and easier to understand.
Posted: Fri Aug 11, 2006 11:00 pm
by kainengland
If Its A habbo Fansie I Suggest
http://www.habbolayouts.com
Iframes are good
Posted: Mon Nov 20, 2006 6:27 pm
by Envoxia
Iframes are good, so are tables. In order to make it user friendly, make sure you have a link to all the sub-pages on the index page. There's nothing worse then not being able to find what page or what content you're looking for because the site designer has hidden it somewhere else.