Doesnt work<div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; style='opacity:0.5;filter:alpha(opacity=50)' ; border-color: #ffffff;">
<div id="img-main" style="width: 88px; height: 100px;">
</div>

Doesnt work<div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; style='opacity:0.5;filter:alpha(opacity=50)' ; border-color: #ffffff;">
<div id="img-main" style="width: 88px; height: 100px;">
</div>
Try putting the images in the same folder as your web document, then:
or<div style="width: 550px; background: url(images/trans.png); border-style: solid; border-width: 1px; border-color: #ffffff;">
<div id="img-main" style="width: 88px; height: 100px;">
</div>
<div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff;">
<div id="img-main" style="width: 88px; height: 100px;">
</div>
Last edited by eLv; 30-05-2009 at 05:22 PM.
Yay, this worked which you did
Now i have to center it and kick it down some lines, how would i do a big line by the way im clueless now<div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff;">
<div id="img-main" style="width: 88px; height: 100px;">
</div>
Thanks
Ross
Add in margin-top: 50px; into the div style=" " will do.
That hasnt done anything![]()
I suppose you added margin: auto; to center it? Make it like this:
<div style="margin: auto;">
<div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff; margin-top:30px;">
Then add another </div> at the end.
doesnt work
it shows like this correct;
if so doesnt work.<div style="margin: auto;">
<div style="width: 550px; background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff; margin-top:30px;">
<div id="img-main" style="width: 88px; height: 100px;">
</div>
Tried this, it's working:
<div style="width: 550px; margin: auto;">
<div style="background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff; margin-top:30px;">
tisnt working for me, well no line under the TITTLEE part.<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>TITLEEEE</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<!--
body {
background-image: url(background_r2_c2.png);
}
.style3 {
font-size: 38px;
font-style: italic;
color: #FFFFFF;
}
-->
</style></head>
<body>
<span class="style3">TITLEEEEEE</span>
</body>
<center>
<div style="width: 550px; margin: 0 auto;">
<div style="background-color: #ffffff ; border-style: solid; border-width: 1px; opacity:0.5;filter:alpha(opacity=50); border-color: #ffffff; margin-top:30px;">
</div>
</center>
</html>
Ross
Change the margin-top: to a greater value then, it's working on my comp.
EDIT: You want a solid line or just a line break?![]()
Last edited by eLv; 30-05-2009 at 05:55 PM.
Want to hide these adverts? Register an account for free!