View Full Version : pixal for html


Deltauk
10-27-2006, 04:36 PM
need help just wondering if theres a code for image html pixals like they do in css

pb&j
10-27-2006, 04:49 PM
afaik ~ no there isnt.
css can style an area, thus creating an effect you are describing.
do you have an example or code sample of this pixel effect?

Deltauk
10-27-2006, 06:44 PM
has my theory worked with pixal with html

<img src ="http://www.freewebs.com/hawkuk64/STB11.jpg" border="6" style="border-color:0099FF"
<60pxHEIGHT=120 WIDTH=150>
<BORDER=10>

pb&j
10-27-2006, 07:09 PM
i dont understand what that example is supposed to be.

<img src ="http://www.freewebs.com/hawkuk64/STB11.jpg" border="6" style="border-color:#0099FF">

^ this is an unfinished IMG tag.

<60pxHEIGHT=120 WIDTH=150>
<BORDER=10>

^ these do not exist in coding standards. are you looking for a div area?

<div style="height:120px; width:150px; border:10px solid #0099ff;">
</div>

or do you have a working sample we can view?

Deltauk
10-27-2006, 07:21 PM
http://www.freewebs.com/hawkuk64/

i will coreect the erors now thank you very much:)

also how can i space the stb logo at top more into middle between the marquee and buttons ? more into the middle

pb&j
10-27-2006, 08:06 PM
i'm sorry. i still dont understand your original idea.
as for moving the image...
you can probably surround it with a <center>image</center> tag.

your page coding needs some real fixing.
the first step would be to delete all of the TD and TR sets.
the next step is to follow this guidelines...

<html>
<head>
<title> text here </title>
css style coding goes here
</head>
<body>
most normal coding stuff goes here
</body>
</html>

Deltauk
10-27-2006, 08:20 PM
i think i am explaining well enough . but i do not know css im working on html i knowyou can use both codes html and css together

thanks anway