Author Topic: columns  (Read 5374 times)

0 Members and 1 Guest are viewing this topic.

Offline tash

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • http://www.aliciakeysnet.tk
columns
« 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 !
tash

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
columns
« Reply #1 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>
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)

Offline tash

  • Newbie
  • *
  • Posts: 39
    • View Profile
    • http://www.aliciakeysnet.tk
columns
« Reply #2 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 !
tash

Offline V@no

  • If you don't tell me what to do, I won't tell you where you should go :)
  • Global Moderator
  • 4images Guru
  • *****
  • Posts: 17.849
  • mmm PHP...
    • View Profile
    • 4images MODs Demo
columns
« Reply #3 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 ;)
Your first three "must do" before you ask a question:
Please do not PM me asking for help unless you've been specifically asked to do so. Such PMs will be deleted without answer. (forum rule #6)
Extension for Firefox/Thunderbird: Master Password+    Back/Forward History Tweaks (restartless)    Cookies Manager+    Fit Images (restartless for Thunderbird)