Dont this before but forgot how

liunx

Guest
This is really stupid but I forgot how to do this coding. <!-- w --><a class="postlink" href="http://www.fortunecity.com/marina/newland/1677">www.fortunecity.com/marina/newland/1677</a><!-- w --> is my page and I am needing to change it over to another server. I set this up a while back and forgot how I made the 2 separate sections in the page. Can anyone take a look and remind me? Would really appreciate it.<!--content-->there are a few ways you can do it. the simplest way would be using tables, or you could use layers (the <div> tag) or you could do it like they have and use frames :D<br />
<br />
here is the source they used<br />
<br />
<FRAMESET COLS="20%,80%"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"links.html" NAME="left"><br />
<FRAME SRC=http://www.htmlforums.com/archive/index.php/"truckguy.html" NAME="right"><br />
</FRAMESET><br />
<br />
<NOFRAMES><br />
This sentence is seen when using<br />
a browser that is not frames capable.<br />
</NOFRAMES><br />
<br />
<br />
<br />
to see that code on their site, click "View" on your toolbar, then select "Source".<br />
<br />
hope that helped :D<!--content-->You should be able to just transfer all your coding over and just changing the new hosts URL as well as yours.<!--content-->
 
Back
Top