Author |
Message |
daemon
Worker


Joined: Jan 07, 2005
Posts: 163
|
Posted:
Wed Jul 12, 2006 4:15 pm |
|
Hey folks been busy, good to be back
I want to add two ad spaces above the messages, sorta like nsn news does with multiple stories but I want say two area at the very top of messages (usually where you welcome message goes) say 250x250 250x250 then below it the message and then the stories. Anyone that can point me where I could add this code or has any instructions on doing this would be greatly appreciated. Hope I was clear enough in my idea  |
_________________ Si vis pacem, bellum paratum
http://putemon.com |
|
|
 |
hitwalker
Sells PC To Pay For Divorce

Joined:
Posts: 5661
|
Posted:
Wed Jul 12, 2006 4:50 pm |
|
well your lucky i used the daj glass recently.
open up header.html and look for $banner
The part to edit still looks like this:
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td><center>$public_msg</center></td>
</tr></table>
found it?
Now change it to:
<table width="100%" cellpadding="0" cellspacing="0" border="0" align="center">
<tr valign="top">
<td><center>$public_msg<table border="1" width="100%">
<tr>
<td align="center">left ads</td>
<td width="450" align="center">right ads</td>
</tr>
</table>
</center></td>
</tr></table>
that should do it...
and do backup first.... |
|
|
|
 |
daemon

|
Posted:
Wed Jul 12, 2006 5:05 pm |
|
I'll give that a try, thanx  |
|
|
|
 |
daemon

|
Posted:
Wed Jul 12, 2006 5:19 pm |
|
hmmm.... I see, would there be a way to get it between the left and right side blocks? it looks to sit on top of everything. I'll try it see what it looks like this way |
|
|
|
 |
hitwalker

|
Posted:
Wed Jul 12, 2006 5:23 pm |
|
Quote: | I want say two area at the very top of messages (usually where you welcome message goes) say 250x250 250x250 |
thats exactly what you got now... |
|
|
|
 |
daemon

|
Posted:
Wed Jul 12, 2006 5:38 pm |
|
lemme ad something see if it's what i'm trying to do  |
|
|
|
 |
daemon

|
Posted:
Wed Jul 12, 2006 6:01 pm |
|
don't seem to get small enough to allow the left and right blocks to come up. |
|
|
|
 |
hitwalker

|
Posted:
Wed Jul 12, 2006 6:03 pm |
|
|
|
 |
daemon

|
Posted:
Wed Jul 12, 2006 6:18 pm |
|
well i wanted it to fit in between like the stories boxes |
|
|
|
 |
hitwalker

|
Posted:
Wed Jul 12, 2006 6:23 pm |
|
then open left_center.html and put a table in there...  |
|
|
|
 |
daemon

|
Posted:
Wed Jul 12, 2006 7:10 pm |
|
there we go  |
|
|
|
 |
Guardian2003
Site Admin

Joined: Aug 28, 2003
Posts: 6799
Location: Ha Noi, Viet Nam
|
Posted:
Thu Jul 13, 2006 4:11 am |
|
Nice one hit -  |
|
|
|
 |
daemon

|
Posted:
Thu Jul 13, 2006 12:27 pm |
|
yea hes pretty handy to have around  |
|
|
|
 |
hitwalker

|
Posted:
Thu Jul 13, 2006 12:52 pm |
|
ah thats nice....  |
|
|
|
 |
montego
Site Admin

Joined: Aug 29, 2004
Posts: 9457
Location: Arizona
|
Posted:
Thu Jul 13, 2006 5:42 pm |
|
I will second that motion  |
_________________ Only registered users can see links on this board! Get registered or login!
Only registered users can see links on this board! Get registered or login! |
|
|
 |
|