Htlm Image background
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Htlm Image background
Forum version : Phpbb2
Position : Administrator
Concerned browser(s) : Google Chrome
Who the problem concerns : all
Forum link : http://gamemunity.team-talk.net/
the problem is, i want to change the grey color to an image but i cant do it i dont know why ( the grey color is working as an background the image its to be an background too.).
Html :
Position : Administrator
Concerned browser(s) : Google Chrome
Who the problem concerns : all
Forum link : http://gamemunity.team-talk.net/
the problem is, i want to change the grey color to an image but i cant do it i dont know why ( the grey color is working as an background the image its to be an background too.).
Html :
- Code:
<style>
<body>
</style>
<h1 style="background-color:lightgrey;width: 1210px; height: 900px;">
<div align="center">
<a href="http://gamemunity.team-talk.net/f53-clan-wars"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-person-128.png" alt="CW Report!" style="width:42px;height:42px;border:0;" /></a><a href="http://gamemunity.team-talk.net/"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-person-128.png" alt="Help! How The [Language] i use it ?" style="width:42px;height:42px;border:0;" /></a><a href="http://gamemunity.team-talk.net/f7-report-a-hacker"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-person-128.png" alt="Report an Hacker!" style="width:42px;height:42px;border:0;" /></a> </div>
<div align="center">
<iframe src="http://webchat.quakenet.org/?channels=Gamemunity_HC.Wars" style="width: 650px; height: 400px;"> </iframe>
</div>
</h1>
Last edited by Luis Ferreira on January 7th 2016, 3:05 pm; edited 1 time in total
Re: Htlm Image background
You messed the code a lot. This one should work:
- Code:
<style>
body{
background-color:lightgrey;
}
</style>
<div align="center">
<a href="http://gamemunity.team-talk.net/f53-clan-wars"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-person-128.png" alt="CW Report!" style="width:42px;height:42px;border:0;" /></a><a href="http://gamemunity.team-talk.net/"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-person-128.png" alt="Help! How The [Language] i use it ?" style="width:42px;height:42px;border:0;" /></a><a href="http://gamemunity.team-talk.net/f7-report-a-hacker"><img src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-person-128.png" alt="Report an Hacker!" style="width:42px;height:42px;border:0;" /></a> </div>
<div align="center">
<iframe src="http://webchat.quakenet.org/?channels=Gamemunity_HC.Wars" style="width: 650px; height: 400px;"> </iframe>
</div>
- Code:
background:url('image url')
Re: Htlm Image background
Last edited by Luis Ferreira on January 7th 2016, 2:58 pm; edited 2 times in total (Reason for editing : Forget its solved with the last code thx :))
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum