Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Place text vertically center next to an image
Old 07-02-2010, 08:52 AM Place text vertically center next to an image
Super Talker

Posts: 142
Name: William
Trades: 0
I am trying to place text to the right of an image, (logo) but the text stays at the top of the image (to the right) I have tried to add a margin to the top of the text, it moves the image too...

here is the specific piece of code:

PHP Code:
 <div class="logo"></div>
<
div class="clear"></div>
<
div class="header">
<!--
header stuff goes here -->
Pamper Babes
</div
I did have it like
PHP Code:
<div class="header">
<!--
header stuff goes here -->
<
div class="logo"></div>
<
div class="clear"></div>
Pamper Babes
</div
but just done the exact same.

Code:
.header {
      font-size:50px;
      font-weight:bolder;
      color:#ff30af;
      text-align:left;
  }
  .logo {
      background:url(images/logo.png) no-repeat;
      height:100px;
      width:100px;
      display:block;
      float:left;
  }

Last edited by UUilliam; 07-02-2010 at 08:54 AM..
UUilliam is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-02-2010, 08:55 AM Re: Place text vertically center next to an image
Super Talker

Posts: 142
Name: William
Trades: 0
also: URL = http://www.uuilliam.net/cuti
UUilliam is offline
Reply With Quote
View Public Profile
 
Old 07-02-2010, 10:06 AM Re: Place text vertically center next to an image
Super Talker

Posts: 142
Name: William
Trades: 0
I have currently just made a header.png image and using that instead of text just now, I would prefer text though.
UUilliam is offline
Reply With Quote
View Public Profile
 
Old 07-02-2010, 10:23 AM Re: Place text vertically center next to an image
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Set the line-height on that div for the logo equal to the height of the image - the text will center vertically. Put your "Pamper Babes" in an h1 tag, remove margins, add left padding to push the text past the logo image.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Place text vertically center next to an image
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 2.13330 seconds with 12 queries