473,411 Members | 2,186 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,411 software developers and data experts.

Inline style


Hi,

I have a strange problem: I wrote a reverse proxy that redirects pages to a
local or remote server. Everything seems to work fine, but I have a strange
problem with inline styles. In my proxy, the inline style disappears, while
if I executed the website on the local server only, without the reverse
proxy processing anything, the inline styles appear in the tag.
The original HTML code is the following:

<abc:basiclabel id="Basiclabel16" runat="server" Symbol="229"
Font-Size="Larger" cssclass="dt_columns_captions"></abc:basiclabel>

As you can see, there is a "font-size" that it is not present in the HTML
that the reverse proxy produces:

<TD class="main_column_style" style="HEIGHT: 21px"><span
id="b_c_WaitingAccounts" class="main_column_style">blah blah</span></TD>

However, the HTML code NOT produced by the reverse contains the ""font-size"
inline style, and the style attribute is also "properly" formatted:

<TD class="main_column_style" style="HEIGHT: 21px"><span
id="b_c_WaitingAccounts" class="main_column_style"
style="font-size:Larger;">blah blah</span></TD>

I was wondering whether ASP.NET does some "magic" and looks for possible
attributes that look like possible inline style and wraps them in the
"style=..." attribute that I see.

Does anyone have any idea of what is going on? I am confused, since the
encoding (french and german characters) also work fine in the reverse
proxy...

Thanks.
Michael


Oct 4 '07 #1
0 1592

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Desigan Chinniah | last post by:
I am presently trying to display a list of items INLINE using an image as a seperator..... and having difficulties.... See below for 3 seperate sets of html and css files. Each set does something...
3
by: Aaron | last post by:
Hi, I'm trying to use style sheets instead of tables for layout, but I'm not sure on how to do something... I have a div (100% width) containing 3 other divs. Each needs to be lined up next to...
23
by: Mat | last post by:
<div id="container"> <div id="main"> <div id="header"> <p class="Address">123 Fake Street, </p> <p class="City">Crazy City, </p> <p class="Province">Ontario </p> <p class="PostalCode">H0H...
5
by: Viken Karaguesian | last post by:
Hello all, It seems to me that IE ignores other styles altogether when an inline style is used. As an example, check my site (in my signature file). In the "Latest News and Headlines" you can...
5
by: CES | last post by:
All, I was hoping that someone might be able to help me with a few questions on Aligning Block Elements properly... Basically I have a row that has a fixed width of 900px. Within the row their is...
3
by: rn5a | last post by:
I came across the following line in an ASP.NET article: Each AlternatingItemStyle in a DataGrid renders the style inline. What does rendering the style "inline" mean?
2
by: Steve Richter | last post by:
I would like to use display:inline and other CSS attributes to build an entry form. Where the heading to the left of the text box is always a set width. It is not working so I am experimenting...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.