dydocan
dydocan
- Joined
- Jul 2, 2010
- Messages
- 95
- Reaction score
- 0
PHP:
<html>
<body style="background-image:url(main/ddn.png); background-position:middle">
<div style="padding-left: 620px;" />
<div style="padding-top: 100px;" />
<h1 style="color:red">LALALALA!</h1>
<a href="***">
<img src="main/wom.png" border="0">
<div style="padding-left: 620px;" />
<div style="padding-top: 200px;" />
</a>
<a href="****"/>
</div>
</body>
</html>
Well the first padding is working perfect on the text but when i want to pad the image nothing is happening can anybody make the code for me please so the image pads too..
and please don't do it like this
<img src="main/wom.png" border="0" style="padding-top: 200px; style="padding-left:
I need to have them seperate or it won't work need to have them like this
<img src="main/wom.png" border="0">
<div style="padding-left: 620px;" />
<div style="padding-top: 200px;" />
but I know that I didn't write something right but I need to have the padding-left and padding-top seperate.