Help - Search - Members - Calendar
Full Version: Please help
HTMLHelp Forums > Web Authoring > Markup (HTML, XHTML, XML)
L124Q
I need help w/ this code
ok
http://profile.myspace.com/index.cfm?fusea...endid=402212285
don't worry I'm not advertising my myspace because it's a simple test page
but my problem is
in the top, where the banner is (which is composed of 4 pictures and a video) there's a space between the video and the last picture(not allowing everything to connect =[ )
This is urgent

anyone have a clue on how to fix this ?
here's part of the code(the part that contains the pics n vid)
CODE
</a>
<div class="xiiiTopBanner" style="position:absolute; top:0px; left:50%; margin-top:5px; margin-left:-375px; z-index:9 !important">
<img src="http://img519.imageshack.us/img519/2608/topze3.jpg" width="730" height="95" /> <br>
<IMG SRC="http://img366.imageshack.us/img366/7909/leftaku9.jpg"
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="345" width="421" align="top" data="http://www.youtube.com/v/fbnhrDls0xI&hl=en&fs=0">
  <param name="allowScriptAccess" value="never" />
  <param name="allowNetworking" value="internal" />
  <param name="movie" value="http://www.youtube.com/v/fbnhrDls0xI&hl=en&fs=0" />
</object>
<IMG SRC="http://img525.imageshack.us/img525/3276/rightaes9.jpg"
<IMG SRC="http://img366.imageshack.us/img366/7780/bottomaqo2.jpg"
</div>

I tried making the pics on the side longer but it seemed to stay the same =/

Thanks

-L124Q
Bryan_B
QUOTE(L124Q @ Oct 7 2008, 04:23 PM) *

I need help w/ this code
ok
http://profile.myspace.com/index.cfm?fusea...endid=402212285
don't worry I'm not advertising my myspace because it's a simple test page
but my problem is
in the top, where the banner is (which is composed of 4 pictures and a video) there's a space between the video and the last picture(not allowing everything to connect =[ )
This is urgent

anyone have a clue on how to fix this ?
here's part of the code(the part that contains the pics n vid)
CODE
</a>
<div class="xiiiTopBanner" style="position:absolute; top:0px; left:50%; margin-top:5px; margin-left:-375px; z-index:9 !important">
<img src="http://img519.imageshack.us/img519/2608/topze3.jpg" width="730" height="95" /> <br>
<IMG SRC="http://img366.imageshack.us/img366/7909/leftaku9.jpg"
<object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="345" width="421" align="top" data="http://www.youtube.com/v/fbnhrDls0xI&hl=en&fs=0">
  <param name="allowScriptAccess" value="never" />
  <param name="allowNetworking" value="internal" />
  <param name="movie" value="http://www.youtube.com/v/fbnhrDls0xI&hl=en&fs=0" />
</object>
<IMG SRC="http://img525.imageshack.us/img525/3276/rightaes9.jpg"
<IMG SRC="http://img366.imageshack.us/img366/7780/bottomaqo2.jpg"
</div>

I tried making the pics on the side longer but it seemed to stay the same =/

Thanks

-L124Q



Your image tags have no end />

Ex:
<IMG SRC="http://img525.imageshack.us/img525/3276/rightaes9.jpg"

should be
<IMG SRC="http://img525.imageshack.us/img525/3276/rightaes9.jpg" alt="" />

Add at least the /> to the following images:
<IMG SRC="http://img525.imageshack.us/img525/3276/rightaes9.jpg"
<IMG SRC="http://img366.imageshack.us/img366/7780/bottomaqo2.jpg"
<IMG SRC="http://img366.imageshack.us/img366/7909/leftaku9.jpg"

Try that and see what happens!

Bryan
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2010 Invision Power Services, Inc.