|
Posted by dorayme on 11/20/07 19:00
In article
<463dc548-cc08-4d8a-8ed0-b444ff6277c2@e1g2000hsh.googlegroups.com
>,
hzgt9b <celoftis@gmail.com> wrote:
> Sorry about that... yes those are ASP tags, the ASP:LABEL control gets
> rendered into HTML as a SPAN tag... here's the real HTML output. Now,
> same question as before...
>
>
> <table style="font-size:14pt;text-align:left;" bgcolor="#FFFFFF"
> border="0" cellspacing="0">
> <tr><td colspan="3"><img src="Images/assetHeader.jpg" style="width:
> 802px" /><br /><span id="lblHeader"
> style="position:relative;top:-47%;left:7%;font-
> style:italic;color:#FFFFFF;font-family:Tahoma;font-size:40pt;">THIS IS
> MY HEADER TEXT</span></td></tr>
>
>
> <!-- OTHER TABLE ROWS HERE -->
>
>
> <tr><td colspan="3"><span id="lblFooter" style="position:relative;top:
> 52%;left:93%;color:#000000;font-family:Tahoma;font-size:17pt;">MY
> FOOTER</span><br /><img src="Images/assetFooter.jpg" style="width:
> 802px" /></td></tr>
> </table>
Note that a lot of people will not know what the context of this
is because, for a start, you do not quote who you are replying
to, many of us do not use Google to read newsgroup posts.
Best to make a url with the essentials. What appears in Firefox
with your code does not show any particular problem. (it is
generally problematic... but that is a different story).
Why are you using a table to layout your page? Why are you even
thinking about relative position with a table layout? Why are you
using pts for font-sizes. Search the archives of this group for
these topics first.
--
dorayme
Navigation:
[Reply to this message]
|