bluerobe
|
posted on 9/3/2005 at 04:08 PM |
sweet . thanks alot shawn
|
Shawn
|
posted on 9/3/2005 at 03:59 PM |
You can use my NukeWrap module. Check in the
Downloads under PHP-Nuke.
-Shawn
|
bluerobe
|
posted on 9/3/2005 at 03:36 PM |
thanks for reply shawn.. is there anyway i can put a html page i made and
put it in content section with all its text colors and design intact?
|
Shawn
|
posted on 9/2/2005 at 05:41 PM |
The text and everything else will most like take the colors and everything
else from the style.css in your theme.
As for the images, make sure you are using the correct path. If the images
are in the php-nuke images/ dir, then the image tag would look like
this:
<img src="images/IMAGENAME.gif" alt="" />
If it's in your theme images/ dir then it would look like this:
<img src="themes/YOURTHEME/images/IMAGENAME.gif" alt="" />
-Shawn
|
bluerobe
|
posted on 9/2/2005 at 10:28 AM |
hi, im having a bit of a dilema here. ok what i want to do is have a page
on my website that wil show guild cred and laws, it has text and also 2 gif
images and a background gif . ok so i creat a new page in the content
section .i make the page using frontpage, i copy/paste the html code of the
page into the content box where you make new pages in php nuke content
admins section. all the text shows up but not the gifs .also the text is
dif color than what was on the html . maybe im doing this wrong . i could
use some input from you wise ones here .i also tried and created a new
mdule to use as the place to have the page shown but same thing happens. no
gifs show up on the page ..im a noob to be gentle with me
|