Membership is FREE – with unlimited access to all features, tools, and discussions. Premium accounts get benefits like banner ads and newsletter exposure. ✅ Signature links are now free for all. Share your own thoughts and experience, accounts may be terminated for violations.
  • Welcome to AcornDomains.co.uk, a friendly community for UK domain investors, developers and anyone interested in domain names.

    Whether you're looking to buy or sell domains, learn more about the UK domain market, get feedback on your names, or simply chat with other domainers, you're in the right place. AcornDomains has been bringing together people from across the UK domain industry for many years, from complete beginners to experienced investors.

    Have a look around, join the discussions and, if you haven't already, create a free account and introduce yourself.

missing text problem

Status
Not open for further replies.
Joined
Jun 29, 2009
Posts
126
Reaction score
2
Hi guys,
I've made a simple CSS round corner template but I can't get the text to appear in the left column. The code is:-

------------------------------------------------------------------
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<style type="text/css">


body {background:#555;}

.container {background: #fff; color: #000; margin:0 auto; width:750px;}

.rtop, .rbottom{display:block;background:#555;}
.rtop *, .rbottom *{display: block;height: 1px;background:orange;}
.r1{margin: 0 5px}
.r2{margin: 0 3px}
.r3{margin: 0 2px}
.r4{margin: 0 1px;height: 2px}


.header1 {height:10px;background:orange;}

.header2 {height:90px;background:#fff;}

.navbar {height:20px;background:#000;color:#fff;}

.leftcol {width:200px;height:300px;float:left;margin-left:-750px;}

.rightcol {width:550px;height:300px;background:#ffc;margin-left:200px;}

.footer {clear:both;width:100%;height:20px;background:orange;}





</style>
<title>444template</title>
</head>
<body>



<div class="container">
<b class="rtop"><b class="r1"></b> <b class="r2"></b> <b class="r3"></b> <b class="r4"></b></b>

<div class="header1">
</div>

<div class="header2">
<h1>Text Here</h1>
and here
</div>


<div class="navbar">
text here
</div>


<div class="leftcol">
no text here ???????????????????????
</div>


<div class="rightcol">
text here
</div>

<div class="footer">
text here
</div>




<b class="rbottom"><b class="r4"></b> <b class="r3"></b> <b class="r2"></b> <b class="r1"></b></b>
</div>



</body>
</html>

-----------------------------------------------------------------------

Can you help ?
Cheers,
Mark.

p.s. I dont know why those smilies have appeared in place of the o !
 
Status
Not open for further replies.
Top Bottom