Align x10..ads

Status
Not open for further replies.

digitalfarm

New Member
Messages
290
Reaction score
0
Points
0
how do i align the ads whatt is the code i want to centre align and left align
Help
 

Chris

New Member
Messages
1,538
Reaction score
0
Points
0
Just put

Code:
<center>

(the ad code here)

</center>
 

dphiance

New Member
Messages
58
Reaction score
0
Points
0
Or, for left:

Code:
<div align="left">
 
(code here)
 
</div>

And for right:

Code:
<div align="right">
 
(code here)
 
</div>
 
Status
Not open for further replies.
Top