PC Review


Reply
Thread Tools Rate Thread

Design view not showing relative positioning

 
 
Dennis Hevener
Guest
Posts: n/a
 
      10th Aug 2005
Hi--

I am trying to use relative positioning in the style of elements. To see
the result of my positioning, I have to switch to Preview. Design just
shows the default element position, no matter where left and top are set. I
cannot drag the element either.All I can do is modifyi the HTML, then go to
Preview to see if I guessed right. This makes positioning several elements
precisely very tedious and time consuming.

Absolute positioning works as expected--you can drag elements, and their
position is shown in the Design view.

Is there some setting I need to change?

Thanks,

Dennis
http://hosenose.com


 
Reply With Quote
 
 
 
 
Murray
Guest
Posts: n/a
 
      10th Aug 2005
> I am trying to use relative positioning in the style of elements.

Why? What is this going to get you?

--
Murray
============

"Dennis Hevener" <770-307-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi--
>
> I am trying to use relative positioning in the style of elements. To see
> the result of my positioning, I have to switch to Preview. Design just
> shows the default element position, no matter where left and top are set.
> I cannot drag the element either.All I can do is modifyi the HTML, then go
> to Preview to see if I guessed right. This makes positioning several
> elements precisely very tedious and time consuming.
>
> Absolute positioning works as expected--you can drag elements, and their
> position is shown in the Design view.
>
> Is there some setting I need to change?
>
> Thanks,
>
> Dennis
> http://hosenose.com
>



 
Reply With Quote
 
Dennis Hevener
Guest
Posts: n/a
 
      10th Aug 2005
I have a web page that is currently uses absolute positioning. My client
wants to email this info an HTML email, appearing below a
programmatically-generated variable-length "personalized" letter.

So, I put the contents of the web page in a one-cell table, and use relative
positioning for the elements in the cell. The whole table moves up or down
as the text above it changes, buy the elements remain positioned correctly
relative to each other. Cool, huh?

Does your copy of FrontPage behave as I described?

Thanks,

Dennis

"Murray" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>> I am trying to use relative positioning in the style of elements.

>
> Why? What is this going to get you?
>
> --
> Murray
> ============
>
> "Dennis Hevener" <770-307-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi--
>>
>> I am trying to use relative positioning in the style of elements. To see
>> the result of my positioning, I have to switch to Preview. Design just
>> shows the default element position, no matter where left and top are set.
>> I cannot drag the element either.All I can do is modifyi the HTML, then
>> go to Preview to see if I guessed right. This makes positioning several
>> elements precisely very tedious and time consuming.
>>
>> Absolute positioning works as expected--you can drag elements, and their
>> position is shown in the Design view.
>>
>> Is there some setting I need to change?
>>
>> Thanks,
>>
>> Dennis
>> http://hosenose.com
>>

>
>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      10th Aug 2005
> So, I put the contents of the web page in a one-cell table, and use
> relative positioning for the elements in the cell. The whole table moves
> up or down as the text above it changes, buy the elements remain
> positioned correctly relative to each other. Cool, huh?


This is how relative positioning works. By the way, the table would be
unnecessary. The divs would still position properly without it.

> Does your copy of FrontPage behave as I described?


Yes. It's clearly a little bamboozled by relatively positioned elements when
looking in Design view, but it is correctly positioned in Preview.

--
Murray
============

"Dennis Hevener" <770-307-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I have a web page that is currently uses absolute positioning. My client
>wants to email this info an HTML email, appearing below a
>programmatically-generated variable-length "personalized" letter.
>
> So, I put the contents of the web page in a one-cell table, and use
> relative positioning for the elements in the cell. The whole table moves
> up or down as the text above it changes, buy the elements remain
> positioned correctly relative to each other. Cool, huh?
>
> Does your copy of FrontPage behave as I described?
>
> Thanks,
>
> Dennis
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>> I am trying to use relative positioning in the style of elements.

>>
>> Why? What is this going to get you?
>>
>> --
>> Murray
>> ============
>>
>> "Dennis Hevener" <770-307-(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Hi--
>>>
>>> I am trying to use relative positioning in the style of elements. To
>>> see the result of my positioning, I have to switch to Preview. Design
>>> just shows the default element position, no matter where left and top
>>> are set. I cannot drag the element either.All I can do is modifyi the
>>> HTML, then go to Preview to see if I guessed right. This makes
>>> positioning several elements precisely very tedious and time consuming.
>>>
>>> Absolute positioning works as expected--you can drag elements, and their
>>> position is shown in the Design view.
>>>
>>> Is there some setting I need to change?
>>>
>>> Thanks,
>>>
>>> Dennis
>>> http://hosenose.com
>>>

>>
>>

>
>



 
Reply With Quote
 
Dennis Hevener
Guest
Posts: n/a
 
      10th Aug 2005
> This is how relative positioning works. By the way, the table would be
> unnecessary. The divs would still position properly without it.


Thanks for the tip!

Too bad FrontPage doesn't handle relative positioning better. I can think
of all sorts of uses for it.

Dennis


"Murray" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>> So, I put the contents of the web page in a one-cell table, and use
>> relative positioning for the elements in the cell. The whole table moves
>> up or down as the text above it changes, buy the elements remain
>> positioned correctly relative to each other. Cool, huh?

>
> This is how relative positioning works. By the way, the table would be
> unnecessary. The divs would still position properly without it.
>
>> Does your copy of FrontPage behave as I described?

>
> Yes. It's clearly a little bamboozled by relatively positioned elements
> when looking in Design view, but it is correctly positioned in Preview.
>
> --
> Murray
> ============
>
> "Dennis Hevener" <770-307-(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>I have a web page that is currently uses absolute positioning. My client
>>wants to email this info an HTML email, appearing below a
>>programmatically-generated variable-length "personalized" letter.
>>
>> So, I put the contents of the web page in a one-cell table, and use
>> relative positioning for the elements in the cell. The whole table moves
>> up or down as the text above it changes, buy the elements remain
>> positioned correctly relative to each other. Cool, huh?
>>
>> Does your copy of FrontPage behave as I described?
>>
>> Thanks,
>>
>> Dennis
>>
>> "Murray" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>> I am trying to use relative positioning in the style of elements.
>>>
>>> Why? What is this going to get you?
>>>
>>> --
>>> Murray
>>> ============
>>>
>>> "Dennis Hevener" <770-307-(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> Hi--
>>>>
>>>> I am trying to use relative positioning in the style of elements. To
>>>> see the result of my positioning, I have to switch to Preview. Design
>>>> just shows the default element position, no matter where left and top
>>>> are set. I cannot drag the element either.All I can do is modifyi the
>>>> HTML, then go to Preview to see if I guessed right. This makes
>>>> positioning several elements precisely very tedious and time consuming.
>>>>
>>>> Absolute positioning works as expected--you can drag elements, and
>>>> their position is shown in the Design view.
>>>>
>>>> Is there some setting I need to change?
>>>>
>>>> Thanks,
>>>>
>>>> Dennis
>>>> http://hosenose.com
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
Murray
Guest
Posts: n/a
 
      10th Aug 2005
Yeah - it's a bit annoying. I'll bet they fix it.

--
Murray
============

"Dennis Hevener" <770-307-(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>> This is how relative positioning works. By the way, the table would be
>> unnecessary. The divs would still position properly without it.

>
> Thanks for the tip!
>
> Too bad FrontPage doesn't handle relative positioning better. I can think
> of all sorts of uses for it.
>
> Dennis
>
>
> "Murray" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>>> So, I put the contents of the web page in a one-cell table, and use
>>> relative positioning for the elements in the cell. The whole table moves
>>> up or down as the text above it changes, buy the elements remain
>>> positioned correctly relative to each other. Cool, huh?

>>
>> This is how relative positioning works. By the way, the table would be
>> unnecessary. The divs would still position properly without it.
>>
>>> Does your copy of FrontPage behave as I described?

>>
>> Yes. It's clearly a little bamboozled by relatively positioned elements
>> when looking in Design view, but it is correctly positioned in Preview.
>>
>> --
>> Murray
>> ============
>>
>> "Dennis Hevener" <770-307-(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>>I have a web page that is currently uses absolute positioning. My client
>>>wants to email this info an HTML email, appearing below a
>>>programmatically-generated variable-length "personalized" letter.
>>>
>>> So, I put the contents of the web page in a one-cell table, and use
>>> relative positioning for the elements in the cell. The whole table moves
>>> up or down as the text above it changes, buy the elements remain
>>> positioned correctly relative to each other. Cool, huh?
>>>
>>> Does your copy of FrontPage behave as I described?
>>>
>>> Thanks,
>>>
>>> Dennis
>>>
>>> "Murray" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>>> I am trying to use relative positioning in the style of elements.
>>>>
>>>> Why? What is this going to get you?
>>>>
>>>> --
>>>> Murray
>>>> ============
>>>>
>>>> "Dennis Hevener" <770-307-(E-Mail Removed)> wrote in message
>>>> news:(E-Mail Removed)...
>>>>> Hi--
>>>>>
>>>>> I am trying to use relative positioning in the style of elements. To
>>>>> see the result of my positioning, I have to switch to Preview. Design
>>>>> just shows the default element position, no matter where left and top
>>>>> are set. I cannot drag the element either.All I can do is modifyi the
>>>>> HTML, then go to Preview to see if I guessed right. This makes
>>>>> positioning several elements precisely very tedious and time
>>>>> consuming.
>>>>>
>>>>> Absolute positioning works as expected--you can drag elements, and
>>>>> their position is shown in the Design view.
>>>>>
>>>>> Is there some setting I need to change?
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Dennis
>>>>> http://hosenose.com
>>>>>
>>>>
>>>>
>>>
>>>

>>
>>

>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

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 On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Relative Positioning in IE6 Nathan Sokalski Windows XP Internet Explorer 3 6th Sep 2009 08:27 AM
Fields not showing up in design view Eric D. Braden Microsoft Access Queries 1 24th Oct 2007 09:42 PM
My control source name is not showing up in textbox in Design View =?Utf-8?B?RHVzdGlu?= Microsoft Access 1 6th Jun 2007 03:33 AM
Relative positioning with layers... =?Utf-8?B?VmljZjIz?= Microsoft Frontpage 1 16th Aug 2004 06:57 PM
Derived User Control not showing up in Design View. Steven Microsoft Dot NET 0 17th Jan 2004 02:04 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:46 PM.