Post new topic This topic is locked, you cannot edit posts or make further replies.  [ 9 posts ] 
Author Message
 Post subject: Web Development Problem.
PostPosted: March 28th, 2007, 5:52 pm 
Rsbandb Donor
Offline

Joined: January 5th, 2006, 11:18 pm
Posts: 1521
Location: Canada ca
RS Name: Jadchor
RS Status: P2P
Clan Name: The Order of War
Okay, I'm facing a problem with the website I'm putting together in Dreamweaver 8. On the visual editor on dreamweaver, it looks to be correct, as seen below,

Image

But then when I go to preview it as it would look like on a browser it show sup like so,

Image

It looks as if it is double spaced some how, and I don't know how to change those settings on Dreamweaver so it doesn't look double spaced on browser view.

Any help is appreciated. Thanks.

~Jaden

*If you want to discuss anything related to this problem on chat, add my msn, Hockeyguy_17_19@hotmail.com*

_________________
Image


Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: March 28th, 2007, 5:52 pm 
Rsbandb Donor

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: March 28th, 2007, 8:41 pm 
Rsbandb Donor
Offline

Joined: November 1st, 2004, 12:35 pm
Posts: 499 ca
RS Name: General aj01
RS Status: Classic
Clan Name: None
^ Ya im working with doom on making a webpage, ~ it's late, but you need fix the tables your self to make them work probably, like i was just trying to do for the hover ... *pain in the rear*

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: March 28th, 2007, 9:37 pm 
Rsbandb Donor
Offline

Joined: October 25th, 2004, 10:12 pm
Posts: 3055
Location: New Zealand nz
RS Name: Chief. Snake
RS Status: Retired
Clan Name: Bits and Bytes
Can you upload the site anywhere? It would be a lot easier to help if I could see the code. :wink:

_________________


Top
 Profile  
 
 Post subject:
PostPosted: March 29th, 2007, 3:32 pm 
Rsbandb Donor
Offline

Joined: January 5th, 2006, 11:18 pm
Posts: 1521
Location: Canada ca
RS Name: Jadchor
RS Status: P2P
Clan Name: The Order of War
I'd prefer not to upload it right now, sorry, but I will include its codes below.

Also, when I put them in seperate table rows, there is still a space. There is a very small space between every table row.

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body,td,th {
   font-size: 10px;
}
.style1 {font-family: "Century Gothic"}
h1,h2,h3,h4,h5,h6 {
   font-family: Century Gothic;
}
h1 {
   font-size: 12px;
}
-->
</style></head>

<body>
<div align="center">
  <p>&nbsp;</p>
  <p><img src="http://img489.imageshack.us/img489/8137/leftsidewhite1al8.png" /></p>
  <table border="0" cellpadding="0" cellspacing="0" bordercolor="#111111" width="50%" id="AutoNumber1">
    <tr>
      <td width="100%"><p align="center"> <img src="Untitled-5_3columnphoto2wr5.png" border="0" alt="Image Hosted by ImageShack.us" width="544" height="286" /></p></td>
    </tr>
    <tr>
      <td width="100%"><p align="center"> <img src="Untitled-5_leftsidewhite1sz6.png" border="0" alt="Image Hosted by ImageShack.us" width="13" height="27" /><img src="Untitled-5_homepagewz4.png" alt="Image Hosted by ImageShack.us" width="165" height="27" /><img src="Untitled-5_leftsidewhite2ss2.png" alt="Image Hosted by ImageShack.us" width="8" height="27" /><img src="Untitled-5_biographyxm7.png" alt="Image Hosted by ImageShack.us" width="173" height="27" /><img src="Untitled-5_rightsidewhite2yb8.png" alt="Image Hosted by ImageShack.us" width="8" height="27" /><img src="Untitled-5_artgalleryrl8.png" alt="Image Hosted by ImageShack.us" width="164" height="27" /><img src="Untitled-5_rightsidewhite1se0.png" alt="Image Hosted by ImageShack.us" width="13" height="27" /></p></td>
    </tr>
    <tr>
      <td width="100%"><p align="center"> <img src="Untitled-5_navigationmiddlebreakeg1.png" alt="Image Hosted by ImageShack.us" width="544" height="5" /></p></td>
    </tr>
    <tr>
      <td width="100%"><p align="center"> <img src="Untitled-5_bottomleftsidewhite1wo1.png" alt="Image Hosted by ImageShack.us" width="13" height="26" /><img src="Untitled-5_portfolioba0.png" alt="Image Hosted by ImageShack.us" width="165" height="26" /><img src="Untitled-5_bottomleftsidewhite2ep7.png" alt="Image Hosted by ImageShack.us" width="8" height="26" /><img src="Untitled-5_tutorialszw7.png" alt="Image Hosted by ImageShack.us" width="173" height="26" /><img src="Untitled-5_bottomgright2kf6.png" alt="Image Hosted by ImageShack.us" width="8" height="26" /><img src="Untitled-5_forumsiz1.png" alt="Image Hosted by ImageShack.us" width="164" height="26" /><img src="Untitled-5_bottomright1cv3.png" alt="Image Hosted by ImageShack.us" width="13" height="26" /></p></td>
    </tr>
    <tr>
      <td width="100%"><p align="center"> <img src="Untitled-5_navigationbottombreaklx2.png" alt="Image Hosted by ImageShack.us" width="544" height="12" /></p></td>
    </tr>
    <tr>
      <td width="100%"></td>
    </tr>
  </table>
  <p>&nbsp;</p>
  <p>&nbsp;</p>
</div>
</body>
</html>

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: March 30th, 2007, 3:22 pm 
Rsbandb Donor
Offline

Joined: November 1st, 2004, 12:35 pm
Posts: 499 ca
RS Name: General aj01
RS Status: Classic
Clan Name: None
Fixed, I had to manually fix his tables, but it's done :)

_________________
Image


Top
 Profile  
 
 Post subject:
PostPosted: March 30th, 2007, 4:20 pm 
Rsbandb Donor
Offline

Joined: January 5th, 2006, 11:18 pm
Posts: 1521
Location: Canada ca
RS Name: Jadchor
RS Status: P2P
Clan Name: The Order of War
Andy wrote:
Fixed, I had to manually fix his tables, but it's done :)


Yes, thanks to Andy, it looks great now. None of those darn spaces anymore :P. If anyone would like to take a quick look at the webpage made by both Andy and I, please visit at,

http://andy0.com/drdoom/doomdream/index.html

*Remove link if rules are being violated*

_________________
Image


Top
 Profile  
 
 Post subject: Register and login to get these in-post ads to disappear
PostPosted: March 30th, 2007, 4:20 pm 
Rsbandb Donor

Joined: September 9th, 2004, 1:47am
Posts: 9047
Location: In your web browserz


Top
  
 
 Post subject:
PostPosted: March 30th, 2007, 4:47 pm 
Runite Member
Offline

Joined: December 27th, 2006, 4:14 pm
Posts: 562
Location: USA us
RS Name: Eynx
RS Status: P2P
Clan Name: Pierce The Sky
I looked at the site and it only has a home page. It's pretty cool.

_________________
Image
| Quest Cape Owner |


Top
 Profile  
 
 Post subject:
PostPosted: March 30th, 2007, 5:26 pm 
Dragon Member
User avatar
Offline

Joined: June 25th, 2005, 3:26 pm
Posts: 1919
Location: My your bed is soft...
RS Name: de4thm4ge411
RS Status: Classic
um..for now on, i would highly recommend using CSS with positioning to start with.

_________________
Image

Image


Top
 Profile  
 
 Post subject:
PostPosted: March 31st, 2007, 5:13 am 
Rsbandb Donor
Offline

Joined: November 1st, 2004, 12:35 pm
Posts: 499 ca
RS Name: General aj01
RS Status: Classic
Clan Name: None
Yes i would rather use CSS, but it was just easier to table it (like rsbandb main page)



_________________
Image


Top
 Profile  
 
Display posts from previous:  Sort by  

You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Jump to: