Help with layout

Any problem with HTML can be discussed here.
sight.snow
Posts: 3
Joined: Wed Mar 01, 2006 1:59 am

Post by sight.snow »

I would suggest tables.
It's neat and simple.
Then again, that's just the easy way.


derangedtaco
Posts: 78
Joined: Sun Feb 26, 2006 4:21 pm

Post by derangedtaco »

Me too. I always use tables.
Visit derangedtaco.com, a developing online community.
kaos_frack
Posts: 504
Joined: Sat May 07, 2005 8:03 am
Contact:

Post 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
jeremy90
Posts: 440
Joined: Mon Jun 26, 2006 3:15 pm

Post by jeremy90 »

iframe will be the best to use
miroku404
Posts: 133
Joined: Wed Jun 07, 2006 1:14 am
Contact:

Post 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
Image
jasondsouza
Posts: 348
Joined: Thu Jan 12, 2006 8:24 pm
Contact:

Post by jasondsouza »

use your imagination. designing is just testing your aesthetic sense on computers.
--jasondsouza
ME working on a very new site. (Coming soon)
Come to my web Site
barnes
Posts: 202
Joined: Tue May 16, 2006 5:09 am

Post 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.
jeremy90
Posts: 440
Joined: Mon Jun 26, 2006 3:15 pm

Post 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.
Image
kainengland
Posts: 105
Joined: Wed Jul 26, 2006 9:16 am

Post by kainengland »

If Its A habbo Fansie I Suggest
http://www.habbolayouts.com
Envoxia
Posts: 132
Joined: Sat Nov 18, 2006 9:09 pm

Iframes are good

Post 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.
Post Reply