簡體   English   中英

Visual Studio Express 2013網站

[英]Visual studio express 2013 web

抱歉打擾大家,但我有一個簡單的問題,我需要幫助:

1)我正在建立一個網站,我有這個問題:每當我將設計視圖放在.aspx頁面上並更改圖像的大小時,它將導致所有網站上的所有圖像變為相同的大小。 這真的讓我很困擾,我也不知道如何解決。 請幫忙。

2)這是我的home.aspx頁面,每當我在設計器模式下查看時,它將向我顯示全部內容,但是每當我在視圖瀏覽器中運行該頁面時,它就會顯示空白。 我的代碼有什么問題?

  <%@ Page Title="" Language="vb" AutoEventWireup="false" MasterPageFile="~/Site.Master"          CodeBehind="Default.aspx.vb" Inherits="EliteHosting._Default" %>
  <asp:Content ID="Content1" ContentPlaceHolderID="MainContent" runat="server">
 <div class="row">
    <div class="col-md-4">      
    <h5><strong>99.9%</strong> Guaranteed Uptime</h5>
                    </div>
                          <div class="col-md-4">  
           <h5>Guaranteed Speed & Scalibility</h5>
                              </div>
                              <div class="col-md-4">  
                <h5>No Setup Fees</h5>
                                                      </div>
                  <div class="col-md-4">  
                <h5><strong>30</strong> Days Money Back Guarantee</h5>
                                                      </div>
                                      <div class="col-md-4">  
               <h5> 24/7 Customer Support</h5>
                                          </div>
                                                  <div class="col-md-4">  
                <h5>Arabic Supported Live Chat</h5>
                                                      </div>
                  </div>

<div class="row">
    <div class="col-md-4">

        <img src="Resources/webhosting.png" />
        <h2>Build Your Own Website</h2>
        <p>
            Do you wish to start a blog that your friends and family can view? Do you wish to   create a college project?
            Maybe you own a small local store and wish to list its products on the world wide web? Our shared website 
            hosting plan is the quickest and most affordable way to get your website online. </p>
         <p>You can now build your own website starting at $5/Month.</p>
        <p>
          <a class="btn btn-default" href="/shared">Hosting Plans &raquo;</a>
        </p>
    </div>
      <div class="col-md-4">
          <img src="Resources/hosting.png" />
        <h2>Virtual Private Servers</h2>
        <p>
            Now with solid virtual servers, you are able to develop, design and business more power,
            speed and stability to successfully run professional websites and applications. 
            If you need to host a website that is experiencing high traffic and requires maximum stability
            with maximum performance, then VPS hosting is just what you need.</p>
         <p>Gain access remotely to a virtual PC of your choice either Windows or Linux based hosted in our data centers.</p>
        <p>
          <a class="btn btn-default" href="/virtual">VPS Plans &raquo;</a>
        </p>
    </div>
             <div class="col-md-4">
                 <img src="Resources/FREE_Hosting12.jpg" />
        <h2>Resellers</h2>
        <p>
            You have found the perfect place to help you start offering your own web hosting
            business without any server administration knowledge. You can create a hosting 
            account by just providing a domain, username and password. The account is 
            created as easy as it can get and your customers can start using their accounts
            to host their websites under your business name.
        </p>
         <p>Start your own business now and manage it directly from home!</p>
        <p>
          <a class="btn btn-default" href="/virtual">Reseller Plans &raquo;</a>
        </p>
    </div>
</div>
  </asp:Content>

1)也許您將所有圖像放入了來自相同css文件的樣式的容器中。 2)也許您沒有將頁面設置為起始頁面? 也許您使內容在主頁上不可見了? 您看起來有點新手,我不確定會給您什么建議。

您是否已選擇所有圖像。 如果您仍然沒有猜錯是什么,不只是去編輯器並嘗試理解代碼。

最好使用“查找並替換”功能僅修改要修改的圖像。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM