CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

MS SQL 2008 on ASP.NET Hosting



Zone: > NEWSGROUP > Asp.Net Forum > general_asp.net.master_pages_themes_and_navigation_controls Tags:
Item Type: NewsGroup Date Entered: 3/18/2008 8:08:49 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 118 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
s627y
Asp.Net User
Master Page and Content Page Format3/18/2008 8:08:49 PM

0/0

I use a master page for my designs, but somehow ALL FONTS in my Content Page is BOLD, but I looked everywhere, nothing is indicating BOLD font.

Anyone knows how to fix this? Thanks a bunch!

 My master page looks like this:

<%@ Master Language="VB"%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" >

<head id="Head1" runat="server">

<title>Master Page</title>

</head>

<body>

<form id="form1" runat ="server" >

 

<table id="header" style=

"WIDTH: 100%; HEIGHT: 120px" cellspacing="1" cellpadding="1" border="0">

<tr>

<td width="20%" "height:120px;" style="text-align: center" >

<img src="../images/logo.gif" alt="Logo"/><br />

</td>

<td width="80%" style="TEXT-ALIGN: center; font-size: larger; height: 120px;">

<img src="../images/_header.gif" alt="Header Logo"/><br />

<span style="color: #666633; font-family: 'Times New Roman'">

<br />

</span></td>

</tr>

</table>

<b/>

<table id="leftNav" style="WIDTH: 20%; HEIGHT:100%" cellspacing="1" cellpadding="0"

border="0">

<tr>

<td width="20%" style="VERTICAL-ALIGN:top; font-weight: normal; font-size: 10pt; font-family: Verdana, 'Times New Roman';">

 

<br />

<br />

<br />

<strong style="color: #666633; font-family: Arial">

<br />

Main

<br /></strong>

<br />

<strong style="font-size: 10pt; color: #999933">List by<br />

</strong>

<a href="../abc.aspx">abc</a><br />

 

<a href="../edf.aspx">edf</a><br />

<a href="../ghi.aspx">ghi</a><br />

<a href="../jkl.aspx">jkl</a><br />

<a href="../mno.aspx">mno</a><br />

<br />

<strong style="font-size: 10pt; color: #999933">Search by<br />

</strong>

<a href="../ssn_search.aspx">SSN Search</a><br />

Name Search<br /><br />

<strong style="color: #666633; font-family: Arial">

Reports

<br />

</strong>

 

Report<br />

</td>

 

</tr>

</table>

<table id="mainBody" style="LEFT: 21%; VERTICAL-ALIGN: top; WIDTH: 80%; POSITION: absolute; TOP:

160px; HEIGHT: 100%" border="0">

<tr>

<td style="VERTICAL-ALIGN: top; width: 100%;">

<asp:contentplaceholder

id="mainContent"

runat="Server">

</asp:contentplaceholder>

</td>

</tr>

</table>

 

</form>

</body>

</html>

 

Strupi
Asp.Net User
Re: Master Page and Content Page Format3/18/2008 9:48:15 PM

0/0

 You have closed all of your strong tags on the MasterPage, so I don't think the problem is there.  You can do two things to your content page:

1. Add the HTML and Head and Body tags to the page and see how it displays alone without the MasterPage.  If it is still bold, then you know the problem is definitely with the Content Page.

2. I see you are using a lot of <br /> tags.  One of those tags may be just <b > (without the "r" in it.)  That would cause the page to display in bold if the tag were near the top of the page. 


Jim Webber, Sacramento, California
s627y
Asp.Net User
Re: Master Page and Content Page Format3/19/2008 1:36:27 PM

0/0

Strupi:

 You have closed all of your strong tags on the MasterPage, so I don't think the problem is there.  You can do two things to your content page:

1. Add the HTML and Head and Body tags to the page and see how it displays alone without the MasterPage.  If it is still bold, then you know the problem is definitely with the Content Page.

2. I see you are using a lot of <br /> tags.  One of those tags may be just <b > (without the "r" in it.)  That would cause the page to display in bold if the tag were near the top of the page. 

Thank you so much! I think the <b/> was the problem! :)

 I was still working on the page so I put in lots of <br/>s for Layout. And thus made a mistake. Thank you!

3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 2.0 in VB 2005: From Novice to Professional Authors: Matthew MacDonald, Pages: 1063, Published: 2006
Beginning ASP.NET 3.5 in C# 2008: From Novice to Professional Authors: Matthew MacDonald, Pages: 954, Published: 2007
Visual Web Developer 2005 Express Edition For Dummies Authors: Alan Simpson, Pages: 358, Published: 2005
Beginning ASP.NET 3.5 in VB 9.0: From Novice to Professional Authors: Matthew MacDonald, Pages: 1149, Published: 2007
Beginning ASP.NET 2.0 Authors: Chris Hart, John Kauffman, Chris Ullman, David Sussman, Pages: 759, Published: 2005
XML 1.1 Bible Authors: Elliotte Rusty Harold, Pages: 1054, Published: 2004
Beginning ASP.NET 2.0 in C# 2005: From Novice to Professional Authors: Matthew MacDonald, Pages: 1148, Published: 2006
Adobe PageMaker 7.0: Classroom in a Book Authors: Adobe Systems, Adobe Creative Team, Pages: 324, Published: 2001
Adobe Acrobat 8 PDF Bible Authors: Ted Padova, Pages: 1085, Published: 2007
Beginning ASP.NET 2.0 with C# Authors: Chris Hart, John Kauffman, David Sussman, Chris Ullman, Pages: 735, Published: 2006

Web:
Change the current master page - SharePoint Designer - Microsoft ... Alternatively, you can open a master page from within an attached content page. With the content page open (Default.aspx, for example), on the Format menu, ...
OpenOffice 2.0: Master page hacks make better spreadsheets You have to get the other document's content into a Writer document. .... Multi- format master page-based publications are your ticket to comin' in late, ...
InformIT: Working with Web Pages in Expression Web > Creating a ... Apr 20, 2007 ... You can detach a Master page. Open and display the Content page, click the Format menu, point to Master Pages, and then click Detach from ...
Specifying the Master Page Programmatically : The Official ... The Master Page and Content Page's Control Hierarchies are Fused Together ... Because a content page's master page can be set programmatically at runtime ...
An important issue while using Master page: ID changed of the ... In order to avoid the duplication of the IDs between the Master page and Content Page, the master page generates IDs using this format ...
ASP.NET 2.0 Tutorials : Creating Content for Master Page ASP NET 2 0 Tutorials Creating Content for Master Page In this tutorial you will learn how to ... select the text, and then format the text as a Heading 1. ...
Create a Master Page in Microsoft Office SharePoint Designer 2007 ... Feb 10, 2007 ... Click “Format” -> “Master Page” -> “Manage Content Regions”. Type the name you would like to call it (in the screenshot example, ...
How to refer Master page content in Content Page - Vikram Lakhotia Feb 26, 2008 ... Word Automation saving word document in the different Format ... Many a times while using a master page we want to refer content, ...
Help:Section - Meta For each page with more than three headings, a table of contents (TOC) is automatically .... However, the heading format is according to the absolute level. ...
Using a Master Page The format and layout of the page is defined by the master page ... If you use a master page and also specify that the table of contents and index should be ...

Videos:
Chen Taijiquan Master Ren GuangYi & Lou Reed -YMAA Tai Chi Master Ren GuangYi has worked tirelessly to bring Chen style Taijiquan (Tai Chi Chuan) to the West since 1991. In this DVD, he beautifully demonstrat...
CNET Review - Insignia NS-BRDVD Blu-Ray player 3/5 Stars The good: Relatively inexpensive for a Blu-ray player; can output Dolby TrueHD and DTS-HD Master Audio in bit stream format; excellent vid...
How To Add Newsletter Mailing List Homestead Websites http://www.websiteproducts.homestead.com The first step in creating (or, adding) a newsletter mailing list for a Homestead website will be to cre...
PSTI Sample Video #3 Participants in the 2007 NASA / NIA / Fresno State Pre-Service Teacher Institute discovered how to use 21st century communication skills to help them...
Johnny Rivers & John Lee Hooker Walking the Dog 2008 Mashup If the Elite's NWO master Plan for Utopia is so great then why all the wars, death, destruction, starvation, SECRECY and LIES? I see all countries ar...
Jesus Christ Conspiracy Theory by T. McKenna on J. Allegro If the Elite's NWO master Plan for Utopia is so great then why all the wars, death, destruction, starvation, SECRECY and LIES? I see all countries ar...
Dan Brown - Martin Luther - Da Vinci code - protestant discovery? The Roman Catholic Church was involved in a much greater hoax - one that deals with the very foundations of history itself. For excerpt, TOC, 'Search...
Welcome To The Matrix Insights To Reality If the Elite's NWO master Plan for Utopia is so great then why all the wars, death, destruction, starvation, SECRECY and LIES? I see all countries ar...
JOHN TAYLOR GATTO BEYOND Childish SCHOOLING If the Elite's NWO master Plan for Utopia is so great then why all the wars, death, destruction, starvation, SECRECY and LIES? I see GWB passed some ...
A New Way to look at Networking Google Tech Talks August 30, 2006 Van Jacobson is a Research Fellow at PARC. Prior to that he was Chief Scientist and co-founder of Packet Design. P...




Search This Site:










adding a style to a button tag

asp:menu question - how to get a count of a childitem?

calling a sub on a content page

master pages

multiview and back button

how to display the title from the sitemapnode?

problem with treeview control in master page....

rss feed not working in a content placeholder

treeview styling

body onload set in codebehind from content page?

multilanguages with menu control

how to populate treeview control with this database schema?

problem with masterpage when looping through controls on a page

caching layout user control when using masterpages

how i create a beautiful menu?

customize sitemap breadcrumb view with code behind

how to share master page among applications?

treeview great in studio, not there when viewing page

how do i scroll content area only?

intellisense goes away with nested master pages

3 newbie master page questions

master page problem

trapping events from master page in content page

masterpage - declaratively access to a control in a content from another content

css caching.... bug or feature?

menu.menuitem.click event within .ascx

setting the title

please help me again..

2.0 navigation menu issues

dynamic run time master pages

  Privacy | Contact Us
All Times Are GMT