Posterize.us: How do I fix the positioning problem with my header - Posterize.us

Jump to content

Tips

When posting, be sure to include any extra info that will be helpful in diagnosing your issue. (Include link to your Posterous blog, along with any code snippets, etc.)

Also, be sure to check the official theming reference first if you're having trouble: http://posterous.com/theming/reference
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

How do I fix the positioning problem with my header

#1 User is offline   pictorlumen 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 09-March 11

Posted 22 March 2011 - 07:07 AM

I am new to posterous and a novice at HTML & CSS and I am struggling to implement my customized theme.

What I am trying to do is to have this design http://www.immersion...m/posterousblog as my header (code is provided below)

But clearly I do not understand something because while I can get the stripped background in the correct place my table that contains the other elements such as the logo, text, etc that I use seems to have a placement problem as you can see here www.immersionproject.posterous.com

It the perfect world I would like the posterous graphic to slide to the right and have my header appear in the location shown here http://www.immersion...m/posterousblog


This is the code for my existing header
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Immersion Project</title>

<style type="text/css">
body {

background-image: url(blog/images/background-stripe-blog-sm1.png);
background-repeat: repeat-x;
background-color: #191515;
color:white;
}
#tagline {
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 24px;
color: #FFF;
font-style: italic;
line-height:150%;
padding-left:20px;
}
</style>
</head>

<body>
<table width="633" height="125" border="0" align="left">
<tr>
<td width="144" height="119" align="right"><img src="blog/images/logo_sm.png" width="100" height="100" /></td>
<td width="479" id="tagline">Turning Ordinary into Extraordinary<br/>
<a href="http://www.facebook.com/pages/Immersion-Project/181562925222332"><img src="blog/images/facebook-icon-24x24.png" width="24" height="24" /></a> <a href="http://twitter.com/ImmersionProj"><img src="blog/images/twitter-icon-24x24.png" width="24" height="24" /></a></td>
</tr>
</table>
</body>
</html>
0

#2 User is offline   Cory Watilo 

  • Advanced Member
  • Group: Administrators
  • Posts: 272
  • Joined: 30-September 09
  • LocationOrange County, CA
  • Posterous URL:http://watilo.com

Posted 22 March 2011 - 03:15 PM

Your table width is set to 633. Change it to 100% and it will fill the screen horizontally.
Cory Watilo
My Posterous: http://watilo.com
Twitter: http://twitter.com/corywatilo
0

#3 User is offline   pictorlumen 

  • Newbie
  • Pip
  • Group: Members
  • Posts: 4
  • Joined: 09-March 11

Posted 22 March 2011 - 07:01 PM

View PostCory Watilo, on 22 March 2011 - 03:15 PM, said:

Your table width is set to 633. Change it to 100% and it will fill the screen horizontally.


Thanks Cory,

It appears that I need to use % for the width of the columns as well to control the placement.


--Ed
0

Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users