Jump to content

PureUnknown

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

PureUnknown's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Ok basically im trying to skin my ipb forum http://www.gfxvisions.com/ipb to have my overall surroundings of my main site. I've somewhat succeeded except with the problems below. [b]In Opera[/b] [url=http://img521.imageshack.us/my.php?image=untitled14cu.jpg][img]http://img521.imageshack.us/img521/190/untitled14cu.th.jpg[/img][/url] but when i view it in I.E this is what my problem is. [b]In Internet Explorer[/b] [url=http://img521.imageshack.us/my.php?image=untitled25ic.jpg][img]http://img521.imageshack.us/img521/439/untitled25ic.th.jpg[/img][/url] and a friend looked at it in firefox and he gets this: [url=http://img280.imageshack.us/my.php?image=problem6fp.jpg][img]http://img280.imageshack.us/img280/4733/problem6fp.th.jpg[/img][/url] and here is my code that i use to do this [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xml:lang="en" lang="en" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=<% CHARSET %>" /> <link rel="shortcut icon" href="favicon.ico" /> <title><% TITLE %></title> <% GENERATOR %> <% CSS %> <% JAVASCRIPT %> </head> <body> <style type="text/css"> body { background-color: rgb(255,255,255); background-image: url(../ipb/forumlayout/images/graffbg.gif); background-position: center center; background-repeat: no-repeat; background-attachment: fixed; } </style> <center> <table id="Table_01" width="800" height="361" border="0" cellpadding="0" cellspacing="0"> <tr> <td colspan="12"> <img src="../ipb/forumlayout/images/index_01.jpg" width="800" height="53" alt=""></td> </tr> <tr> <td rowspan="4"> <img src="../ipb/forumlayout/images/index_02.jpg" width="17" height="146" alt=""></td> <td colspan="10"> <img src="../ipb/forumlayout/images/index_03.jpg" width="762" height="62" alt=""></td> <td rowspan="4"> <img src="../ipb/forumlayout/images/index_04.jpg" width="21" height="146" alt=""></td> </tr> <tr> <td colspan="10"> <img src="../ipb/forumlayout/images/index_05.jpg" width="762" height="20" alt=""></td> </tr> <tr> <td rowspan="2"> <img src="../ipb/forumlayout/images/index_06.jpg" width="1" height="64" alt=""></td> <td colspan="3"> <a href="#"><img src="../ipb/forumlayout/images/index_07.jpg" alt="" width="100" height="31" border="0"></a></td> <td> <a href="#"><img src="../ipb/forumlayout/images/index_08.jpg" alt="" width="107" height="31" border="0"></a></td> <td> <a href="#"><img src="../ipb/forumlayout/images/index_09.jpg" alt="" width="133" height="31" border="0"></a></td> <td> <a href="#"><img src="../ipb/forumlayout/images/index_10.jpg" alt="" width="151" height="31" border="0"></a></td> <td colspan="3" rowspan="2"> <img src="../ipb/forumlayout/images/index_11.jpg" width="270" height="64" alt=""></td> </tr> <tr> <td colspan="6"> <img src="../ipb/forumlayout/images/index_12.jpg" width="491" height="33" alt=""></td> </tr> <tr> <td colspan="3" background="../ipb/forumlayout/images/index_13.jpg">&nbsp;</td> <td colspan="7" align="left" valign="top" background="../ipb/forumlayout/images/index_14.jpg"><span class="style3"> <div id="ipbwrapper"> <% BOARD HEADER %> <% MEMBER BAR %> <% NAVIGATION %> <!--IBF.NEWPMBOX--> <% BOARD %> <% BOARD FOOTER %> <% STATS %> <% COPYRIGHT %> </div> </td> <td height="75" colspan="2" background="../ipb/forumlayout/images/index_15.jpg">&nbsp;</td> </tr> <tr> <td colspan="12"> <img src="../ipb/forumlayout/images/index_16.jpg" width="800" height="45" alt=""></td> </tr> <tr> <td colspan="4" rowspan="2"> <img src="../ipb/forumlayout/images/index_17.jpg" width="30" height="41" alt=""></td> <td colspan="5" align="center" valign="middle" background="../ipb/forumlayout/images/index_18.jpg"><span class="style3">IPB COPYRIGHT HERE </span></td> <td colspan="3" rowspan="2"> <img src="../ipb/forumlayout/images/index_19.jpg" width="36" height="41" alt=""></td> </tr> <tr> <td colspan="5"> <img src="../ipb/forumlayout/images/index_20.jpg" width="734" height="23" alt=""></td> </tr> <tr> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="17" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="1" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="6" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="6" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="88" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="107" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="133" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="151" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="255" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="6" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="9" height="1" alt=""></td> <td> <img src="../ipb/forumlayout/images/spacer.gif" width="21" height="1" alt=""></td> </tr> </table> </center> </body> </html> [/code]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.