News:

Wondering if this will always be free?  See why free is better.

Main Menu

how i put the main index in table ?

Started by ae, December 19, 2005, 09:24:25 AM

Previous topic - Next topic

ae

i want to put the  index template  in table like  this photo :
((i use SMFone_Blue theme))

i attach index template in link :

http://www.filelodge.com/files/hdd4/76170/index.template.zip [nofollow]


ae

whe did not  anybody help me ? :'(

is the question was hard ?

lexx27

I need that answer too!!!
I want to set align left to mya forum and I cant because the layout goes crazy. I did anything I knew so...
www.webz.gr [nofollow] - Blogger & Admin Zone

bloc

For any kind of themes to be inside a table: add one. :)

Specifically: find the <body> tag, add a <table> right after it, set a width and alignment on that, and then find the </body> and close the table right before that. Also: look at style.css for "body" and adjust any margin or padding set on it. You could also use a normal <div> of course. Thats all it is to it really. ;)

lexx27

Thanks for the reply but I found that yesterday!  ;)

You can help me on an other thing. I want my forum to be left align 800px and on the right a vertical logo. So I need a table lke the one you said with 2 colums. How can I do that?
www.webz.gr [nofollow] - Blogger & Admin Zone

bloc

Just set the table as usual with the first <td> after <body> - but before </body> add a extra <td> there. Inside that td again: put your logo. So something like:

echo '</td><td valign="top"><img src="path-to-logo" /></td></tr></table></body>';

Advertisement: