| Author |
Message |
mars |
|
Post subject:
Posted: Nov 16, 2006 - 11:33 AM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| Can you post a link to the site? |
|
|
| |
|
|
|
 |
HaMMeR |
|
Post subject:
Posted: Nov 16, 2006 - 01:03 PM
|
|
Joined: Nov 16, 2006
Posts: 6
Status: Offline
|
|
URL is www.counter-measures.net
The lottery block is the postwrap block.
I almost got it to work I added the following in the html2 file....but I must be doing wrong, due to the fact that the 3 footer images are to the left and not centered.
regards,
HaMMeR |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Nov 16, 2006 - 01:15 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
| I just looked at your site in both IE and FF and the PowerBall page appears just fine in both? I clicked the link in the block and it took me to the page with it. |
|
|
| |
|
|
|
 |
HaMMeR |
|
Post subject:
Posted: Nov 16, 2006 - 09:02 PM
|
|
Joined: Nov 16, 2006
Posts: 6
Status: Offline
|
|
Yes... I believe I got the code kind of figured out, but when the powerball page comes up and you scroll down.... the php images are to the left not centered, even though the code says center.....not that its a big deal...but is that normal?
If it's not, I'll keep trying to get the code right.
Thanks
HaMMeR |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Nov 16, 2006 - 09:13 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
You have a typo in it
<td align="center"
You left off the closing > |
|
|
| |
|
|
|
 |
HaMMeR |
|
Post subject:
Posted: Nov 17, 2006 - 04:37 PM
|
|
Joined: Nov 16, 2006
Posts: 6
Status: Offline
|
|
Actually this is what I have there:
<td align="center"><!-- [footer-msg] --></td>
is this correct? |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Nov 17, 2006 - 05:10 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
That is fixed, but now I see you just have a TD
What you want is this
Code:
<table border="0" cellspacing="0" cellpadding="0" align="center" width="100%">
<tr>
<td align="center"><!-- [footer-msg] --></td>
</tr>
</table>
|
|
|
| |
|
|
|
 |
HaMMeR |
|
Post subject:
Posted: Nov 17, 2006 - 10:10 PM
|
|
Joined: Nov 16, 2006
Posts: 6
Status: Offline
|
|
That worked!!! Don't know how I missed that....staring to long at it I guess.
Anyway.....thanks Mars!!! You the man!!!
Regards,
HaMMeR |
|
|
| |
|
|
|
 |
mars |
|
Post subject:
Posted: Nov 17, 2006 - 10:21 PM
|
|
Site Admin

Joined: Aug 15, 2004
Posts: 4277
Status: Offline
|
|
Glad to help  |
|
|
| |
|
|
|
 |
|
|