TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
ravi Gautam
NA
20
8.5k
form and table images are not working togeaher
Oct 12 2017 10:32 AM
when I write the code the appearance is working fine in the "design tab " but when I run this project is not working fine.Only table row background image is showing but form background image is not showing.
<html lang="en">
<head runat="server">
<title>CITY DETAILS</title>
</head>
<body>
<form runat="server" id="master_form" style="background-image:url(.\images\website.jpg)">
<link rel="Stylesheet" type="text/css" href="StyleSheet_master.css" />
<Table runat="server" Width="100%" class="auto_style1" style="table-layout:fixed;">
<tr>
<td class="header_row">
<img src="images/sunburn.jpg" width="100%" height="250px" alt="Image" />
</td>
</tr>
<tr>
<td align="center">
<asp:ContentPlaceHolder ID="MainContent" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>
</Table>
</form>
</body>
</html>
Reply
Answers (
2
)
What is the data type for BigInt to use in my model
how to extract frames from a video in c# windows forms