Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
G33kman #1
Background and Table Position
I'm having problems keeping my text inside of my bkg. I would like to do my
whole site with the links and pictures inside of this bkg but whenever i put
the text in the page even if I use a table it won't stay in the same place when
I maximize and restore the page. (NOTE: if you use Firefox it doesn't show up
right at all any ideas how to center that one would be helpful)
Here's a link to the page so you can see it:
</html>[url]http://www.rentageekusa.com/index3.htm[/url]
Here's my code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"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=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
background:center;
background-color: #000000;
background-image: url([url]http://www.rentageekusa.com/pictures/bkg.jpg);[/url]
background-repeat:no-repeat;
margin-left: 25px;
margin-top: 25px;
}
.style2 {
color: #00FF00;
font-weight: bold;
}
-->
</style></head>
<body>
<table width="150" height="50" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="161" class="style2"><div align="center">Watch this text
</div></td>
</tr>
</table>
G33kman Guest
-
DIV position in Table
greetings, I struggle with the code side of things. I am trying to position a line of Nav. buttons in a particular place in a table cell. Can... -
How to use CSS display:table-xxxx to horizontally position divs
I'm trying to move my initial layout that is currently <table>,<tr>, <td> driven. I would like to structure a template that uses div's, but uses... -
java.sql.SQLException: Could not position within a table
Hi, I have an application running on Tomcat on Windows 2000 and the database is Informix running on a HP-UX box. Once in a while i get this... -
changing the position in a table
Hi I was wondering if anyone has any advise or knows of any tutorial/extension which might help me with a problem. I have created a form where... -
how to position a table at top of page?
hi there all - some basic question... need to position a table at the top of a page (the page is a frame of 20 pixels high) - currently inserting...



Reply With Quote

