dydocan
dydocan
- Joined
- Jul 2, 2010
- Messages
- 95
- Reaction score
- 0
Hi, I have 2 websites linked to 1 website.
I had it in html but now I want it in PHP because html is just messing it up but here is the html code I had>>
<html>
<body style="background-image:url('main/bam.png');" />
<div style="padding-left: 180px;" style="padding-top: 100px;"/>
<a href="127.0.0.1/bakla"/>
<img src="main/tang.png" alt="HighRated"/>
</a>
</div>
<div style="padding-left: 380px;" style="padding-top: 100px;"/>
<a href="127.0.0.1/tabkla"/>
<img src="main/tang.png" alt="HighRated"/>
</a>
</div>
</body>
</html>
when I have 1 button it is working fine but when I have 2 buttons I can't control it it just places the button where ever it wants :O
I had it in html but now I want it in PHP because html is just messing it up but here is the html code I had>>
<html>
<body style="background-image:url('main/bam.png');" />
<div style="padding-left: 180px;" style="padding-top: 100px;"/>
<a href="127.0.0.1/bakla"/>
<img src="main/tang.png" alt="HighRated"/>
</a>
</div>
<div style="padding-left: 380px;" style="padding-top: 100px;"/>
<a href="127.0.0.1/tabkla"/>
<img src="main/tang.png" alt="HighRated"/>
</a>
</div>
</body>
</html>
when I have 1 button it is working fine but when I have 2 buttons I can't control it it just places the button where ever it wants :O