Content not lining up

Can someone tell me why this is happening?
website1.pngwebsite2.png

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

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

< head >

< meta http-equiv = "Content-Type" content = text/html"; charset = utf-8 "/ >"

<!-TemplateBeginEditable name = "doctitle"-->

< title > Untitled Document < /title >

<! - TemplateEndEditable - >

<!-TemplateBeginEditable name = "head"->

<! - TemplateEndEditable - >

< style type = "text/css" >

<!--

{body

Police: 100% / 1.4 Verdana, Arial, Helvetica, without serif.

background: #CCC;

margin: 0;

padding: 0;

Color: #000;

}

/ * ~ ~ Tag of the element selectors ~ ~ *.

UL, ol, dl {/ * because of variations between the browsers, it's best practices to zero padding and the margin on lists.} For consistency, you can specify the amounts you want to here, or on the list (LI, DT, DD) items they contain. Don't forget that what you're doing here cascade to the .nav list unless you write a more specific selector. */

padding: 0;

margin: 0;

}

H1, h2, h3, h4, h5, h6 {p}

margin-top: 0; / * remove the top margin works around a problem where margins can escape from their container div. The margin of the low rest it will take away from all of the following items. */

padding-right: 15px;

padding-left: 15px; / * adding padding to the sides of the elements in divs, instead of divs themselves, gets rid of any mathematical model of box. A div nested with side pads can also be used as an alternative method. */

}

an img {/ * this switch how to remove the default blue border displayed in some browsers around an image when it is surrounded by a link * /}

border: none;

}

/ * ~ ~ Style for your site links must remain in this order - including the Group of selectors that create the hover effect. ~~ */

a: link {}

color: #CCC;

text-decoration: underline; / * unless you style your links appear to be extremely unique, it is best to predict stresses quick visual identification * /.

}

a: visited {}

color: #3AAADB;

text-decoration: underline;

}

a: hover, a: active, a: focus {/ * this group of selectors will give a browser keyboard the same experience of hovering as the person using a mouse. * /}

text-decoration: none;

}

/ * ~ ~ This container surrounds all the other div tags giving them their percentage width ~ ~ * /.

. Container {}

Width: 80%;

Max-width: 1260px; / * a max-width may be desirable to keep this provision to become too wide on a big screen. This keeps the more readable line length. IE6 does not respect this statement. */

min-width: 780px; / * a min-width may be desirable to keep this provision to become too narrow. This keeps the more readable line length in the side columns. IE6 does not respect this statement. */

background: #CCC;

margin: 0 auto; / * set to auto on the sides, coupled with the width available to the centres. It is not necessary if you set the width of the .container to 100%. */

overflow: hidden; / * This statement clarifies the floating .container of all the columns it contains. */

}

/ * ~ ~ These are the columns for page layout. ~~

(1) padding is only placed on the top and/or bottom of the divs. The elements contained in these divs have padding on their sides. This avoids any «mathematical model of box» Keep in mind, if you add lateral pads or border to the div itself, it will be added to the width that you set to create the * total width. You can also remove the padding of the element inside the div tag, and place a second div inside it with no width and padding necessary for your design.

(2) no margin was given to the columns, because they all floated. If you need to add the margin, avoid placing on the side you're floating into (for example: a right margin on a div set to float to the right). Many times, padding can be used instead. For divs where this rule needs to be broken, you must add a statement of ' display: inline ' to the rule of the div to tame a bug where some versions of Internet Explorer double the margin.

(3) given that the classes can be used several times in a document (and an element can also have several classes applied), the columns have received the names of classes instead of IDs. For example, two sidebar div could be stacked if necessary. These can easily be changed to the ID if that's your preference, as long as you don't use them once per document.

(4) If you prefer your nav on the right instead of the left, simply float those columns as the opposite direction (straight instead of left all) and they will return in reverse order. There is no need to move the div in the HTML source code.

*/

{.sidebar1}

float: left;

Width: 320px;

background: #93A5C4;

padding-bottom: 10px;

height: 550px;

top of the margin: 200px;

}

. Happy {}

Width: 375px;

height: 700px;

float: left;

Background: #999;

top of the margin: 200px;

}

{.content2}

Width: 370px;

float: left;

height: 550px;

Background: #999;

top of the margin: 200px;

}

/ * ~ ~ This group selector gives the lists in the domain content space ~ ~ * /.

. Content ul, ol {} content

padding: 0 15px 15px 40px; / * This padding reflects the right padding in the titles and the paragraph above net. Padding was placed on the bottom for the space between the other elements in the lists and on the left to create the withdrawal. These can be adjusted as desired. */

}

/ * ~ ~ The list of navigation styles (can be removed if you choose to use a contextual menu premade as Spry) ~ ~ * /.

UL. NAV {}

list-style: none; / * This command deletes the list marker * /.

border-top: 1px solid #666; / * This creates the top border for the links - all the others are placed using a bottom border on the LI * /.

margin-bottom: 15px; / * This creates space between the following content browsing * /.

}

{ul li. NAV

border-bottom: 1px solid #666; / * This creates separation button * /.

}

UL. NAV, the ul.nav: visited {/ * these selectors of grouping allows you to ensure that your links to retain their look button even after the ongoing visit * /}

padding: 5px 5px 5px 15px;

display: block; / * Gives the link properties block causing it to fill the whole container LI. This causes the entire area responds to a mouse click. */

text-decoration: none;

background: #3AAADB;

Color: #000;

}

UL. NAV a: hover, ul.nav one: ul.nav active,: focus {/ * this changes the background and color of text for browsers of the mouse and the keyboard * /}

Background: #999;

color: #999;

}

/ * ~ ~ various float/clear classes ~ ~ * /.

.fltrt {/ * this class can be used to float right to the item in your page.} The floating element must precede the element it should be next to the page. */

float: right;

left margin: 8px;

}

.fltlft {/ * this class can be used to float an element on your page.} The floating element must precede the element it should be next to the page. */

float: left;

right margin: 8px;

}

.clearfloat {/ * this class can be placed on a < br / > or div empty as the final element after the last floating div (in the #container) so the overflow: hidden on the .container is removed * /}

Clear: both;

height: 0;

font size: 1px;

line-height: 0px;

}

->

< / style > <!-[if lte IE 7] >

< style >

. Happy {right margin:-1px ;} / * this negative margin of 1px can be placed on any of the columns in this layout with the same corrective effect.} */

UL. NAV a {zoom: 1 ;}}  / * the property zoom gives IE the hasLayout trigger to fix additional whiltespace between the links * /.

< / style >

<! [endif]--> < / head >

< body >

< div class = "container" >

< div class = "sidebar1″" >

< ul class = "nav" >

< li >

"< div align ="center"> < a href ="... / 1 "> ULTRA (STARTS @ $300) < /a > < / div >

< /li >

< li >

"< div align ="center"> < a href ="... / 2 "> PREMIUM (STARTS @ $165) < /a > < / div >

< /li >

< li >

"< div align ="center"> < a href ="... / 3 "> ADVANCED (STARTS @ $115) < /a > < / div >

< /li >

< li >

"< div align ="center"> < a href ="... / 4 "> EXPRESS (STARTS @ $65) < /a > < / div >

< /li >

< li >

"< div align ="center"> < a href ="... / 5 "> BASIC (STARTS @ $40) < /a > < / div >

< /li >

< li >

"< div align ="center"> < a href ="... / 6 "> BUDGET (STARTS @ $30) < /a > < / div >

< /li >

< li >

"< div align ="center"> < a href ="... / 7 "> EXTERIOR or INTERIOR ONLY (STARTS @ $100) < /a > < / div >

< /li >

< /ul >

< p > price includes all services. Before detailing us your car through us a detailed list and define each service needs of your car. Any additional services that may be needed will be negotiated before the retail. We have our confidence in our work and the Foundation of our commitment to quality. Your vehicle is an extension of yourself, so that we will strive to exceed your expectations! < br / >

< br / >

< br / >

< br / >

< br / >

< br / >

< br / >

< br / >

< /p >

< / div >

< div class = "content" >

Outdoor ULTRA PACKAGE RETAILER < h1 > < / h1 >

< p > ULTRA PREMIUM DETAIL & amp; WAX < br / >

Our most complete indoor and outdoor retailer package to restore your vehicle to its best possible condition. < br / >

< strong > GO $300 < facilities > < br / >

< Em > SERVICES OUTSIDE < /em > < / p >

< ul >

< li > we come to you! < /li >

< li > Complete off washing < /li >

< /li > < li > hand dry

< li > clean and degrease the rims and tires < /li >

Polish wheels < /li > < li >

< li > Apply-tires / wheels dressing < /li >

< li > clean all amounts of door and trunk seals < /li >

Windows < li > inside and outside cleaning < /li >

contaminants dangerous < /li > < li > bar clay all painted surfaces to remove

< li > quality to apply wax to the hand on all painted surfaces < /li >

< li > dressing outside of plastics < /li >

< /li > < li > low engine compartment wipe

paint several stages of polishing/buffing < /li > < li >

< li > < /li > sealer paint

< li > headlights restore if necessary. < /li >

< /ul >

< / div >

< div class = "container" >

< div class = "content" >

Outdoor ULTRA PACKAGE RETAILER < h1 > < / h1 >

< p > ULTRA PREMIUM DETAIL & amp; WAX < br / >

Our most complete indoor and outdoor retailer package to restore your vehicle to its best possible condition. < br / >

< strong > GO $300 < facilities > < br / >

< Em > INTERIOR SERVICES < /em > < / p >

< ul >

trunk carpet and floor < li > empty seats, carpet, < /li >

Clean all interior surfaces < /li > < li >

< li > UV protector apply to all inner surfaces hard to restore the shine and luster < /li >

< li > wipe down all leather and apply a conditioner. < /li >

< li > Interior carpet shampoo, trunk and floor < /li >

< li > Deep clean and condition leather seats OR deep clean and shampoo fabric seats < /li >

Clean < /li > < li > seat covering

< li > Service time: 4 hours * < /li >

< /ul >

< p > < / p >

< p > < / p >

< p > < / p >

< / div >

< / body >

< / html >

Remove the highlighted line

Outdoor ULTRA DETAIL PACKAGE

WAX & ULTRA PREMIUM RETAIL

Our most complete indoor and outdoor retailer package to restore your vehicle to its best possible condition.

STARTING AT $ 300

INTERIORS SERVICES

  • Seats, carpet, trunk mat and vacuum floor
  • Wipe the inner surfaces
  • Apply UV Protector for all inner surfaces hard to restore the shine and luster
  • Wipe all surfaces in leather and apply a conditioner.
  • Shampoo Interior carpets, trunk and floor mats
  • Deep clean and condition leather upholstery OR deep clean and shampoo seats cloth
  • Coating head
  • Service hours: 4 hours *.

Tags: Dreamweaver

Similar Questions

  • Yesterday, I did the 2016-002 security update and also updated Safari 9.1. My MacBook Pro was working fine before, but now fan runs loudly and Activity Monitor wrote in red "Safari Web content (not answer) with an impact energy of 99.8.» How to fix?

    trouble after Safari 9.1 update - noisy fan - warning of "Safari Web content (not responding)."

    Click the Apple, top left, and then select force quit, ForceQuit Safari in the list.

    Restart Safari.

  • With the help of Excel files on my iPad Pro: content not supported

    I downloaded from my Windows laptop, 10 some Excel 2016 files in Microsoft OneDrive.

    When I try to open these files on my 12.9 "256Go LTE iPad Pro I get the following message from Office 365 Excel:" content not supported this document contains content not supported. " To modify a copy with this content, double tap.

    This happens regardless of what file download. Is there a default setting in my PC Excel file that causes this error? What can I do to prevent this?

    As soon as I get to a place where I have 4G LTE, I'll try to upload a blank Excel spreadsheet to OneDrive and try to open it on my iPad Pro.

    Any help is appreciated.

    What type of excel files are these (xsl, xlsx, xslm)?

  • Deep links: content not found

    We use links to articles from outside of the application in the following format:

    DPS. < publicationID >: //?entityRef=/publication/ < publicationID > < articleName > /article/


    The development application starts correctly, but then, we get the error message "Content not found".

    The content (by default the collection, collection and the article) is published. Why we can not get the content? Is it not possible to test the deep links in the application of development?

    I got it works in normal development and the Apps controls upstream. However, I got an error message "Content not found" in the first place... It turns out that article I was trying to achieve was based on a map that was not visible in my model of provision. I changed it and published the page layout once again and my link (same as yours) goes directly to the content.

  • Too many items in the collection? / "content not found".

    I'm creating an application and I have 52 pages of editorial content that charge very well, then I started to add in our ads and to get the screen to keep "content not found" on my Preview app. I removed these ads and started adding small amounts of back in, I discovered that I can only add in 48 ads in addition to my 52 editorial pages until I get the same answer "content not found" on my iPad. Is there a file size limit or other moderation I don't know for the preview of the app on your iPad? Is there a work around?

    Thank you

    Shayna

    After still messing around, I think I discovered a ceiling of 100 article by collection, is that correct?

    There is no limit on the number of items in a collection. I suggest calling the technical support service with this, you can find the coordinates the DPS looking into the rail on the left and selecting the support portal.

    Neil

  • Content not found

    After the construction of the application according to the instructions in the quick start, the application l' application installs and launches on iOS, but the title says "Content not found" and the page says "Tap to refresh."

    I followed the instructions in the guide of quick start several times, I hope that I haven't done anything to screw up my environment.

    A few details:

    I found myself from several projects, thinking that a clean start would help.

    I tried migration Folios of old DPS because a friend told me they just load this way, but I get an error that I'm not permissioned to migrate. I tried everything which allows for me user, even if I don't think I have as the master of the user, but that did not help anyway.

    I'll try to re - download all files and start again from scratch, but I spent a whole day already without anything still works.

    Need help please, I'm willing to try all the tips

    The app started working all of a sudden, everything happen on the side of Adobe, you're aware of?

    The only novelty I have trees was to hit the button «Any content Preview»... "to the right of the Project menu drop down, thinking that this might be another data point to check the status of the content. (It does not seem to do anything)

    That could fix everything that went wrong with the backend content?

  • Unexpected end of the process.   original content not found

    I used Flash Builder 4.6 for a while and today, after the execution of the request of several times more than 4 hours I get this when I try to launch it I get "Failed to launch" with the following message:

    Unexpected end of the process.

    original content not found

    Details of the launch command: "C:\Program Files (x 86) \Adobe\Adobe Flash Builder 4.6\sdks\4.6.0\bin\adl.exe"-runtime ' C:\Program Files (x 86) \Adobe\Adobe Flash Builder 4.6\sdks\4.6.0\runtimes\air\win "- profile mobileDevice screensize - x 480 x 800 775:480 - XscreenDPI 217 - XversionPlatform AND"Flash Builder C:\Users\Kim64\Adobe 4.6\CleanManager\bin-debug\CleanManager-app.xml""4.6\CleanManager\bin-debug C:\Users\Kim64\Adobe Flash Builder.

    I am unable to run this application, but I can run other applications in Flash Builder 4.6

    Thanks for any help.

    Kim

    I found the problem later, it was a line that had some bad code that did not show the red circle.

    My code is in an event of database has no where to add the ToString;

  • Content in the tables not lining up properly

    This is my first post, so please bear with me.

    I am new to web development and uses Dreamweaver CS5.5 Adobe Master Collection 5.5.

    The page I created is a temporary page until I complete the entire site.  The contents of the table is correctly aligned my three browsers (Chrome, Firefox and IE) when you preview in Dreamweaver.  How ever, once uploaded to the server, when I go on the site using IE, it is not well aligned correctly (but it is in Chrome and Firefox).  To make things worse, it is aligned with other computers, but not all.

    It is not align correctly on my computer, which runs at a resolution of 1600 x 900

    I saw him line up properly with a resolution of 1366 x 768 (not my computer).

    So my main question is which is inconsistent, and I don't know how to solve this problem.  I understand that I can't design a Web site for all the resolutions, but it has only problems with Internet Explorer.

    Is the Web site: http://www.Leapfest.com

    Thank you for your help, and if you need more information please let me know!

    Table in IE at 1600 x 900.png

    Unless you're competent with the code, you should really step away from DW for a few weeks and start with the basics of HTML & CSS. This is necessary to learn to use DW.

    Later, you'll want to spend time to learn JavaScript and probably some server side (PHP & MySql) of programming language.  Take a step at a time.  Rome was not built in a day and won't be your website.

    Bookmark resources below.  You're going to be who often refer.

    HTML, CSS, JavaScript, PHP tutorials - http://w3schools.com/

    Learn CSS positioning in 10 steps

    http://www.Barelyfitz.com/screencast/HTML-training/CSS/positioning/

    How to develop with CSS?

    http://phrogz.NET/CSS/HowToDevelopWithCSS.html

    Code Validation tools

    ------------------------------------

    CSS - http://jigsaw.w3.org/css-validator/

    HTML - http://validator.w3.org/

    Google SEO Starter Guide

    http://googlewebmastercentral.blogspot.com/2010/09/SEO-Starter-Guide-updated.html

    Dreamweaver CSS Templates for beginners

    http://www.Adobe.com/devnet/Dreamweaver/articles/dreamweaver_custom_templates.html

    News Home Pages of DW

    http://www.Adobe.com/devnet/Dreamweaver/articles/introducing_new_css_layouts.html

    Create your first website DW CS5-

    http://www.Adobe.com/devnet/Dreamweaver/articles/first_website_pt1.html

    Nancy O.

    ALT-Web Design & Publishing

    Web | Graphics | Print | Media specialists

    http://ALT-Web.com/

    http://Twitter.com/ALTWEB

  • Text not lining correctly in the form fillable. Acrobat 9 Pro

    I have a number of documents created in MS Word and then I converted them to PDF via Adobe Acrobat 9 Pro. A number of these documents have text fields as the end user is typing their data in - example: a message box on a fax cover page.

    The original Word document has this region bordered like this:

    __________________________________________________

    __________________________________________________

    __________________________________________________

    At the show (as shown above) is transformed as a field in the field "add" to the form in Adobe Acrobat I'm removing the individual fields Adobe "detects" and instead making a large box of content.

    Under properties, I have "multiline" and "long scroll text" selected.

    Now the problem... for some unknown reason... some fields work perfectly that when typing in the PDF, fill-in form that the text is typed aligns perfectly with the lines (as shown above). In other cases it is not the tail at all.

    I played with the font size, font type, spacing on the original Word document. I've scoured the forums without success and internet (ask anyone else or I do not use the appropriate search terms).

    Adobe.png

    Can someone help me or point me in the right direction?

    I have also included a screenshot of the document so you can see the wackiness.

    You have no direct control of the attack of a multiline text field. A common approach is to control the background color of the field with JavaScript, because the lines are not really necessary when the field is used in Reader/Acrobat. They can be useful when you use the form by hand. For more information, see the messages by Max in this topic: http://acrobatusers.com/forum/forms-acrobat/how-do-i-use-multi-lined-text-fields-over-prin ted-line-area-existing-form

  • BBC iplayer is not AirPlay APPLETV since recent iOS upgrade 9.3.3. I used 2 iPads and 2 iPhones to do for at least two years, but now all content not mirroring BBC iplayer blocking Apple TV... Netflix still works!

    I used AirPlay Apple TV from Mac, iPad and iPhone without a problem for a while. Recently, just after the update to iOS 9.3.3 BBC iPlayer will not AirPlay without mirroring. If the mirroring, content blocks once streaming begins. All the settings are correct for the network and devices. Everything is up-to-date with the latest versions. Other media such as Netflix and Filmon still AirPlay perfectly if I suspect a conflict between BBC iplayer (who has not had an update for several weeks) and iOS 9.3.3 (which has been updated a few days ago and coincides with the beginning of the problem). Has anyone else experienced this problem and, if so, found a fix?

    Thank you

    John

    Equipment: Air of iPad, iPad 2, iPhone 4s, 5s, gen Apple TV 3 iPhone, iMac 21, MacBook Air 13, Wifi lan 12 + Mbps.

    No, I cannot repeat your experience, your questions seem to be unique to you and your establishment.

    Try these steps, check to see if things work after each step if necessary, before you try the next.

    1. Check AirPlay is on the Apple TV (turn market if it already is)
    2. Check that both devices are on the same network (settings > Wifi on the mobile device and the settings > general > network, on the Apple TV).
    3. Restart the Apple TV (settings > general > restart).
    4. Restart the Apple TV by removing ALL cables for 30 seconds.
    5. Restart your router. (Also try to remove the power cord for at least 30 seconds)
    6. Restart your computer or mobile device.

    If you're still having problems, try to use 802.11n for wifi if you currently use 802. 11B or 802. 11 g.

    If your problem is AirPlaying starting a computer, try turning off bluetooth

    If you're still having problems, the following article can help you.

    Troubleshooting AirPlay

    Troubleshooting connections and Wi - Fi networks

    Recommended Wi - Fi settings

    WiFi Diagnostic Software (for Mac users)

    You will also find help on this page, where I have collected some of the more unusual solutions for network problems.

    When you make adjustments to your network for better optimization, you can find some of the points mentioned onthis page useful.

  • The mixed content not recalled blocking preferences

    I want to disable way permanent blocking of mixed content on some Web sites. When I click "Disable on this page protection", Firefox seems to remember the choice until the end of the session. After reboot, I disable it again. Is there a way to remember these settings permanently, without turning off the feature?

    It's always a pain the... in version 26. I want to just my decision to persist and do not have to keep saying things to unlock. But also, I don't want to disable the feature entirely. Pretty ridiculous situation.

  • Table of contents not showing is not on DVD

    I need to burn a DVD with table of contents. For some reason when I test the DVD on my player, there is no content/menu. I came to chapter markers, so I don't know why they are not transferred to disk. Help, please!

    What do you get when you insert the DVD? Is - that the video starts to play automatically instead of the menu?

    Note: you can easily avoid wasting disks DVD sharing on your hard disk instead. This creates a disk image, you can ride as if it were a real DVD by double-clicking it in the Finder.

    In this way, you can test the result in your Mac using a DVD player (even in a Mac without and real DVD player) and you can make adjustments and re-export as many times as necessary. When you are ready, use the Finder to burn multiple copies of the DVD that you want - in El Capitan, just control - click on the disk image file and select burn. [In previous versions of Mac OS X, you should use disk utility to burn DVD discs]

  • content not displayed in readers

    The content in the usb drives are not displayed when I open it through my computer or Windows Explorer. However, I can access the content if I type the path name in the address bar. Can anyone fix it, please?

    http://www.troublefixers.com/USB-pen-drive-detected-but-doesn

    You can see if top set

    ===========

    Just to clarify, you cansee the flash drive in my computer, but can not access?

  • Content not correctly represented in scrollpane

    My content is not fully displayed in the ScrollPane. It displays only half of my content in the scrollpane.
    The content and the scrollpane is in clip.

    Untitled.png
    I've linked content to the scrollpane with the following code.

    sPane.source = quickGuideContent;

    I use Adobe Flash CS5 and AIR for Android.

    Someone knows how to fix this?

    Thanks in advance.

    change point reg quickGuideContent in the upper left corner.

    or assign the source sPane to be an empty movieclip and addChild to add the guide and then assign its property x a.5 * its width.

  • Content of the table and other content not displayed

    mobile Adobe Reader does not display the content of the (a) tables and other graphics.image.png

    Hello Marco,.

    Please contact us for the detailed report. This is much like a bug we have identified in our latest release and are about to get a fix for. I'll send you an invitation to the beta. If you want to join and try it, you should see that the content is fixed. If this isn't the case, I'd obviously love to hear. You are also welcome to send me the file so I can confirm that he has set myself at [email protected].

    Thank you!

    Pat

Maybe you are looking for

  • I can't read my 6 s iphone in itunes

    I have an iphone 6 s and I have a laptop toshiba with windows 10, I've never had problems with itunes recognizing my phone until recently, everything is up-to-date and I tried everything. When I connect my phone to the laptop it opens the documents a

  • Pavilion 500 t - not accessible when starting from CD USB key

    I am booting from a CD on my Pavilion 500 t to restore an image from a USB key.  I can boot from the CD fine, but after loading, my recovery (Ghost) software my USB key is not accessible.  Any ideas?

  • Help need bios password

    HP4510s SER: CNU9482802

  • update graphics card for Windows 7

    I just updated my computer from Windows XP to Windows 7. My graphics are blurred, and I can't set the resolution properly. I think I need an update for my graphics card. Help?

  • CSA and Windows Server 2008 crashes

    We have a problem where we install CSA 6.0.2.130 on a Windows 2008 server running IIS and the server hangs after login.  Screen turns off, the mouse pointer is there but the system does not respond.  It is possible to start the Task Manager, and it s