Results 1 to 5 of 5

Thread: help me pls.....

  1. #1
    Join Date
    Oct 2007
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default help me pls.....

    [B]how to put background colour "#00ffff" into below commands?[B]


    <div style="BORDER-RIGHT: gold 4px solid; BORDER-TOP: gold 4px solid; BACKGROUND: url(http://i95.photobucket.com/albums/l1...anner4-1.jpg); BORDER-LEFT: gold 4px solid; WIDTH: 13.25%; BORDER-BOTTOM: gold 4px solid; HEIGHT: 126px"><div style="FONT-SIZE: 20px; BACKGROUND: url(http://i95.photobucket.com/albums/l1...3d_shark.gif); FILTER: alpha(opacity=60); MARGIN-BOTTOM: 0px; WIDTH: 222.62%; HEIGHT: 101px; opacity: .85"><p align="center"><font face="Verdana" color="#0000aa" side="4"><em><strong>AsianBookie</strong></em>
    </font><strong><font face="Tahoma" color="#ff0000" size="5">Team Steady</span>
    <font color="#8a2be2" size="3">Steady Winnie</font></font></strong></p><marquee><strong><font face="Comic Sans MS" color="#800080" size="3">Steady Steady Poon Pi Pi!!!.Join Now!!!</font></strong></marquee></div></div>

  2. #2
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Very, very, very messy code. But here you go:
    HTML Code:
    <div style="BORDER-RIGHT: gold 4px solid; BORDER-TOP: gold 4px solid; BACKGROUND:#00ffff url(http://i95.photobucket.com/albums/l1...anner4-1.jpg); BORDER-LEFT: gold 4px solid; WIDTH: 13.25%; BORDER-BOTTOM: gold 4px solid; HEIGHT: 126px"><div style="FONT-SIZE: 20px; BACKGROUND: url(http://i95.photobucket.com/albums/l1...3d_shark.gif); FILTER: alpha(opacity=60); MARGIN-BOTTOM: 0px; WIDTH: 222.62%; HEIGHT: 101px; opacity: .85"><p align="center"><font face="Verdana" color="#0000aa" side="4"><em><strong>AsianBookie</strong></em>
    </font><strong><font face="Tahoma" color="#ff0000" size="5">Team Steady</span>
    <font color="#8a2be2" size="3">Steady Winnie</font></font></strong></p><marquee><strong><font face="Comic Sans MS" color="#800080" size="3">Steady Steady Poon Pi Pi!!!.Join Now!!!</font></strong></marquee></div></div>
    Jeremy | jfein.net

  3. The Following User Says Thank You to Nile For This Useful Post:

    sir_eg9 (07-30-2008)

  4. #3
    Join Date
    Oct 2007
    Posts
    10
    Thanks
    2
    Thanked 0 Times in 0 Posts

    Default

    thanks buddy !
    i love u

  5. #4
    Join Date
    Jan 2008
    Posts
    4,168
    Thanks
    28
    Thanked 628 Times in 624 Posts
    Blog Entries
    1

    Default

    Ok... Your welcome?
    Last edited by Nile; 07-30-2008 at 02:10 PM.
    Jeremy | jfein.net

  6. The Following User Says Thank You to Nile For This Useful Post:

    sir_eg9 (07-30-2008)

  7. #5
    Join Date
    Jul 2006
    Location
    just north of Boston, MA
    Posts
    1,806
    Thanks
    13
    Thanked 72 Times in 72 Posts

    Default

    Quote Originally Posted by Nile View Post
    Very, very, very messy code. But here you go:
    HTML Code:
    <div style="BORDER-RIGHT: gold 4px solid; BORDER-TOP: gold 4px solid; BACKGROUND:#00ffff url(http://i95.photobucket.com/albums/l1...anner4-1.jpg); BORDER-LEFT: gold 4px solid; WIDTH: 13.25%; BORDER-BOTTOM: gold 4px solid; HEIGHT: 126px"><div style="FONT-SIZE: 20px; BACKGROUND: url(http://i95.photobucket.com/albums/l1...3d_shark.gif); FILTER: alpha(opacity=60); MARGIN-BOTTOM: 0px; WIDTH: 222.62%; HEIGHT: 101px; opacity: .85"><p align="center"><font face="Verdana" color="#0000aa" side="4"><em><strong>AsianBookie</strong></em>
    </font><strong><font face="Tahoma" color="#ff0000" size="5">Team Steady</span>
    <font color="#8a2be2" size="3">Steady Winnie</font></font></strong></p><marquee><strong><font face="Comic Sans MS" color="#800080" size="3">Steady Steady Poon Pi Pi!!!.Join Now!!!</font></strong></marquee></div></div>
    Nile, I am sure you just added the background color to his code, however as you said this is very messy code, and they are also using some depreciated tags, and has others that aren't declared properly.

    I have cleaned up those depreciated tags, and corrected a few of the minor errors in tag formatting

    HTML Code:
    <div style="border: gold 4px solid; background: #00ffff url('http://i95.photobucket.com/albums/l1...anner4-1.jpg'); width: 13.25%; height: 126px;">
    	<div style="background-image: url(http://i95.photobucket.com/albums/l1...3d_shark.gif); filter: alpha(opacity=60); margin-bottom: 0; width: 222.62%; height: 101px; opacity: 0.85; font-weight: bold">
    		<p style="text-align:center;">
    			<span style="font-face:Verdana; color:#0000aa; font-style:italic;" size="4">AsianBookie</span>
    			<span style="font-face:Tahoma; color: #ff0000;" size="5">Team Steady</span>
    			<span style="color:#8a2be2" size="3">Steady Winnie</span>
    		</p>
    		<marquee style="font-face:Comic Sans MS; color:#800080" size="3">Steady Steady Poon Pi Pi!!!.Join Now!!!</marquee>
    	</div>
    </div>
    since you wanted to have the bold on all of your text, I put it in the upper level css style to save on space. I also deleted the font-size because you have explicitly set the size of each piece of text in the associated tag.

    now Nile, your last comment about redirecting to photoshop, that's coming from the fact that the url's used in the background image declarations are not complete

    so he either needs to fix the links or get rid of the url() portion of the background css declaration

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •