Header help *any css heads spare 5 mins?
-
Hey im new to wordpress, i have an ok knowledge of css but im stuck as hell. I need to add a header image too the top of the blog that is the same width as the blog (https://blog.magicodesign.com/) and that sits without a gap next too the main division. This is my code ive messed with for hours and gave up (so its back as it was from the body part of the header too the end of the header code)
<body>
<div id=”container”>
<div id=”skip”>
Skip to content
Skip to search – Accesskey = s
</div>
<hr />
<h1>“><?php bloginfo(‘name’); ?></h1>
<!– Tag line description is off by default. Please see readme.txt or CSS(h1,tagline) for more info
<div class=”tagline”><?php // remove bloginfo(‘description’); ?></div>
–>
<div id=”content_bg”>
<!– Needed for dropshadows –>
<div class=”container_left”>
<div class=”container_right”>
<div class=”topline”>
<!– Start float clearing –>
<div class=”clearfix”>
<!– end header –>Anyone have an idea how to get a nice iamge in there? thanks!
- The topic ‘Header help *any css heads spare 5 mins?’ is closed to new replies.