View Full Version : Simple Layout Problem.....


Magic Fox
04-24-2003, 03:00 PM
Hi I want to create a site so that the main page will look something like this:

--------------------------------------------------------

<MAIN IMAGE AND HEADING HERE>

--------------------------------------------------------
...LIST.... |...........NEWS...................|.LIST2.....
..............|................................... ....|..............
..............|................................... ....|..............
..............|................................... ....|..............
..............|................................... ....|..............
..............|................................... ....|..............
..............|................................... ....|..............

or
--------------------------------------------

<MAIN IMAGE HERE>
--------------------------------------------
...LIST.... |...........NEWS...................|
..............|................................... ....|
..............|................................... ....|
..............|................................... ....|
..............|................................... ....|
..............|................................... ....|
..............|................................... ....|

or look at this layout:

http://hyrulekingdom.tk


Can someone give me some codes, links or any advice so that it might look a bit like that?


Thanks,

MFox

pb&j
04-24-2003, 03:39 PM
have you looked over lissa's table section to learn how to do tables yet? your desired examples seem to be simple tables to setup.

<table border="1" width="100%"><tr><td colspan="3">
first area
</td></tr><tr><td>
first column
</td><td>
second column
</td><td>
third column
</td></tr></table>

or

<table border="1" width="100%"><tr><td colspan="2">
first area
</td></tr><tr><td>
first column
</td><td>
second column
</td></tr></table>

also, you can view the source code for the example link you provided to see their coding they used.

Magic Fox
04-24-2003, 04:18 PM
Thanks!

Laura87
04-24-2003, 08:58 PM
you can view the source code for the example link you provided to see their coding they used

What do you mean by that? You can see the HTML codes that they used? How would you do that?

alkaline39
04-24-2003, 11:42 PM
in your browser go view>source

starlet
04-25-2003, 12:02 AM
But never copy code, only view it to look and learn ;)

rebecca
04-27-2003, 05:00 PM
OKay... I am looking for this same layout... but I want the links in the left column to open in the center frame. For the life of me I can't figure out how to make this happen. Can someone have pity on me and help me out???

amicus
05-03-2003, 12:35 AM
hi rebecca i hope this helps :)

you just need to target the name of the frame you want it to open up in.

<a href="pagename.html" target="frameName">text</a>