Need some .asp help please

Howdy,
I’m hoping someone here could possibly have a suggestion on easy methods to set this web page up.
I am familiar with html document and javascript however , not. asp…

We have an. asp site that needs a fresh homepage. We can redesign the full thing eventually, but for the moment just the homepage needs some function.

The test page I’m working on:
Ledson Inn & Harmony Lounge in Sonoma

It really is set up while using center area posting. jpg. The link because of this. jpg is located within a css file using an include on the main page linking on the css.

What I need to do, is slice ” up ” this jpg along with add links, the problem will be I can’t figure out how to do it and allow it to become show up on the page and MY SPOUSE AND I don’t quite realize how to do it within. asp.

Is there a great way to design that front page in order that it can have back links. I thought connected with creating an html code or asp file and deploying it as a ssi but it doesn’t seem to job.

Any suggestions would be much appreciated!

Many thanks!!

This seriously isn’t strictly an ASP dilemma. It requires one or two steps.

1) You’d have got to slice up the particular image and set up the HTML hard. Whether the web page is. asp or maybe. html, it will still output Html code. You can even output regular Html code on a page with a. asp extension unless you want to complete any programming (although that’s a bit of a waste. )

2) If you’re going to use the links section about other pages, then you’d use a SSI. Otherwise, you undoubtedly don’t have a reason to. Be sure that your host supports SSIs, though (I’ve truly seen a instance once where any host supported ASP without SSIs, although that was many years past. )

Thank you. I guess my personal main question will be (because I’m not likely familiar with this sort of coding) is where to put my HTML file after Concerning sliced up the particular images and extra links. The center section is currently inside a css document.

Do i need to re-create the complete page to insert my html portion

The easiest quest is to put it inside the same folder while your ASP web page and call it in this way.

Code:
<! --#include report = " your-page-here. html" -->

If you want to put it into some folder for web site organization’s sake, also you can do:

Code:
<! --#include report = " containing-folder-for-your-page/your-page-here. html" -->

So. So would MY SPOUSE AND I insert the chek out my html file on the main index web page or can it go inside css file Now the center image is at the css and looks like this:
http: //ledsonhotel. com/contentcontainer. jpg

Within your HTML file. In the event it’s link signal, it should always start HTML.

If you’re confused by such as that, you may perhaps be biting off in excess of you can chew, dude. I’m not wanting to rag on everyone, but this is definitely fairly basic material.

This entry was posted in Web Design and tagged , , , , , , , , , , , , , , , , , , , . Bookmark the permalink.

Related Posts

Leave a Reply

Your email address will not be published. Required fields are marked *