At the end of page smiley pic in EI is align middle, but in Mozilla Firefox it is align bottom? What to do to fix that in MF? I suppose this is outdated code, so give me new one.
align is a deprecated attribute that defined the horizontal alignment. The allowed values are left|right|center
Quote:
I suppose this is outdated code, so give me new one.
Frightfully sorry but we are not here for you to give orders to!!!!!
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Try playing around with CSS Floats (please google it, I'm on mobile). Also, when you use floats, make sure to clear: them so the other elements in the page flow around it properly.
__________________ Check out my Please login or register to view this content. Registration is FREE or my Please login or register to view this content. Registration is FREE !
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
Try playing around with CSS Floats (please google it, I'm on mobile). Also, when you use floats, make sure to clear: them so the other elements in the page flow around it properly.
I found this one:
<img class="floatright" src="smilea.gif" alt="" width="15"
height="15"> I put it on my page and it works! Excellent! Thanks!
btw do you realise how uncomfortable that bold white serif text is to read against a black background?
bold should be used selectively, and try a very light grey on black instead of pure white
Thanks for pointing that out, I made changes but put gray as background and black fonts. My page is best view in IE. For example I do not know why that text upon pic for example "(Photo:http://www.bloodyelbow.com)" is small in IE as I want to be and is so big in MFirefox which I do not like? How to fixed that? It si about that code:
<font size="-2"><strong><CENTER>(Photo: http://www.bloodyelbow.com) </center></strong></font>
Or is it something about setings in my MF?
First, the phrase "best viewed in...(insert browser name)" has not been used since 2002 at the latest. And neither has that code. <font> and <center> have been deprecated about that long as well. You just cant use code that's ten years out of date and expect modern browsers to behave. If it's WHAT'S being displayed, use HTML. If it's HOW it's being displayed, use CSS.
Forget the "best viewed in" phrase ever existed. Learn modern coding. We have plenty of links and stickies here to help you do that. This is rather like asking someone developing UFC fighting games why your text game written in BASIC on a Commodore 64 won't work right.
tim
__________________ SEO "experts" smell like Big Fish_|_ Please login or register to view this content. Registration is FREE
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?