![]() |
Div code help
Hello again, I have another issue.
For my post: http://www.madeinregio.com/2012/10/0...to-recruiting/ password: sebastian The coding used here is: <img src="http://www.madeinregio.com/wp-content/uploads/2012/10/steph111.png" alt="" title="" width="900" height="567" class="alignnone size-full wp-image-2001" /> <div style="position: relative; top: -547px; left: 45px; width: 1000px; z-index: 2"> <h1><font size="6">Ride for the fall                 Sebastian 3<sup>rd</sup> floor, Stephon 4<sup>th</sup> floor </h1></div></font> and it works perfectly on Google Chrome: http://i46.tinypic.com/oidwmu.png but Safari and Firefox both show this: http://i48.tinypic.com/s5gr3n.png I want Safari and Firefox to show it the same way as Google Chrome. Hopefully someone can help me with this. The CSS could possibly be the issue. or possbily the   code doesnt work well with the other browsers. |
Hi, looks like you intended using
Code:
Code:
  |
Once creates space on a line, when makes space between lines?
Is it not right to use it? |
Hi, not a good idea to use it repeatedly. To change the spacing between lines add a line height within you CSS style. Since you are using inline styling I would suggest using a style block along the lines of
Code:
<style type="text/css">On the subject of getting the space right between the text you may wish to try a transparent image sized to fit and use Code:
<h1>Ride for the fall<img src="path-of-image/image.gif" width="300" height="20" alt="spacer">Sebastian 3<sup>rd</sup> floor, Stephon 4<sup>th</sup> floor</h1> |
| All times are GMT +1. The time now is 03:25 PM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.