Thread: My Name Doesnt show up with a crown

Results 1 to 8 of 8
  1. #1 My Name Doesnt show up with a crown 
    Registered Member
    Join Date
    Jan 2013
    Posts
    8
    Thanks given
    0
    Thanks received
    0
    Rep Power
    0
    If i put the crown after the name it appears me the glow name and the crown.

    <span style="color: blue; font-weight: bold; text-shadow: 0 0 .7em blue;"><img src="http://i49.tinypic.com/2l9k1aa.png" border="0">
    </span></a>
    But

    If i code like this for the crown appears 1st, the name doesnt appear

    <img src="http://i49.tinypic.com/2l9k1aa.png" border="0"><span style="color: blue; font-weight: bold; text-shadow: 0 0 .7em blue;">
    </span></a>


    Someone can help me?
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Jul 2011
    Posts
    91
    Thanks given
    13
    Thanks received
    9
    Rep Power
    26
    This:
    Code:
    <img src="http://i49.tinypic.com/2l9k1aa.png" border="0"><span style="color: blue; font-weight: bold; text-shadow: 0 0 .7em blue;">
    </span></a>
    Should be:
    Code:
    <img src="http://i49.tinypic.com/2l9k1aa.png"><span style="color: blue; font-weight: bold; text-shadow: 0 0 .7em blue;">
    </span></img>
    Try that.
    Reply With Quote  
     

  3. #3  
    Adobe

    Dreamweaver's Avatar
    Join Date
    Jan 2010
    Posts
    1,067
    Thanks given
    38
    Thanks received
    149
    Rep Power
    246
    Quote Originally Posted by S3R0 View Post
    This:
    Code:
    <img src="http://i49.tinypic.com/2l9k1aa.png" border="0"><span style="color: blue; font-weight: bold; text-shadow: 0 0 .7em blue;">
    </span></a>
    Should be:
    Code:
    <img src="http://i49.tinypic.com/2l9k1aa.png"><span style="color: blue; font-weight: bold; text-shadow: 0 0 .7em blue;">
    </span></img>
    Try that.
    No.

    Code:
    <img src="http://i49.tinypic.com/2l9k1aa.png" alt="" height="" width="" /><span style="color: blue; font-weight: bold; text-shadow: 0 0 .7em blue;">
    </span>
    You always need alt, height, width and src attributes when using image tags.

    If that does not work, try adding a container.

    Code:
    <div><img src="http://i49.tinypic.com/2l9k1aa.png" alt="" height="" width="" /><span style="color: blue; font-weight: bold; text-shadow: 0 0 .7em blue;">
    </span></div>
    Also, never add in-line styles.
    Reply With Quote  
     

  4. #4  
    Registered Member
    Join Date
    Jul 2011
    Posts
    91
    Thanks given
    13
    Thanks received
    9
    Rep Power
    26
    Quote Originally Posted by Dreamweaver View Post
    No.

    Code:
    <img src="http://i49.tinypic.com/2l9k1aa.png" alt="" height="" width="" /><span style="color: blue; font-weight: bold; text-shadow: 0 0 .7em blue;">
    </span>
    You always need alt, height, width and src attributes when using image tags.

    If that does not work, try adding a container.

    Code:
    <div><img src="http://i49.tinypic.com/2l9k1aa.png" alt="" height="" width="" /><span style="color: blue; font-weight: bold; text-shadow: 0 0 .7em blue;">
    </span></div>
    Also, never add in-line styles.
    I suppose there was a better way of doing it, but the height and width tags aren't needed in this situation.
    Reply With Quote  
     

  5. #5  
    Adobe

    Dreamweaver's Avatar
    Join Date
    Jan 2010
    Posts
    1,067
    Thanks given
    38
    Thanks received
    149
    Rep Power
    246
    Quote Originally Posted by S3R0 View Post
    I suppose there was a better way of doing it, but the height and width tags aren't needed in this situation.
    Yes they are...

    When adding images you should always specify a height, width and alternative text.

    Just because an image is the prefect size on file, does not mean you don't need to add the dimension attributes.
    Reply With Quote  
     

  6. #6  
    Registered Member
    Join Date
    Jul 2011
    Posts
    91
    Thanks given
    13
    Thanks received
    9
    Rep Power
    26
    Quote Originally Posted by Dreamweaver View Post
    Yes they are...

    When adding images you should always specify a height, width and alternative text.

    Just because an image is the prefect size on file, does not mean you don't need to add the dimension attributes.
    I'm just curious here. If the width and height tags aren't assigned a value, what's the point in adding those two tags into the <img> code? I had forgotten about the alternative text tag lol.
    Reply With Quote  
     

  7. #7  
    Adobe

    Dreamweaver's Avatar
    Join Date
    Jan 2010
    Posts
    1,067
    Thanks given
    38
    Thanks received
    149
    Rep Power
    246
    If the width and height attribute are not supplied, some browsers will give it a default height and width, and some will use the ones that the images have on file. The alternative text attribute gives users with screen readers a text instead of nothing, it also shows text if the image does not load or is corrupted.
    Reply With Quote  
     

  8. #8  
    Registered Member
    Join Date
    Jul 2011
    Posts
    91
    Thanks given
    13
    Thanks received
    9
    Rep Power
    26
    I guess that would make sense. My Web Design teacher didn't tell me that. I knew about the alternative text attribute, though.
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Similar Threads

  1. Server background picture doesnt show right pi
    By i am infamy in forum Help
    Replies: 4
    Last Post: 12-28-2012, 07:21 AM
  2. Chat Text Above Head Doesnt Show Up!
    By Division in forum Help
    Replies: 10
    Last Post: 03-03-2011, 09:29 PM
  3. Why doesnt the item picture show up ?
    By Akeid in forum Help
    Replies: 8
    Last Post: 12-15-2009, 02:00 AM
  4. prayers doesnt show giving rep++
    By Darkie in forum Help
    Replies: 2
    Last Post: 02-23-2009, 07:05 PM
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •