Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Customization Ideas    Forum inside a Table
Go
New
Find
Notify
Tools
Reply
  
-star Rating Rate It!  Login/Join 
Groupee Member
Posted
I really like the way this forum (Groupee) looks inside the teal table with buttons on a custom designed top bar.

Does anyone have the code required to do this?

I know that it will involve putting some code into the following sections, but I dont know what goes where.

Insert AFTER Opening Body Tag (HTML Only)

Insert BEFORE Closing Body Tag (HTML Only)

Any help will be appreciated.
 
Posts: 37 | Location: Reading, UK | Registered: March 08, 2000Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Posted Hide Post
just another thought, couldnt Groupee add their 'forum inside a table' design as a style?
 
Posts: 37 | Location: Reading, UK | Registered: March 08, 2000Reply With QuoteEdit or Delete MessageReport This Post

Posted Hide Post
Put this into the AFTER

<table>
<tr>
<td colspan="2">this is my header</td>
</tr>
<tr>
<td>
this is the left side navigation
</td>
<td>


And put this into the BEFORE

</td>
</tr>
<tr>
<td colspan="2">
this is my footer
</td>
</tr>
</table>


---------------------------
Go Sox!
 
Posts: 12039 | Registered: March 12, 1999Reply With QuoteEdit or Delete MessageReport This Post
Groupee Member
Posted Hide Post
Thanks David. Hours of fun lie ahead.

Smile
 
Posts: 37 | Location: Reading, UK | Registered: March 08, 2000Reply With QuoteEdit or Delete MessageReport This Post

Posted Hide Post
You betcha Smile


---------------------------
Go Sox!
 
Posts: 12039 | Registered: March 12, 1999Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community  
 

Eve For Enterprise    Eve Support Community    Forums  Hop To Forum Categories  Eve Community  Hop To Forums  Customization Ideas    Forum inside a Table