4images Forum & Community

4images Modifications / Modifikationen => Templates & Styles (Requests & Discussions) => Topic started by: tash on March 29, 2003, 11:13:47 AM

Title: columns
Post by: tash on March 29, 2003, 11:13:47 AM
hey guys
can comebody explain to me what do i have to do if i want one column left , then the page itself and then a column to the right ??
a little  bit like www.sweetkisses.net ...
Thanks !
Title: columns
Post by: V@no on March 29, 2003, 11:48:49 AM
u'll need three <TD></TD> ;)
for example:
Code: [Select]
<TABLE>
   <TR>
      <TD>
         **** Here is your left part ****
      </TD>
      <TD>
         **** Here is your middle part ****
      </TD>
      <TD>
         **** Here is your right part ****
      </TD>
   </TR>
</TABLE>
Title: columns
Post by: tash on March 30, 2003, 02:55:56 PM
ok thx ,and where do i have to place this ? or what do i have to write instead of "here's your left column" ? THX !
Title: columns
Post by: V@no on March 30, 2003, 04:33:19 PM
Quote from: tash
ok thx ,and where do i have to place this ? or what do i have to write instead of "here's your left column" ? THX !

sorry, if u want me answer this question, I'd reather create the whole template for u, because that would be easier...:?

just my advice:
open any HTML editors (such as FrontPage or Dreamweaver) and just play with templates, in no time u'll see how it works ;)