View Full Version : Anyone wanna help me? plz?


cyberstew
03-23-2003, 09:49 PM
if you aren't scared off by a bit of work could you help me merge these two previously from a frames version, into one tabled page.

Here's the Page with the code of both pages pasted, with the xmp tags intact (http://www.geocities.com/stewkew72/help.html)

I appreciate any help!

Alcy
03-23-2003, 10:14 PM
Basically it'd be something like this:

<body topmargin=0 bottommargin=0 leftmargin=0 rightmargin=0>

<table width="100%" height="100%" cellpadding=0 cellspacing=0 border=0>
<tr>

<td width="20%" valign="top">SIDEBAR</td>
<td width="80%" valign="top">PAGE 2 CONTENT</td>

</tr>
</table>

</body>

cyberstew
03-23-2003, 10:22 PM
what?! I mean can someone give me a complete code for my new page, by combining the two pages which were previously frames, into tables

Celeris
03-24-2003, 04:03 AM
Just use the code Alcy put up and put COPY & PASTE your old codes into it! That's all it takes. Put the sidebar stuff where it says sidebar and the main stuff where it says to put that.

cyberstew
03-24-2003, 10:29 AM
yeah, I have a lot of DHTML in the head of my main page though, so I gotta put that on...

Alcy
03-25-2003, 01:37 AM
Just create a new head. Hehe, I saw all the scripts and didn't want to copy it all out. The code up there is just for the body.