• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Frontpage question

Doomer

Diamond Member
I'm trying to throw together a small information web page and I can't get off of first base.

I have a pic that I want to use as the backround. I don't want it to tile. I'd prefer it to stretch but would be content if it simply stayed as a single pic. The width and height commands seem to do nothing.

Somebody please help a dummy out. 🙁


 
<html>

<head>
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
<base target="_parent">
</head>

<body background="SIGNTRUCK5800x600.jpg" >

<p></p>
<p></p>
<p>+</p>

<p></p>
<p></p>
<p></p>
<p></p>
<p></p>
<p><a href="100_06402.jpg"><img border="2" src="100_06402_small1.jpg" xthumbnail-orig-image="100_06402.jpg" width="100" height="73"></a>
</p>
<p> </p>

</body>

</html>
 
Ehehe...frontpage. Let's see how this works for you.
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>New Page 1</title>
</head>
<body style="background-image: url(SIGNTRUCK5800x600.jpg) no-repeat;">

<br /><br />
<p>+</p>
<br /><br /><br /><br /><br />

<p><a href="100_06402.jpg"><img src="100_06402_small1.jpg" border="2" width="100" height="73" /></a></p>
<br />

</body>
</html>
 
Thanks.

Didn't work. The backround jpg disappeared. I played around with the code and couldn't get it to work. 🙁
 
Back
Top