problem code <div> ads in wl_nuke

Status
Not open for further replies.

serpente

New Member
Messages
47
Reaction score
0
Points
0
my wl_nuke on this code <div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></div> is a one problem...
 

tcrow777

New Member
Messages
36
Reaction score
0
Points
0
my wl_nuke on this code <div align="center"><script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate"></div> is a one problem...
Can you provide a link to your site?

-Timothy
 

tcrow777

New Member
Messages
36
Reaction score
0
Points
0
The align HTML attribute has been deprecated.

Try:
HTML:
<table style="margin:0 auto"><tr><td>
<script type="text/javascript" src="http://x10hosting.com/adserve.js?corporate">
</td></tr></table>
You must not have any floating elements to the left or right of the table. Try replacing "corporate" with your x10Hosting user name.

-Timothy

PS: I could not find your ad code.
 
Last edited:

serpente

New Member
Messages
47
Reaction score
0
Points
0
Nothing always the same ... I see evil page even if I put this code <table style="margin:0 auto"> <tr> <td>
<Script type = "text / javascript" src = "http://x10hosting.com/adserve.js?corporate">
</ Td> </ tr> </ table>
 
Last edited:
Status
Not open for further replies.
Top