HTML Help
Please
Search
for the answer to your question before asking it! Thanks.
aligning image under image
Post a Reply to this Topic
Ask a New Question
Click here to go to the original topic
HTML Help Forum Index
->
General HTML
View previous topic
::
View next topic
Author
Message
JOHNRR2
Joined: 08 Feb 2005
Posts: 78
Location: North West U.K
Posted: Tue Mar 08, 2005 1:39 pm
aligning image under image
i want to insert an automatic time underneath my email logo but it chops half of it off. how to i get it under the logo?
www.johnrrussell.co.uk
brianng
Joined: 17 Dec 2004
Posts: 123
Posted: Tue Mar 08, 2005 6:22 pm
you could make the upper frame bigger or try to bring the date closer to the email picture
Code:
<html>
<head>
</head>
<body BACKGROUND="blue_paper.gif">
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1">
<tr>
<td width="20%">
<p align="center">
<a href="mailto:johnatjohnrrussell.co.uk?subject=General Enquiry">
<img border="0" src="emaillogo.gif" width="70" height="60"></a><br>
<center><b><script
language="JavaScript">
<!--
var days=new Array(8);
days[1] = "Sunday";
days[2] = "Monday";
days[3] = "Tuesday";
days[4] = "Wednesday";
days[5] = "Thursday";
days[6] = "Friday";
days[7] = "Saturday";
var months=new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";
var dateObj=new Date()
var wday=days[dateObj.getDay() + 1]
var lmonth=months[dateObj.getMonth() + 1]
var date=dateObj.getDate()
document.write(wday + ", " + date + " " + lmonth )
// --> </script></b></center>
</td>
<td width="80%" rowspan="2">
<center>
<img src=header.gif>
</td></tr></table>
</body>
</html>
JOHNRR2
Joined: 08 Feb 2005
Posts: 78
Location: North West U.K
Posted: Wed Mar 09, 2005 1:37 am
Cheers mate worked perfectly! ;)
Thanks for the help
HOSTING / DESIGN
$1.99 Domain Registration
Cheap Web Hosting
Website Templates
MAKE MONEY
Sell Domain Names
Sell Website Templates
Your Ad Here
HTML Help Forum Index
->
General HTML
Page
1
of
1
Powered by phpBB Search Engine Indexer
Powered by phpBB 2.0.19 © 2001, 2002 phpBB Group