This topic is locked

Adding A Background Image

1/29/2009 4:01:27 PM
PHPRunner General questions
R
randall author

What's the easiest was for me to add a background image to all the pages my users see?

T
thesofa 1/29/2009

probably add a line to load a background image in the CSS file that applies to the pages you build, but I have no sample code.

R
randall author 1/29/2009

probably add a line to load a background image in the CSS file that applies to the pages you build, but I have no sample code.


<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=37277&image=1&table=forumreplies' class='bbcemoticon' alt='<<' /> Yeah, probably. But, I tried that and none of the things I tried had any effect whatsoever.

Jane, are you out there? <img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=37277&image=2&table=forumreplies' class='bbc_emoticon' alt=':o' />

J
Jane 1/30/2009

Hi,
edit HTML code on the Visual Editortab manually.

Here is a sample:

<body style="background: url(...);">

R
randall author 1/30/2009

Thank you, Jane.