Hello. I have currently finished the skeleton for my first site and it should be up in a few days. I have wrote all the code myself using dreamweaver cs5. The only problem is I have put all of the text and pictures inside of one big border so when you minimize the screen part of the picture goes out side of the border. Is there any way I can make it so it stays inside the border?
Thanks
This is the contact me page code. I am not quite done with it and I want to make it look more profesional. But here is the sode any ways.(I know the menu bar and contact me form don't work I have to add the links.)
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
What platform are you using for your website? IS it a static content website with HTML only?
Or is it a dynamic content website being powered by a server side language such as ColdFusion, PHP, or ASP.NET?
Are you using CSS to generate the border? Are you using tables for your layout, or DIVs with CSS?
I can certainly help you out with your website but I need to know the answers to these questions, also if you have a link to your problem page that would be helpful. I could examine it to determine the cause of the issue.
I am using ccs, html and a bit of java script. I created the borders with ccs. What do you mean by tables? I a fairly new to this so sorry for my lack of understanding.
Tables were used in the first versions of HTML and were used to line up different content on the webpage. But over the years HTML tables have been slowly replaced with DIVS and CSS. Tables are more backwardly compatible with older web browsers, but are not as useful as DIVS with CSS.
Here is an example of an HTML table to lineup some text content, and some DIVS and CSS that do the same thing.
Ok, thanks this should help a lot. Just one more question? Sorry about this but were would I put my content? Just inside the div tags or some were else? Sorry I am new to this.
Table tags do not go in the head section, they only go in the body section of the HTML in the webpage.
Do you have a link to your page on the internet where I can see your webpage?
If I can look at your page directly I can help you with the content. But I have to go do some errands right now, I will be back on later this afternoon to answer questions you may have about webpages, HTML, and CSS.
My web page is not published yet. The only reason I have not published the page is because it is kind of just like a practice thing I made for fun for my friend. I have some bigger more serious ventures I want to get into, I just wanted to get a hold of being able to make a website and get a strong understanding of html before I put the time into making a legit site. I wil post the code down below. This is just the home page. The other pages are also set up in the same way with just a few variations and all suffering the same problem. I still need to add pictures and some ads but that is for a later date.
<html>
<head>
<div style="position:absolute; top:360px; left: 80px; width: 897px; height: 213px;">
<h2><font color="yellow">Welcome to our website. We are detecated to bringing you the best games posable. The site is still in it's development stages so look for weekly updates and hopefully new games every few days. Fell free to contact me with any ideas on how to improve the site. This site is for you so feel free to email me sudjestions and things I could be doing better.</font></h2>
Bookmarks