Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
UNABLE to ALIGN DREAMWEAVER 8
Old 09-11-2006, 03:00 PM UNABLE to ALIGN DREAMWEAVER 8
Novice Talker

Posts: 8
Name: Jim Webber
Location: On the web.
Trades: 0
I'm having the same issue using Dreamweaver 8 and GoLive CS2.

I want to create a table with a height and width of 100%, and then align a gif image in the bottom left so that it will always stay in the bottom left corner of the browser window. In the layout view, I am able to do this, but once it is previewed in the browser it always puts the logo to the top left.

I have the same problem when trying to place a table in the center of a browser... I create a 100% wide and high table, 1 cell, with a cell alignment of middle and center. Then I nest a table within the larger table. It will show in the center when in layout mode, but shoot to the top in a browser.

The fact that this is happening in both Dreamweaver 8 and Go Live tells me I'm missing a step. Can anyone help?
thecatsmeow is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-11-2006, 03:56 PM Re: UNABLE to ALIGN DREAMWEAVER 8
ChipJohns's Avatar
I don't know! Do you?

Posts: 488
Name: Chip Johns
Location: Savannah Georgia
Trades: 0
can we see the code?
Can you give us an address to view the page?
ChipJohns is offline
Reply With Quote
View Public Profile Visit ChipJohns's homepage!
 
Old 09-11-2006, 04:17 PM Re: UNABLE to ALIGN DREAMWEAVER 8
Novice Talker

Posts: 8
Name: Jim Webber
Location: On the web.
Trades: 0
Page is yet unpublished but here's the code, it's a table 100% W by 100% H, 1 cell aligned middle and center, with a nested table that has a blue background:

<head>
<title>Untitled Document</title>
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td align="center" valign="middle"><table width="50%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="200" bgcolor="#0000CC">&nbsp;</td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>


I noticed a lot of posters suggesting that tables are a rookie method. Nevertheless, I have been able to do this with an old version of Dreamweaver so I know it's possible and would like to know the table method.
thecatsmeow is offline
Reply With Quote
View Public Profile
 
Old 09-11-2006, 06:18 PM Re: UNABLE to ALIGN DREAMWEAVER 8
LadynRed's Avatar
Defies a Status

Posts: 10,017
Location: Tennessee
Trades: 0
Believe it or not, your problem would be solved much easier with CSS and no tables.

What doctype are you using ? I get mid-screen placement with an HTML 4.01 Transitional, but top center alignment with a doctype of XHTML 1.0 Transitional.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 09-11-2006, 06:41 PM Re: UNABLE to ALIGN DREAMWEAVER 8
Super Talker

Posts: 110
Name: Jason
Trades: 0
Have you tried looking at it in a browser. I use DW8 and find that alot of times DW8 does not render things correctly but when I view it in IE or FF that it looks just fine. I think DW8 has a rendering issue
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE

autoecart is offline
Reply With Quote
View Public Profile Visit autoecart's homepage!
 
Old 09-12-2006, 01:03 PM Re: UNABLE to ALIGN DREAMWEAVER 8
Novice Talker

Posts: 8
Name: Jim Webber
Location: On the web.
Trades: 0
Yes I've looked at it in IE and Mac Safari. I'm not too fluent with CSS but ran through some basics. What I need to do is get a background image to appear behind the content always in the lower left of the browser, like a footer almost. Would I use absolute positing for this?
thecatsmeow is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to UNABLE to ALIGN DREAMWEAVER 8
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.64870 seconds with 12 queries