UBB.x Developers Network    Forums  Hop To Forum Categories  Programmer's Paradise    Layout questions
Go
New
Find
Notify
Tools
Reply
  
Layout questions
 Login/Join
 
Junior Member
Posted
Hi everyone,

I wasn't aware of this forum until Infopop put the link up. I'm glad I found ya!

I was wondering how I can integrate a table down the side of my Ubb.x board. What I'd like to have is some links and pictures down the left side with the board just to the right.

My programming knowledge is very novice, I'm ok with html and basic css. So I was wondering where exactly do I put the table details? Right now I have some small ads I put above the board, and a bit below. But how exactly would I go about getting the table to flow down the side?

Thanks!

Chris
 
Posts: 2 | Registered: December 13, 2003Reply With QuoteReport This Post
Member
Posted Hide Post
You'll want to split table code (HTML) between your header and footer. The idea is to put the entire UBB.x in one of the table's cells.

So, if you wanted ads down the right side, you would want the UBB.x in the left cell, so this code would be a start:
Insert After Opening BODY Tag
<table><tr>
<td valign="top">


Insert Before Closing BODY Tag
</td>
<td valign="top">*Insert your ads here*</td>
</tr></table>


You might also want to add some additional attributes to your table, such as width, cellspacing, cellpadding, alignment, etc.

Let me know if you need more assistance. Smile
 
Posts: 68 | Location: /6 Masai | Registered: August 31, 2002Reply With QuoteReport This Post
Junior Member
Posted Hide Post
Thanks Steven,

I'll putz away at this over the next few days and let you know how I do. Smile
 
Posts: 2 | Registered: December 13, 2003Reply With QuoteReport This Post
  Powered by Social Strata  
 

    UBB.x Developers Network    Forums  Hop To Forum Categories  Programmer's Paradise    Layout questions


Home | Contact Us
© UBB.x Developers Network. All Rights Reserved.