 |
Results from the most recent live auction are here.
17 members in the live chat room. Join Chat!
| |
11-08-2003, 11:44 AM
|
· #1 | | NamePros Member | Positoning How can I get an image to set exactly where I wan't it?
At: www.equipmentpolice.com/vulcan.html, I am trying to shift the falshing Email image at the bottom shifted somewaht to the right.
Thanks!!!!
Jack
__________________
"Never let the future disturb you. You will meet it, if you have to, with the same weapons of reason which today arm you against the present".
- Marcus Aurelius
|
| |
11-08-2003, 03:57 PM
|
· #2 | | NamePros Member | You can use CSS if you would like. Place this in the <HEAD>:
<style type="text/css">
#flashing
{
top: 150px;
left: 305px;
position: absolute;
}
</style>
And then in the body:
<div id="flashing">
<A HREF="mailto:king814@aol.com"><IMG NAME="PG.Jpg" SRC="LeeEm.Jpg" style="border: 4px Solid White" HEIGHT="175" WIDTH="175"ALT="EMAIL"></a>
</div>
Play with the top / left until you get it where you would lke it.
Of course you could alsy just center it as well:
<center>
<A HREF="mailto:king814@aol.com"><IMG NAME="PG.Jpg" SRC="LeeEm.Jpg" style="border: 4px Solid White" HEIGHT="175" WIDTH="175"ALT="EMAIL"></a>
</center> |
| |
11-08-2003, 09:03 PM
|
· #3 | | NamePros Member | Positioning
__________________
"Never let the future disturb you. You will meet it, if you have to, with the same weapons of reason which today arm you against the present".
- Marcus Aurelius
|
| |
11-08-2003, 09:12 PM
|
· #4 | | NamePros Member | In your code:
<div id="flashing">
<table border="0" width="100" id="myexample" style="border:5px solid yellow">
<tr>
<td><A HREF="mailto:king814@aol.com">
<IMG NAME="LeeEm.Jpg" SRC="LeeEm.Jpg" style="border: 4px Solid White"
HEIGHT="175" WIDTH="175"ALT="EMAIL">
</div id="flashing">
And in mine:
<div id="flashing">
<A HREF="mailto:king814@aol.com"><IMG NAME="PG.Jpg" SRC="LeeEm.Jpg" style="border: 4px Solid White" HEIGHT="175" WIDTH="175"ALT="EMAIL"></a>
</div>
Don't put your table in the DIV & close it with </div> & not </div id="flashing"> |
| |
11-08-2003, 10:22 PM
|
· #5 | | NamePros Member | Positioning Corey,
That didn't seem to do anything to www.equipmentpolice.com/vulcan2.html
Putting </Div> in and repositioning the table script brought me right back to original problem.
What am I doing wrong?
Jack
__________________
"Never let the future disturb you. You will meet it, if you have to, with the same weapons of reason which today arm you against the present".
- Marcus Aurelius
|
| |
11-09-2003, 07:23 AM
|
· #6 | | NamePros Member | You still have:
<div id="flashing"><TR><TD>
<A HREF="mailto:king814@aol.com">
<IMG NAME="PG.Jpg" SRC="LeeEm.Jpg" style="border: 4px Solid White"
HEIGHT="175" WIDTH="175"ALT="EMAIL"></A>
</div>
instead of:
<div id="flashing">
<A HREF="mailto:king814@aol.com"><IMG NAME="PG.Jpg" SRC="LeeEm.Jpg" style="border: 4px Solid White" HEIGHT="175" WIDTH="175"ALT="EMAIL"></a>
</div>
and you can change left to 400 or something as well. |
| |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | |