Ask a Question related to ASP.NET General, Design and Development.
-
Harry Whitehouse #1
Overlapping Text on ASPX Pages (seen on some browsers)
I've put up a few simple ASPX pages and they seem to display fine on all of
the IE versions in my office, but periodically I hear from a remote user
that the various text elements (distinct sections in tables, panels or just
laid in) are overlapping.
I'm using Arial pretty exclusively as a font.
What should I check on to see what is causing this problem on some browers?
Is this a screen resolution issue? An available font issue?
TIA
Harry
Harry Whitehouse Guest
-
Pages look different in different browsers
Here's another one -- my edited pages look great in Firefox once published, but are missing words and pics in Internet Explorer (that DO exist in the... -
Shifting Text and Overlapping Characters in PDF
Some of my co-workers are finding that some of the PDFs exported out of InDesign CS2 have text problems. Some sentences aren't aligning to the margin... -
Datagrid overlapping text below it
I’ve asked this question few days ago. However, I did not get a reply. So, I thought may be I should rephrase my questions. This is my question... -
Overlapping Text on Printout
I have a database that has a large text field (font - Arial). When I print a record, some characters blend together. There appears to be no problem... -
aspx pages not displaying in ie6
When aspx pages are made in vs.net, loading on the local host displays the labels all in the top left corner of the screen. Also, all textboxes and... -
Steve C. Orr, MCSD #2
Re: Overlapping Text on ASPX Pages (seen on some browsers)
Different browsers display HTML differently.
The only way to find out for sure how it will display in different browsers
is to test it with each browser that you choose to support.
It sounds like your problem is related to the grid layout positioning of
your page.
One solution would be to switch to Flow layout instead.
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Harry Whitehouse" <harry@envmgr.com> wrote in message
news:%2378mQo9TDHA.1552@TK2MSFTNGP12.phx.gbl...of> I've put up a few simple ASPX pages and they seem to display fine on alljust> the IE versions in my office, but periodically I hear from a remote user
> that the various text elements (distinct sections in tables, panels orbrowers?> laid in) are overlapping.
>
> I'm using Arial pretty exclusively as a font.
>
> What should I check on to see what is causing this problem on some> Is this a screen resolution issue? An available font issue?
>
> TIA
>
> Harry
>
>
Steve C. Orr, MCSD Guest
-
bruce barker #3
Re: Overlapping Text on ASPX Pages (seen on some browsers)
you are probably using grid mode. this will cause overlapping if the viewing
browser is not setup simular to the design one. this is because the layout
is in pixels, and the size of a font string depends on the font resolution.
to be sure elemets are not too tight together, switch to large fonts on your
box and redesign the page. try several different screen resolutions also.
you may want to use flow mode which doesn't have this issue.
-- bruce (sqlwork.com)
"Harry Whitehouse" <harry@envmgr.com> wrote in message
news:#78mQo9TDHA.1552@TK2MSFTNGP12.phx.gbl...of> I've put up a few simple ASPX pages and they seem to display fine on alljust> the IE versions in my office, but periodically I hear from a remote user
> that the various text elements (distinct sections in tables, panels orbrowers?> laid in) are overlapping.
>
> I'm using Arial pretty exclusively as a font.
>
> What should I check on to see what is causing this problem on some> Is this a screen resolution issue? An available font issue?
>
> TIA
>
> Harry
>
>
bruce barker Guest
-
Harry Whitehouse #4
Re: Overlapping Text on ASPX Pages (seen on some browsers)
Thanks all for your great suggestions!
If I simply change the page layout property to "flow" and rebuild, will that
actually convert to flow layout? I ask because when I did this nothing
noticably changed on my machine.
TIA
Harry
Harry Whitehouse Guest



Reply With Quote

