Wrox Programmer Forums
|
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 18th, 2014, 11:15 AM
Registered User
 
Join Date: Oct 2014
Posts: 7
Thanks: 1
Thanked 0 Times in 0 Posts
Default How to change appearance of image and text

I have an image and then there is ajax accordian with text that I want to fall UNDER that image but it is falling to the right of the image. I have a 3 column page. This is happening in the center column.

I tried adding paragraph under the image to no avail. What can I use to make the accordian controlled text appear UNDER my image and not aligned to the right of it?

Thanks for any help. This is the code:
================================================== ===
<asp:Content ID="Content1" ContentPlaceHolderID="MainContent" Runat="Server">
<link href="Stylesheet1.css" rel="stylesheet" type="text/css" />

<h3>MyHeading</h3>
blah blah blah.
<p>More blah blah blah</p>
<p></p>

<asp:Image ID="Image1" runat="server" ImageUrl="~/Images/MyImage.gif"
style="float: left; "
GenerateEmptyAlternateText="True" meta:resourcekey="imgChildResource1"
ImageAlign="Middle" />
<p></p>.
<p></p>
<br />&nbsp;
<p></p>
<b><br /> <p></p>
This Web site contains PDF documents that require Adobe Acrobat for viewing.</b>
<p></p> If you don't already have it, you may <a href="http://www.adobe.com/products/acrobat/readstep2.html" target="_blank">Download Acrobat Reader here!</a>


<p></p>
<cc1:Accordion ID="Accordion1" runat="server" SelectedIndex="0"
HeaderCssClass="accordionHeader" ContentCssClass="accordionContent"
FadeTransitions="true" FramesPerSecond="40" TransitionDuration="250"
AutoSize="None" Height="542px" Font-Bold="False" >
<Panes>
<cc1:AccordionPane ID="AccordionPane1" runat="server">
<Header>
<a href ="" onclick="return false;" class="accordionLink"> More about DS-160 </a>
</Header>
<Content>
<h3>About the New DS-160</h3>
<p></p>
BLAH BLAH BLAH....
</p>
<p></p>

BLAH BLAH
</p>

BLAH BLAH
<a href="http://www.mylink/" target="_blank">to website</a> how-to-apply instructions for more details, as well as these <a href="http://more link.html" target="_blank">Frequently Asked Questions</a> blah blah</span>.</b>
<a href="http://mylink.html" target="_blank"> Learn More</a> about the blah. Check back later for implementation update announcements.


</Content>
</cc1:AccordionPane>
<cc1:AccordionPane ID="AccordionPane2" runat="server">
<Header>
<a href ="" onclick="return false;" class="accordionLink"> topic Forms </a>
</Header>
<Content>

<li><a href="http://mylinks/" target="_blank">mylinks</a><br></li>
<li><a href="http://mylinks.pdf" target="_blank">mylinks</a></li>
<li><a href="http://mylinks.pdf" target="_blank">mylinks</a><br></li>

<%--<p xmlns:o="urn:www.microsoft.com/office" xmlns:st1="urn:www.microsoft.com/smarttags" xmlns:w="urn:www.microsoft.com/word" xmlns:x="urn:www.microsoft.com/excel">--%>


</Content>
</cc1:AccordionPane>
==============================





Similar Threads
Thread Thread Starter Forum Replies Last Post
Convert Text(Sql Server Text Field) to Image(JPG) srinivas72 ADO.NET 2 February 13th, 2009 06:31 PM
Change the Appearance of a list box (Access VBA) hewstone999 Access VBA 1 February 29th, 2008 09:12 AM
Need to change color of text in a text box? larry HTML Code Clinic 6 December 29th, 2006 05:14 AM
How to change appearance of radio button BigBud Javascript How-To 3 March 22nd, 2005 10:34 AM
How to change the image in report? KuangHai Crystal Reports 1 October 24th, 2003 04:35 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.