I'm making a page and and I'm stuck trying to add a sidebar without it pushing the middle frame down.

Here is my HTML file: http://invite.741.com/TSUNAMI.html

This is what I'm trying to get.
[IMG]http://img.photobucket.com/albums/v624/leereloaded/TSUNAMI.gif[/IMG]

Any help?

Recommended Answers

All 3 Replies

<table width="100%" border="0">
	 <tr>
		 <td width="200"> <IFRAME ...... /> </td>
		 <td valign="top">
 
				 .......
 
		 </td>
	 </tr>
</table>

Advanced enough for ya?

lol.. not to be mean or anything..

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.