Go ![]() | New ![]() | Find ![]() | Notify ![]() | Tools ![]() | Reply ![]() | |
| Junior Member |
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 | ||
|
| Member |
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. | |||
|
| Junior Member |
Thanks Steven, I'll putz away at this over the next few days and let you know how I do. | |||
|
| Powered by Social Strata |
| Please Wait. Your request is being processed... |
|

