English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

in what i've tried so far, the column keeps being placed below the pre-existing content rather than to the right. the page has lots of tables, etc. but i was hoping there'd be a simple way to insert a column to the right of everything that's already there. i'd like to avoid frames if possible. thanks!

2006-10-12 20:36:34 · 4 answers · asked by manitouwange 1 in Computers & Internet Programming & Design

Thanks everyone. The table thing was the first thing I tried but the last column always ends up beneath everything else. I probably have a problem with the existing code that is making this happen but thought maybe I was missing some other obvious solution. Thanks for the suggestions.

2006-10-15 10:01:40 · update #1

4 answers

It would be nice if you use the simplest way of making web pages

either frontpage or any other web page devloping software this would rather solve yours problem just drag and drop your cells you can even align them in it to the right

I suggest frames would be a very good option as your objective is presentation yes a bit tedious to manage them and set their props.

2006-10-12 20:43:44 · answer #1 · answered by DOS!!!!!!!!!! 2 · 0 0

Write a new HTML file with a two column table - put your new stuff in the right column, and simply do a copy and paste job of the old site into the left column. You basically describe all these steps in your question yet somehow fail to come up with a solution!

Rawlyn.

2006-10-12 21:08:29 · answer #2 · answered by Anonymous · 0 0

If this is a table based design, create a new table with two cells, placing your existing content in the first cell, and the new content in the second cell. Another way is to add a cell to the first row of your table with rowspan=nn, where nn is the total number of rows, for the new content.

Or you can use divs and CSS positioning to do the same thing.

2006-10-12 21:03:56 · answer #3 · answered by injanier 7 · 0 0

make a new table of to columns and 1 row copy code of previous site
paste in 2ND columns and 1 columns is free!!!!!!!

now do wat ever u want!!!!

2006-10-12 20:54:39 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers