How do I add myself an avatar from the public avatar library?
General Web-programming
Hello Guest
  
  • Login
• Register…
• Start blog
  • Who, Where, When
• What is interesting here?
• Duels
  • Polls
• Avatars
• Interests
  • Cities and Countries
• Random blog
• Users search
  • Search
• Games
• Tests
• QAIX
  • Сообщества
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > General Web-programmingGo to page: « previous | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | next »

  Top users: 
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
Wednesday, 16 April 2008
FP Access & Pictures Swalt 19:47:01
 Front PAge used to create my website. Website contains used car inventory and
pictures. What is the best way to maintain pictures?
The user is allowed to use Editor to delete vehicles but pictures are left
untouched
comment 1 answer | Add comment
Re: totaly new to web design... Mike Mueller 01:41:08
 Frontpage is a very easy to use software that you should not have any
problems using to create a website.

It is not perfect-
1. The latest version is over 5 years old
2. FP is IE-centric. Basically this means that it should look good in
Internet Explorer, but you may get mixed results in other browers (eg
Firefox)
3. Many features that are available work with the proprietaru FrontPage
Server Extensions. While these make some tasks very easy to do, they are not
flexible and many hosts are getting away from supporting them

Microsoft released Expression Web about a year and a half ago. It is
compliant with most web standards, and MS is being very liberal on what
qualifies for upgrade pricing- basically ane FP version or Office suite for
starters. There is a free 90 day trial available for it and there is a free
beta version of the next release available also


"pswanie" <pswanie@discussion­s.microsoft.com> wrote in message
news:7B40B178-030A-­42C5-8B43-1118EC27CD­DA@microsoft.com...
am i at the right group? im used to be in the excel group...
i never designd a website before.. any sugestions?
i think im gona use microsoft office frontpage... good/bad? sugestions?

Add comment
Tuesday, 15 April 2008
How to do that? Jack 20:27:53
 I need to create a hyperlink to open a new page with the specified height
and width.
How to do that?
Jack


comment 3 answer | Add comment
Monday, 14 April 2008
Styled Printing from IE 7.0 JorgenNM 17:14:00
 I am using Frontpage 2003 to create an intranet site.
I want to create a print feature which style the web page in a reader
friendly style controlled by a style sheet. I expect to use the print icon of
IE7.0
How do I do this.
Best regards Jorgen

Add comment
Sunday, 13 April 2008
Re: Save problems in FP Rob Giordano 07:47:39
 kewl...thanks for the feedback.

--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression






"Ken" <untangledwebs@hotm­ail.com> wrote in message
news:u5kzKXGnIHA.52­60@TK2MSFTNGP03.phx.­gbl...
Thanks Rob,
I figured it out. When I save the page it tells me it has to save the
thumbnails. FP 2002 lets me use the default, select or create a
folder...I just didn't see it. The default folder had been deleted. I
just created a new "thumbs" folder. It's all good.
"Rob Giordano (Crash)" <webmaster@siriussy­stems.invalid> wrote in message
news:3BDDC3C2-CF42-­4460-927D-615F911C8D­CD@microsoft.com...
Are you opening your web site first?
File | Open Web / Site
File | Import File and import your images into the images folder (or
anywhere in the web that you want)
Then work with them from there.
--
~~~~~~~~~~~~~~~~~~
Rob Giordano
Microsoft MVP Expression
"Ken" <untangledwebs@hotm­ail.com> wrote in message
news:#Srv2YCnIHA.41­40@TK2MSFTNGP04.phx.­gbl...
I've created a table on a page in FP 2002, and inserted, then
thumbnailed some images. When I go to save it says " The folder that
would hold URL ' My Webs..etc' does not exist...What is wrong here? I
know that when I create thumbnails they're usually saved in obscure
places..What do I do? P.S. Same thing in Expression.. Please help.

Add comment
Table: how to restribute columns evenly? Jack 05:05:16
 My table of 15 columns has uneven width columns.
How to redistribute evenly columns, without changing the rows height?
Jack


comment 1 answer | Add comment
Table: how to? Jack 05:04:34
 How to increase width of the first column without changing the width of
remaining columns but just to increase the total table width?
Jack


comment 1 answer | Add comment
Friday, 11 April 2008
Why FP insists of saving embedded picture? Jack 23:45:50
 Hello,
I do not have embedded picture and I could care less about it.
What I have is just a link to the picture located on web.
Why FP insists of saving it?? I do not want that!
I want just to save the page I designed without a picture (but with the link
to it).
Jack


comment 5 answers | Add comment
My print.css does not work JorgenNM 16:58:00
 I am running FP 2003 on a WinXP Proff PC in order to maintain a intranet WEB
site.
The site is supported by CSS named body.css for the WEB version and a
print-body.css to control printout from the individual pages.

This has worked fine for a couple of years, but now I am in trouble. When I
want to print from the WEB-browser my pages does not show in full with of the
paper as they used to do.

I have first noticed the problem some time after I updated to Explorer 7,
but I am not sure.



My body.css looks like this

body{
color: #FFFFFF;
background: #CCFFFF;
}

#text{
width:750px;
margin-top:40px;
margin-left:auto;
margin-right:auto;
padding:2px;
text-align:left;
color:black;
background-color : #CCFFFF;
border:solid 0 #669;
}


P {
font-family: Arial, Sans-Serif;
font-size:14px;
background-image: none;
line-height:14pt ;
text-align : left;
color: #000000;
background: #CCFFFF;
margin-top: 0;
margin-left: 10pt;
margin-bottom: 8pt;
}

H1{
font-family : Arial, Sans-Serif;
font-size : 22px;
color : #000099;
background: #CCFFFF;
text-decoration : none;
text-align : left;
margin-bottom: 6pt;
}


My print-body.css looks like this

@media print {
TABLE.noprint, DIV.noprint {display:none}
}

body{
color: #FFFFFF;
}

#text{
margin-left:auto;
margin-right:auto;
padding:2px;
text-align:left;
color:black;
background-color : none;
}


P {
font-family: Times, Serif;
font-size:10pt;
line-height:10pt ;
text-align : left;
margin-top: 0;
margin-left: 10pt;
margin-right:80pt;
margin-bottom: 8pt;
}

H1{
font-family : Arial, Sans-Serif;
font-size : 12pt;
font-weight : bold;
text-align : left;
margin-bottom: 6pt;
}


And the individual pages looks like this

<html>
<head>
<meta http-equiv="Content­-Type" content="text/html;­ charset=windows-125­2" >
<meta http-equiv="Content­-Language" content="da" >
<meta name="GENERATOR" content="Microsoft FrontPage 6.0" >
<meta name="ProgId" content="FrontPage.­Editor.Document" >
<meta http-equiv="pragma"­ content="no-cache" />
<meta http-equiv="Cache-C­ontrol" content="no-store" />
<meta http-equiv="imageto­olbar" content="false" >
<link href="../body.css" rel="stylesheet" type="text/css" >
<link href="../print_body­.css" rel="stylesheet" type="text/css"
media="print"/>
</head>

.
.
</html>

Thanks in advance

Jorgen


Add comment
Limit field value Sid1976 16:00:00
 I'm building a form and have a calculation that inputs the result in a text
field. However when the results come back, in some cases the value has many
decimal places. As the figure is supposed to be a monetary value I would like
to reduce the number to 2 decimal places.

Is the a simple format I can apply, or does anyone have anything else I can
use please.
Add comment
Re: Advice on Search Engine Optimization - Spam Rob Giordano 07:29:12
 Spammage




Add comment
Thursday, 10 April 2008
How to create an organizational chart in front page Fatma 14:36:52
 How to create an organizational chart in front page but (with pictures of the
employees ) and there naming in each field ,, I also want once the user place
a mouse on the picture of that employee he can get a mini cv shown in a
small window about that employee but only if the mouse is on his picture ,,
comment 1 answer | Add comment
Wednesday, 9 April 2008
Navigation with include statement Annettem@Co.Saint-Croix.Wi.Us 22:40:09
 I have a page called nav.htm and it is a page that shows a table of
contents of sorts. This page have many hyperlinks to other pages. I
then have a pages called welcome, disclaimer, introduction, etc. Each
of these pages are comprised of a table with two cells. The right
cells is the specific information for each page -- for example the
welcome page's right cell has a welcoming note; the right cell of the
disclaimer page has a disclaimer note; the right cell of the
introduction page has introduction information.

I would like to include the nav.htm page in the left cell of each of
these pages. I used the insert/web component option and selected the
nav.htm.

But, nothing displays.

Am I doing this wrong, or is there a better way to do this -- with a
straing <!--include> option?
comment 3 answer | Add comment
New to tables Ken 22:37:29
 I'm new to tables..Can anyone tell me if it's possible to format a cell like
you would an autoshape? What I mean is gradients and things like that..Do I
have to create a picture and use swap pic to give it some animation? Is
this an incredibly stupid question..Any tips would be helpful....

comment 1 answer | Add comment
Re: Current Link Decoration? Stefan B Rusynko 20:23:00
 Correct
- active is only the one with a mousedown event currently in effect

For any currently visited page style (different when that page is loaded)
- you will need a client side or server side script (not just a CSS style) to determine which page you are on
Search for breadcrumb navigation scripts (they usually include a current page node)

--

___________________­____________________­______
SBR @ ENJOY (-:­ [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-site­s.com/sitebuilder/ne­wsgroups.asp
___________________­____________________­______


"RoadKill" <RoadKill@discussio­ns.microsoft.com> wrote in message news:2A48FCB2-BF46-­4F35-A086-96B27D38B6­CF@microsoft.com...
| But doesn't active just cover it until the page actually loads? That seems to
| be the case on our intranet site anyway.
|
| "Trevor Lawrence" wrote:
|
| >
| > "RoadKill" <RoadKill@discussio­ns.microsoft.com> wrote in message
| > news:235E31D9-9F77-­4ADE-8ABC-B06BC7D9AF­2D@microsoft.com...
| > > You can do text decoration for a link hovered over, but can you do one
| > > that
| > > is for one currently being visited? This is what i have right now.
| > >
| > > a {color: #660000;}
| > > a:link {text-decoration: underline}
| > > a:visited {text-decoration: underline}
| > > a:hover {text-decoration: underline}
| >
| > Use a:active
| >
| > Examples are given in http://www.w3school­s.com/CSS/css_pseudo­_classes.asp
| > a:link {color: #FF0000} /* unvisited link */
| > a:visited {color: #00FF00} /* visited link */
| > a:hover {color: #FF00FF} /* mouse over link */
| > a:active {color: #0000FF} /* selected link */
| >
| > Note that the order is important
| > --
| > Trevor Lawrence
| > Canberra
| > Microsoft MVP - FrontPage
| > MVP Web Site http://trevorl.mvps­.org
| >
| >
| >


comment 1 answer | Add comment
Saturday, 5 April 2008
Sharepoint server not installed, can't find folders Ja 21:30:19
 I can't open my remote website. It used to open with no problem.

Depending on how I go about it, I either get a message that says "sharepoint
server doesn't seem to be installed on the server" or "can't find files and
folders", or if I open a page from the browser, it wants to save it to the
"My Webs" folder on my computer.

I tried Detect and Repair, but that didn't help.

I am using FP 2003. Is there any way to fix this?

Thanks, JA


Add comment
Hover buttons Ken 20:25:44
 I'm running Fp 2002 on Vista. I'm trying to come up with a decent Nav bar.
Can anyone tell me how to customize hover button properties so the initial
button isn't so plain..maybe a gradient or a pic?

comment 1 answer | Add comment
Is this the right newsgroup for IE css questions? Dave Rado 00:28:01
 Hi

I'm having problems getting with older (v5.5 and 6) versions of IE to render
correctly when using css - is this the right newsgroup to post this
questions about this to? If not, please could someone suggest a better one?
The people at the non-Microsoft css newsgroups don't seem to be interested
in trying to solve IE-specific problems, especially not for IE5.5, which
so0me of them are dismissive of the users of (but there are still quite a
lot of IE5.5 users, so it's a problem).

Dave


comment 14 answers | Add comment
Sunday, 30 March 2008
Tables size Mary Ann 18:44:37
 Would someone please tell me what size to set the table on page:
www.mooreframes.com­/vtwin.htm

I'm refering to the table in the middle with the pics.

It looks fine on my screen but to far to the left on a wide screen. I would
like it to stretch wider when someone views it on a wider screen. Thank you
comment 8 answers | Add comment
How to get help? Mary Ann 17:37:20
 I was wondering if someone can tell me how I can find help with some FP
issues other then forums. There is noone in my area because I've tried, so is
there people online that would speak to me on the phone and walk me through a
few tasks? I realize they would want to be paid, which is fine as along as
they know what their talking about and really help me.

I've built quite a few sites with FP, self taught and I know I've done some
things incorrectly and would like to fix them. I would also like to do a few
new things but have had a lot of trouble even with the help of forums and
online tutorials. Taking a class is not an option because there are none in
my area. Thank you.
comment 9 answers | Add comment
Saturday, 29 March 2008
Loading asp pages from within an asp page Perpetually perplexed 00:50:01
 I am trying to have 1, of 2 license.asp pages loaded transparently. I want to
direct the user to a page(asp, html, aspx....) and have either license1.asp
or, license2.asp loaded automatically. I know very little about scripting. Do
I need to do this using VB, VBScript, or, can I simply do it using html?

Thanks!
comment 4 answer | Add comment
Wednesday, 26 March 2008
Password protect one of our web pages Aal 23:50:43
 I don't have FrontPage anymore, but have SharePoint. One of our web pages
has a meeting registration form, only for members. However, it is not
password protected and has been the source for spamming as it is submitted to
an in-office e-mail address. We want to password protect the page to prevent
this.

What are the code and steps?
comment 1 answer | Add comment

Add new topic:

How:  Register )
 
Login:   Password:   
Comments by: Premoderation:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > General Web-programmingGo to page: « previous | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | next »

see also:
[JBoss Seam] - Re: faces version…
[JBoss Portal] - Problems with…
[EJB 3.0] - New wiki for sharing libs…
pass tests:
see also:
Some Problems of Ripping DVD to ipod…

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .