BoltZ Posted October 31, 2008 Share Posted October 31, 2008 Title says it all. I am trying to get an image on teh same line as the Installation Wizard text and then push the rest of the text down. I can't seem to get it like it no matter what I try. the link for this site is in my signature Thanks Quote Link to comment Share on other sites More sharing options...
dropfaith Posted October 31, 2008 Share Posted October 31, 2008 making the h1 that the text is in display:inline; Quote Link to comment Share on other sites More sharing options...
BoltZ Posted October 31, 2008 Author Share Posted October 31, 2008 That didn't work. You can view my link in my sig once again. Try firebug. Its a lot quicker diagnosis typically Quote Link to comment Share on other sites More sharing options...
ifubad Posted October 31, 2008 Share Posted October 31, 2008 Keep dropfaith's suggestion, but also set the img containing div to display:inline <div style="display:inline" class="logo'> <img xxxxxxxxx> </div> Problem will be when the window is resized to a small enough size, since your layout is liquid, the image may get wrapped to the next line anyway. Quote Link to comment Share on other sites More sharing options...
BoltZ Posted October 31, 2008 Author Share Posted October 31, 2008 Ok thanks, that didn't work only because i saw the image was too wide and when i resized it then it worked, to make sure you were right though i took off display:inline and it worked so you were right! thanks Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted October 31, 2008 Share Posted October 31, 2008 Something similar to this (modify XXpx to a pixel amount): .logo{ float:left; padding-top:XXpx; } .IW{ float:left; } <h1 class="IW">Installation Wizard</h1> Quote Link to comment Share on other sites More sharing options...
BoltZ Posted October 31, 2008 Author Share Posted October 31, 2008 I know you were trying to help with that post but I already got this problem solved. Man I need to get into the habit of pressing that Solved button :/ Quote Link to comment Share on other sites More sharing options...
The Little Guy Posted October 31, 2008 Share Posted October 31, 2008 That would be a good idea! Quote Link to comment Share on other sites More sharing options...
BoltZ Posted October 31, 2008 Author Share Posted October 31, 2008 Yea it probably would. This is the third thread now already that that has happened. You would think I would learn by now. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.